aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-25fs: dcache: Use READ_ONCE when accessing i_dir_seqGravatar Will Deacon 1-1/+1
2018-02-25fs: dcache: Avoid livelock between d_alloc_parallel and __d_addGravatar Will Deacon 1-1/+7
2018-02-23lock_parent() needs to recheck if dentry got __dentry_kill'ed under itGravatar Al Viro 1-3/+8
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-31/+57
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+5
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Gravatar Linus Torvalds 1-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Gravatar Andrey Ryabinin 1-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Gravatar Andrey Ryabinin 1-1/+1
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-7/+16
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+17
2018-01-25dcache: delete unused d_hash_maskGravatar Alexey Dobriyan 1-3/+2
2018-01-25dcache: subtract d_hash_shift from 32 in advanceGravatar Alexey Dobriyan 1-1/+3
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Gravatar Miklos Szeredi 1-31/+56
2018-01-24ovl: verify directory index entries on mountGravatar Amir Goldstein 1-0/+1
2018-01-15vfs: Define usercopy region in names_cache slab cachesGravatar David Windsor 1-2/+2
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheGravatar David Windsor 1-2/+3
2017-12-28VFS: close race between getcwd() and d_move()Gravatar NeilBrown 1-7/+16
2017-12-25VFS: don't keep disconnected dentries on d_anonGravatar NeilBrown 1-10/+12
2017-12-07vfs: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2017-12-04fs/dcache: Use release-acquire for name/length updateGravatar Paul E. McKenney 1-7/+3
2017-11-15kmemcheck: remove annotationsGravatar Levin, Alexander (Sasha Levin) 1-2/+0
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Gravatar Mark Rutland 1-9/+9
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Gravatar Will Deacon 1-2/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+6
2017-07-10fs/dcache.c: fix spin lockup issue on nlru->lockGravatar Sahitya Tummala 1-2/+3
2017-07-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+32
2017-07-07dentry name snapshotsGravatar Al Viro 1-0/+27
2017-07-06mm: update callers to use HASH_ZERO flagGravatar Pavel Tatashin 1-14/+4
2017-07-06VFS: Provide empty name qstrGravatar David Howells 1-2/+6
2017-06-29fs/dcache: init in_lookup_hashtableGravatar Sebastian Andrzej Siewior 1-0/+5
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsGravatar Al Viro 1-6/+4
2017-05-03fs: don't set *REFERENCED on single use objectsGravatar Josef Bacik 1-2/+2
2017-01-10mnt: Protect the mountpoint hashtable with mount_lockGravatar Eric W. Biederman 1-2/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-03vfs: remove unused have_submounts() functionGravatar Ian Kent 1-33/+0
2016-12-03vfs: add path_has_submounts()Gravatar Ian Kent 1-0/+39
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-40/+15
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-2/+2
2016-07-29fold _d_rehash() and __d_rehash() togetherGravatar Al Viro 1-23/+11
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerGravatar Al Viro 1-15/+2
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-139/+69
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 1-13/+10
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Gravatar Wei Fang 1-2/+5
2016-07-24vfs: new d_init methodGravatar Miklos Szeredi 1-0/+11
2016-07-24Merge branch 'test.d_iput' into work.miscGravatar Al Viro 1-35/+10
2016-07-20qstr constify instances in fs/dcache.cGravatar Al Viro 1-2/+2
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Gravatar Al Viro 1-3/+0
2016-06-30new helper: d_same_name()Gravatar Al Viro 1-91/+36
2016-06-30dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()Gravatar He Kuang 1-4/+3