aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-30fs/dcache: Move wakeup out of i_seq_dir write held region.Gravatar Sebastian Andrzej Siewior 1-5/+5
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Gravatar Sebastian Andrzej Siewior 1-7/+28
2022-07-30fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTGravatar Sebastian Andrzej Siewior 1-1/+11
2022-07-30d_add_ci(): make sure we don't miss d_lookup_done()Gravatar Al Viro 1-0/+1
2022-03-22mm: dcache: use kmem_cache_alloc_lru() to allocate dentryGravatar Muchun Song 1-1/+2
2022-01-22fs: move dcache sysctls to its own fileGravatar Luis Chamberlain 1-6/+31
2021-04-15useful constants: struct qstr for ".."Gravatar Al Viro 1-0/+2
2021-02-24fs: delete repeated words in commentsGravatar Randy Dunlap 1-2/+2
2021-02-22Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-0/+25
2021-01-21fs: fix kernel-doc markupsGravatar Mauro Carvalho Chehab 1-31/+32
2021-01-16new helper: d_find_alias_rcu()Gravatar Al Viro 1-0/+25
2020-12-10fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setGravatar Hao Li 1-1/+8
2020-07-29vfs: Use sequence counter with associated spinlockGravatar Ahmed S. Darwish 1-1/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-05-13fs: Introduce DCACHE_DONTCACHEGravatar Ira Weiny 1-0/+19
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-2/+4
2019-11-15fs/namei.c: fix missing barriers when checking positivityGravatar Al Viro 1-1/+1
2019-11-15fix dget_parent() fastpath raceGravatar Al Viro 1-1/+3
2019-10-25make __d_alloc() staticGravatar Al Viro 1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-1/+1
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-17/+83
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsGravatar Al Viro 1-17/+83
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Gravatar Amir Goldstein 1-2/+0
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-0/+2
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Gravatar Al Viro 1-8/+6
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryGravatar Eric Biggers 1-0/+2
2019-04-09unexport d_alloc_pseudo()Gravatar Al Viro 1-1/+3
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Gravatar Al Viro 1-11/+13
2019-01-30fs/dcache: Track & report number of negative dentriesGravatar Waiman Long 1-0/+32
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Gravatar Waiman Long 1-5/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-26dcache: allocate external names from reclaimable kmalloc cachesGravatar Vlastimil Babka 1-29/+9
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Gravatar Tetsuo Handa 1-1/+2
2018-08-13Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-33/+6
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-28/+1
2018-08-09make sure that __dentry_kill() always invalidates d_seq, unhashed or notGravatar Al Viro 1-5/+2
2018-08-06root dentries need RCU-delayed freeingGravatar Al Viro 1-2/+4
2018-08-05fs: dcache: Use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-6/+6
2018-08-03new primitive: discard_new_inode()Gravatar Al Viro 1-1/+1
2018-08-01kill d_instantiate_no_diralias()Gravatar Al Viro 1-27/+0
2018-06-23kill dentry_update_name_case()Gravatar Al Viro 1-27/+0
2018-06-04Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-49/+34
2018-06-04Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-79/+43
2018-05-13get rid of dead code in d_find_alias()Gravatar Al Viro 1-49/+34
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-0/+22
2018-04-19restore cond_resched() in shrink_dcache_parent()Gravatar Al Viro 1-2/+7
2018-04-15dput(): turn into explicit while() loopGravatar Al Viro 1-18/+13