aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-31/+57
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+5
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"Andrey Ryabinin1-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin1-1/+1
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+16
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+17
2018-01-25dcache: delete unused d_hash_maskAlexey Dobriyan1-3/+2
2018-01-25dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan1-1/+3
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi1-31/+56
2018-01-24ovl: verify directory index entries on mountAmir Goldstein1-0/+1
2018-01-15vfs: Define usercopy region in names_cache slab cachesDavid Windsor1-2/+2
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor1-2/+3
2017-12-28VFS: close race between getcwd() and d_move()NeilBrown1-7/+16
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown1-10/+12
2017-12-07vfs: remove unused hardirq.hYang Shi1-1/+0
2017-12-04fs/dcache: Use release-acquire for name/length updatePaul E. McKenney1-7/+3
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-9/+9
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+6
2017-07-10fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala1-2/+3
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+32
2017-07-07dentry name snapshotsAl Viro1-0/+27
2017-07-06mm: update callers to use HASH_ZERO flagPavel Tatashin1-14/+4
2017-07-06VFS: Provide empty name qstrDavid Howells1-2/+6
2017-06-29fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior1-0/+5
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2017-05-03fs: don't set *REFERENCED on single use objectsJosef Bacik1-2/+2
2017-01-10mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman1-2/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03vfs: remove unused have_submounts() functionIan Kent1-33/+0
2016-12-03vfs: add path_has_submounts()Ian Kent1-0/+39
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-40/+15
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-2/+2
2016-07-29fold _d_rehash() and __d_rehash() togetherAl Viro1-23/+11
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro1-15/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-139/+69
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-13/+10
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Wei Fang1-2/+5
2016-07-24vfs: new d_init methodMiklos Szeredi1-0/+11
2016-07-24Merge branch 'test.d_iput' into work.miscAl Viro1-35/+10
2016-07-20qstr constify instances in fs/dcache.cAl Viro1-2/+2
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into work.miscAl Viro1-3/+0
2016-06-30new helper: d_same_name()Al Viro1-91/+36
2016-06-30dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang1-4/+3
2016-06-30Merge branch 'for-linus' into work.miscAl Viro1-13/+66
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi1-3/+0
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro1-5/+12