aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2024-02-27vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro1-1/+4
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-413/+237
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+0
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-3/+5
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum1-12/+4
2023-11-25kill DCACHE_MAY_FREEAl Viro1-4/+2
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro1-310/+183
2023-11-25__d_unalias() doesn't use inode argumentAl Viro1-3/+2
2023-11-25d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variantAl Viro1-1/+1
2023-11-25get rid of DCACHE_GENOCIDEAl Viro1-4/+1
2023-11-25d_alloc_pseudo(): move setting ->d_op there from the (sole) callerAl Viro1-1/+7
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro1-55/+35
2023-11-25retain_dentry(): introduce a trimmed-down lockless variantAl Viro1-48/+47
2023-11-25__dentry_kill(): new locking schemeAl Viro1-81/+48
2023-11-25d_prune_aliases(): use a shrink listAl Viro1-25/+5
2023-11-25switch select_collect{,2}() to use of to_shrink_list()Al Viro1-14/+6
2023-11-25to_shrink_list(): call only if refcount is 0Al Viro1-5/+2
2023-11-25fold dentry_kill() into dput()Al Viro1-25/+12
2023-11-25don't try to cut corners in shrink_lock_dentry()Al Viro1-93/+66
2023-11-25fold the call of retain_dentry() into fast_dput()Al Viro1-9/+4
2023-11-25Call retain_dentry() with refcount 0Al Viro1-8/+2
2023-11-25dentry_kill(): don't bother with retain_dentry() on slow pathAl Viro1-6/+2
2023-11-25__dentry_kill(): get consistent rules for victim's refcountAl Viro1-0/+2
2023-11-25make retain_dentry() neutral with respect to refcountingAl Viro1-1/+5
2023-11-25__dput_to_list(): do decrement of refcount in the callersAl Viro1-10/+11
2023-11-25fast_dput(): new rules for refcountAl Viro1-7/+2
2023-11-25fast_dput(): handle underflows gracefullyAl Viro1-3/+4
2023-11-25fast_dput(): having ->d_delete() is not reason to delay refcount decrementAl Viro1-10/+2
2023-11-25shrink_dentry_list(): no need to check that dentry refcount is marked deadAl Viro1-3/+2
2023-11-25centralize killing dentry from shrink listAl Viro1-10/+11
2023-11-25dentry: switch the lists of children to hlistAl Viro1-39/+37
2023-11-18kill d_{is,set}_fallthru()Al Viro1-18/+2
2023-11-18get rid of __dget()Al Viro1-6/+1
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+4
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan1-4/+4
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet1-2/+10
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan1-2/+1
2023-08-09fs: unexport d_genocideChristoph Hellwig1-2/+0
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+3
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-1/+3
2022-09-19dentry: Use preempt_[dis|en]able_nested()Thomas Gleixner1-11/+2
2022-08-17dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loopLinus Torvalds1-23/+49
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-4/+11
2022-08-03fs/dcache: export d_same_name() helperXiubo Li1-4/+11
2022-07-30fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior1-5/+5
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior1-7/+28
2022-07-30fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior1-1/+11