aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-11fs/dcache.c: Save one 32-bit multiply in dcache lookupGeorge Spelvin1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-12/+9
2016-06-10much milder d_walk() raceAl Viro1-6/+52
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-05-29unify dentry_iput() and dentry_unlink_inode()Al Viro1-35/+10
2016-05-29trim fsnotify hooks a bitAl Viro1-4/+4
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-2/+1
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin1-2/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-4/+5
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro1-20/+74
2016-05-02parallel lookups machinery, part 3Al Viro1-0/+104
2016-05-02parallel lookups machinery, part 2Al Viro1-2/+32
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro1-0/+13
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro1-3/+11
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro1-8/+7
2016-03-27__d_alloc(): treat NULL name as QSTR("/", 1)Al Viro1-6/+7
2016-03-26fs: add file_dentry()Miklos Szeredi1-1/+4
2016-03-14dcache.c: new helper: __d_add()Al Viro1-7/+17
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro1-10/+7