aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-30Merge branch 'for-linus' into work.miscGravatar Al Viro 1-13/+66
2016-06-30vfs: merge .d_select_inode() into .d_real()Gravatar Miklos Szeredi 1-3/+0
2016-06-20fix idiotic braino in d_alloc_parallel()Gravatar Al Viro 1-5/+12
2016-06-11fs/dcache.c: Save one 32-bit multiply in dcache lookupGravatar George Spelvin 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-12/+9
2016-06-10much milder d_walk() raceGravatar Al Viro 1-6/+52
2016-06-07fix d_walk()/non-delayed __d_free() raceGravatar Al Viro 1-2/+2
2016-05-29unify dentry_iput() and dentry_unlink_inode()Gravatar Al Viro 1-35/+10
2016-05-29trim fsnotify hooks a bitGravatar Al Viro 1-4/+4
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 1-2/+1
2016-05-28fs/namei.c: Add hashlen_string() functionGravatar George Spelvin 1-2/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+7