summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2024-02-09Revert "get rid of DCACHE_GENOCIDE"Al Viro
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum
2023-11-25kill DCACHE_MAY_FREEAl Viro
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro
2023-11-25__d_unalias() doesn't use inode argumentAl Viro
2023-11-25d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variantAl Viro
2023-11-25get rid of DCACHE_GENOCIDEAl Viro
2023-11-25d_alloc_pseudo(): move setting ->d_op there from the (sole) callerAl Viro
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro
2023-11-25retain_dentry(): introduce a trimmed-down lockless variantAl Viro
2023-11-25__dentry_kill(): new locking schemeAl Viro
2023-11-25d_prune_aliases(): use a shrink listAl Viro
2023-11-25switch select_collect{,2}() to use of to_shrink_list()Al Viro
2023-11-25to_shrink_list(): call only if refcount is 0Al Viro
2023-11-25fold dentry_kill() into dput()Al Viro
2023-11-25don't try to cut corners in shrink_lock_dentry()Al Viro
2023-11-25fold the call of retain_dentry() into fast_dput()Al Viro
2023-11-25Call retain_dentry() with refcount 0Al Viro
2023-11-25dentry_kill(): don't bother with retain_dentry() on slow pathAl Viro
2023-11-25__dentry_kill(): get consistent rules for victim's refcountAl Viro
2023-11-25make retain_dentry() neutral with respect to refcountingAl Viro
2023-11-25__dput_to_list(): do decrement of refcount in the callersAl Viro
2023-11-25fast_dput(): new rules for refcountAl Viro
2023-11-25fast_dput(): handle underflows gracefullyAl Viro
2023-11-25fast_dput(): having ->d_delete() is not reason to delay refcount decrementAl Viro
2023-11-25shrink_dentry_list(): no need to check that dentry refcount is marked deadAl Viro
2023-11-25centralize killing dentry from shrink listAl Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-18kill d_{is,set}_fallthru()Al Viro
2023-11-18get rid of __dget()Al Viro
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan
2023-09-11fs: factor out d_mark_tmpfile()Kent Overstreet
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan
2023-08-09fs: unexport d_genocideChristoph Hellwig
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi
2022-09-19dentry: Use preempt_[dis|en]able_nested()Thomas Gleixner
2022-08-17dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loopLinus Torvalds
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-03fs/dcache: export d_same_name() helperXiubo Li
2022-07-30fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior
2022-07-30fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior
2022-07-30fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior
2022-07-30d_add_ci(): make sure we don't miss d_lookup_done()Al Viro
2022-03-22mm: dcache: use kmem_cache_alloc_lru() to allocate dentryMuchun Song