aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-15useful constants: struct qstr for ".."Al Viro1-0/+2
2021-02-24fs: delete repeated words in commentsRandy Dunlap1-2/+2
2021-02-22Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+25
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab1-31/+32
2021-01-16new helper: d_find_alias_rcu()Al Viro1-0/+25
2020-12-10fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li1-1/+8
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny1-0/+19
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2019-11-15fs/namei.c: fix missing barriers when checking positivityAl Viro1-1/+1
2019-11-15fix dget_parent() fastpath raceAl Viro1-1/+3
2019-10-25make __d_alloc() staticAl Viro1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+83
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro1-17/+83
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein1-2/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+2
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro1-8/+6
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers1-0/+2
2019-04-09unexport d_alloc_pseudo()Al Viro1-1/+3
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro1-11/+13
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