summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2019-03-27Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2019-02-06fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa
2018-08-15make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro
2018-08-15root dentries need RCU-delayed freeingAl Viro
2018-05-30fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon
2018-05-30fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-13VFS: close race between getcwd() and d_move()NeilBrown
2018-03-22lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro
2017-08-06dentry name snapshotsAl Viro
2017-07-21fs/dcache.c: fix spin lockup issue on nlru->lockSahitya Tummala
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-29fold _d_rehash() and __d_rehash() togetherAl Viro
2016-07-29fold dentry_rcuwalk_invalidate() into its only remaining callerAl Viro
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-24fs/dcache.c: avoid soft-lockup in dput()Wei Fang
2016-07-24vfs: new d_init methodMiklos Szeredi
2016-07-24Merge branch 'test.d_iput' into work.miscAl Viro
2016-07-20qstr constify instances in fs/dcache.cAl Viro
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-30new helper: d_same_name()Al Viro
2016-06-30dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()He Kuang
2016-06-30Merge branch 'for-linus' into work.miscAl Viro
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro
2016-06-11fs/dcache.c: Save one 32-bit multiply in dcache lookupGeorge Spelvin
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-06-10much milder d_walk() raceAl Viro
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro
2016-05-29unify dentry_iput() and dentry_unlink_inode()Al Viro
2016-05-29trim fsnotify hooks a bitAl Viro
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro
2016-05-02parallel lookups machinery, part 3Al Viro
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro
2016-03-27__d_alloc(): treat NULL name as QSTR("/", 1)Al Viro
2016-03-26fs: add file_dentry()Miklos Szeredi
2016-03-14dcache.c: new helper: __d_add()Al Viro
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro