Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-04Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin
2018-02-01Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-26dcache: delete unused d_hash_maskAlexey Dobriyan
2018-01-26dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi
2018-01-24ovl: verify directory index entries on mountAmir Goldstein
2018-01-15vfs: Define usercopy region in names_cache slab cachesDavid Windsor
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor
2017-12-28VFS: close race between getcwd() and d_move()NeilBrown
2017-12-26VFS: don't keep disconnected dentries on d_anonNeilBrown
2017-12-07vfs: remove unused hardirq.hYang Shi
2017-12-04fs/dcache: Use release-acquire for name/length updatePaul E. McKenney
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-11fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-07-08dentry name snapshotsAl Viro
2017-07-07mm: update callers to use HASH_ZERO flagPavel Tatashin
2017-07-06VFS: Provide empty name qstrDavid Howells
2017-06-30fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik
2017-01-10mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-04vfs: remove unused have_submounts() functionIan Kent
2016-12-04vfs: add path_has_submounts()Ian Kent
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30fold _d_rehash() and __d_rehash() togetherAl Viro
2016-07-30fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Wei Fang
2016-07-24vfs: new d_init methodMiklos Szeredi
2016-07-24Merge branch 'test.d_iput' into work.miscAl Viro
2016-07-21qstr constify instances in fs/dcache.cAl Viro
2016-07-01Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-07-01new helper: d_same_name()Al Viro
2016-07-01dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang
2016-07-01Merge branch 'for-linus' into work.miscAl Viro
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro