aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long1-0/+32
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-26dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka1-29/+9
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-33/+6
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-28/+1
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-06root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-08-05fs: dcache: Use true and false for boolean valuesGustavo A. R. Silva1-6/+6
2018-08-03new primitive: discard_new_inode()Al Viro1-1/+1
2018-08-01kill d_instantiate_no_diralias()Al Viro1-27/+0
2018-06-23kill dentry_update_name_case()Al Viro1-27/+0
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-49/+34
2018-06-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-79/+43
2018-05-13get rid of dead code in d_find_alias()Al Viro1-49/+34
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-0/+22
2018-04-19restore cond_resched() in shrink_dcache_parent()Al Viro1-2/+7
2018-04-15dput(): turn into explicit while() loopAl Viro1-18/+13
2018-04-15dcache: move cond_resched() into the end of __dentry_kill()Al Viro1-3/+1
2018-04-15d_walk(): kill 'finish' callbackAl Viro1-11/+7
2018-04-15d_invalidate(): unhash immediatelyAl Viro1-46/+16
2018-04-11fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov1-3/+2
2018-04-11dcache: account external names as indirectly reclaimable memoryRoman Gushchin1-9/+30
2018-03-29d_genocide: move export to definitionAl Viro1-2/+2
2018-03-29fold dentry_lock_for_move() into its sole caller and clean it upAl Viro1-26/+23
2018-03-29make non-exchanging __d_move() copy ->d_parent rather than swap themAl Viro1-63/+30
2018-03-29split d_path() and friends into a separate fileAl Viro1-466/+1
2018-03-29dcache.c: trim includesAl Viro1-3/+0
2018-03-29fs/dcache: Avoid a try_lock loop in shrink_dentry_list()John Ogness1-31/+10
2018-03-29get rid of trylock loop around dentry_kill()Al Viro1-7/+27
2018-03-29handle move to LRU in retain_dentry()Al Viro1-13/+6
2018-03-29dput(): consolidate the "do we need to retain it?" into an inlined helperAl Viro1-19/+23
2018-03-29split the slow part of lock_parent() offAl Viro1-6/+12
2018-03-29now lock_parent() can't run into killed dentryAl Viro1-10/+3
2018-03-29get rid of trylock loop in locking dentries on shrink listAl Viro1-37/+67
2018-03-12d_delete(): get rid of trylock loopAl Viro1-19/+9
2018-03-12fs/dcache: Move dentry_kill() below lock_parent()John Ogness1-31/+31
2018-03-12fs/dcache: Remove stale comment from dentry_kill()John Ogness1-1/+0
2018-03-12take write_seqcount_invalidate() into __d_drop()Al Viro1-22/+22
2018-02-25fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon1-1/+1
2018-02-25fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon1-1/+7
2018-02-23lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro1-3/+8
2018-02-05Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-31/+57
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+5
2018-02-01Merge branch 'KASAN-read_word_at_a_time'Linus Torvalds1-6/+1
2018-02-01fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"Andrey Ryabinin1-5/+0
2018-02-01fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()Andrey Ryabinin1-1/+1
2018-01-31Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+16
2018-01-31Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+17