aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-4/+5
2016-05-02parallel lookups machinery, part 4 (and last)Gravatar Al Viro 1-20/+74
2016-05-02parallel lookups machinery, part 3Gravatar Al Viro 1-0/+104
2016-05-02parallel lookups machinery, part 2Gravatar Al Viro 1-2/+32
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesGravatar Al Viro 1-0/+13
2016-05-02__d_add(): don't drop/regain ->d_lockGravatar Al Viro 1-3/+11
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeGravatar Al Viro 1-8/+7
2016-03-27__d_alloc(): treat NULL name as QSTR("/", 1)Gravatar Al Viro 1-6/+7
2016-03-26fs: add file_dentry()Gravatar Miklos Szeredi 1-1/+4
2016-03-14dcache.c: new helper: __d_add()Gravatar Al Viro 1-7/+17
2016-03-14don't bother with __d_instantiate(dentry, NULL)Gravatar Al Viro 1-10/+7
2016-03-14untangle fsnotify_d_instantiate() a bitGravatar Al Viro 1-1/+2
2016-03-14uninline d_add()Gravatar Al Viro 1-0/+16
2016-03-14replace d_add_unique() with saner primitiveGravatar Al Viro 1-75/+50
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsGravatar Al Viro 1-15/+5
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+3
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+7
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-06fs/dcache.c: is_subdir can be booleanGravatar Yaowei Bai 1-7/+7