summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers
2019-04-09unexport d_alloc_pseudo()Al Viro
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-26dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
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-08-05fs: dcache: Use true and false for boolean valuesGustavo A. R. Silva
2018-08-03new primitive: discard_new_inode()Al Viro
2018-08-01kill d_instantiate_no_diralias()Al Viro
2018-06-23kill dentry_update_name_case()Al 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