aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2019-08-07Merge tag 'v4.18.41' into v4.18/standard/baseBruce Ashfield
2019-08-02dcache: sort the freeing-without-RCU-delay mess for good.Al Viro
2019-03-07Merge tag 'v4.18.28' into v4.18/standard/baseBruce Ashfield
2019-02-19fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2018-10-15Merge tag 'v4.18.13' into v4.18/standard/baseBruce Ashfield
2018-10-10new primitive: discard_new_inode()Al Viro
2018-09-21Merge tag 'v4.18.8' into v4.18/standard/baseBruce Ashfield
2018-09-15fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa
2018-08-22aufs4: standalone supportBruce Ashfield
2018-08-22aufs4: base supportBruce Ashfield
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro
2018-08-06root dentries need RCU-delayed freeingAl Viro
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-06-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-05-13get rid of dead code in d_find_alias()Al Viro
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-19restore cond_resched() in shrink_dcache_parent()Al Viro
2018-04-15dput(): turn into explicit while() loopAl Viro
2018-04-15dcache: move cond_resched() into the end of __dentry_kill()Al Viro
2018-04-15d_walk(): kill 'finish' callbackAl Viro
2018-04-15d_invalidate(): unhash immediatelyAl Viro
2018-04-11fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov
2018-04-11dcache: account external names as indirectly reclaimable memoryRoman Gushchin
2018-03-29d_genocide: move export to definitionAl Viro
2018-03-29fold dentry_lock_for_move() into its sole caller and clean it upAl Viro
2018-03-29make non-exchanging __d_move() copy ->d_parent rather than swap themAl Viro
2018-03-29split d_path() and friends into a separate fileAl Viro
2018-03-29dcache.c: trim includesAl Viro
2018-03-29fs/dcache: Avoid a try_lock loop in shrink_dentry_list()John Ogness
2018-03-29get rid of trylock loop around dentry_kill()Al Viro
2018-03-29handle move to LRU in retain_dentry()Al Viro
2018-03-29dput(): consolidate the "do we need to retain it?" into an inlined helperAl Viro
2018-03-29split the slow part of lock_parent() offAl Viro
2018-03-29now lock_parent() can't run into killed dentryAl Viro
2018-03-29get rid of trylock loop in locking dentries on shrink listAl Viro
2018-03-12d_delete(): get rid of trylock loopAl Viro
2018-03-12fs/dcache: Move dentry_kill() below lock_parent()John Ogness
2018-03-12fs/dcache: Remove stale comment from dentry_kill()John Ogness
2018-03-12take write_seqcount_invalidate() into __d_drop()Al Viro
2018-02-25fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon
2018-02-25fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon
2018-02-23lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan...Andrey Ryabinin
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-25dcache: delete unused d_hash_maskAlexey Dobriyan