aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09fs/dcache: Re-use value stored to dentry->d_flags instead of re-readingGravatar linke li 1-1/+1
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2024-02-27vfs: remove SLAB_MEM_SPREAD flag usageGravatar Chengming Zhou 1-1/+1
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Gravatar Al Viro 1-1/+4
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-413/+237
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-12-12list_lru: allow explicit memcg and NUMA node selectionGravatar Nhat Pham 1-3/+5
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Gravatar Vegard Nossum 1-12/+4
2023-11-25kill DCACHE_MAY_FREEGravatar Al Viro 1-4/+2
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheGravatar Al Viro 1-310/+183
2023-11-25__d_unalias() doesn't use inode argumentGravatar Al Viro 1-3/+2
2023-11-25d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variantGravatar Al Viro 1-1/+1
2023-11-25get rid of DCACHE_GENOCIDEGravatar Al Viro 1-4/+1
2023-11-25d_alloc_pseudo(): move setting ->d_op there from the (sole) callerGravatar Al Viro 1-1/+7
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerGravatar Al Viro 1-55/+35
2023-11-25retain_dentry(): introduce a trimmed-down lockless variantGravatar Al Viro 1-48/+47
2023-11-25__dentry_kill(): new locking schemeGravatar Al Viro 1-81/+48
2023-11-25d_prune_aliases(): use a shrink listGravatar Al Viro 1-25/+5
2023-11-25switch select_collect{,2}() to use of to_shrink_list()Gravatar Al Viro 1-14/+6
2023-11-25to_shrink_list(): call only if refcount is 0Gravatar Al Viro 1-5/+2
2023-11-25fold dentry_kill() into dput()Gravatar Al Viro 1-25/+12
2023-11-25don't try to cut corners in shrink_lock_dentry()Gravatar Al Viro 1-93/+66
2023-11-25fold the call of retain_dentry() into fast_dput()Gravatar Al Viro 1-9/+4
2023-11-25Call retain_dentry() with refcount 0Gravatar Al Viro 1-8/+2
2023-11-25dentry_kill(): don't bother with retain_dentry() on slow pathGravatar Al Viro 1-6/+2
2023-11-25__dentry_kill(): get consistent rules for victim's refcountGravatar Al Viro 1-0/+2
2023-11-25make retain_dentry() neutral with respect to refcountingGravatar Al Viro 1-1/+5
2023-11-25__dput_to_list(): do decrement of refcount in the callersGravatar Al Viro 1-10/+11
2023-11-25fast_dput(): new rules for refcountGravatar Al Viro 1-7/+2
2023-11-25fast_dput(): handle underflows gracefullyGravatar Al Viro 1-3/+4
2023-11-25fast_dput(): having ->d_delete() is not reason to delay refcount decrementGravatar Al Viro 1-10/+2
2023-11-25shrink_dentry_list(): no need to check that dentry refcount is marked deadGravatar Al Viro 1-3/+2
2023-11-25centralize killing dentry from shrink listGravatar Al Viro 1-10/+11
2023-11-25dentry: switch the lists of children to hlistGravatar Al Viro 1-39/+37
2023-11-18kill d_{is,set}_fallthru()Gravatar Al Viro 1-18/+2
2023-11-18get rid of __dget()Gravatar Al Viro 1-6/+1
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+4
2023-10-18treewide: mark stuff as __ro_after_initGravatar Alexey Dobriyan 1-4/+4
2023-09-11fs: factor out d_mark_tmpfile()Gravatar Kent Overstreet 1-2/+10
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNGravatar Anh Tuan Phan 1-2/+1
2023-08-09fs: unexport d_genocideGravatar Christoph Hellwig 1-2/+0
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2022-09-24vfs: open inside ->tmpfile()Gravatar Miklos Szeredi 1-1/+3
2022-09-19dentry: Use preempt_[dis|en]able_nested()Gravatar Thomas Gleixner 1-11/+2
2022-08-17dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loopGravatar Linus Torvalds 1-23/+49
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-4/+11
2022-08-03fs/dcache: export d_same_name() helperGravatar Xiubo Li 1-4/+11
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