aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-25dcache: delete unused d_hash_maskAlexey Dobriyan1-3/+2
2018-01-25dcache: subtract d_hash_shift from 32 in advanceAlexey Dobriyan1-1/+3
2018-01-24vfs: factor out helpers d_instantiate_anon() and d_alloc_anon()Miklos Szeredi1-31/+56
2018-01-24ovl: verify directory index entries on mountAmir Goldstein1-0/+1
2018-01-15vfs: Define usercopy region in names_cache slab cachesDavid Windsor1-2/+2
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor1-2/+3
2017-12-28VFS: close race between getcwd() and d_move()NeilBrown1-7/+16
2017-12-25VFS: don't keep disconnected dentries on d_anonNeilBrown1-10/+12
2017-12-07vfs: remove unused hardirq.hYang Shi1-1/+0
2017-12-04fs/dcache: Use release-acquire for name/length updatePaul E. McKenney1-7/+3
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2017-10-25locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-9/+9
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2