summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-15Merge branch 'runtime-constants'Linus Torvalds
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-05vfs: don't mod negative dentry count when on shrinker listBrian Foster
2024-07-02fs: better handle deep ancestor chains in is_subdir()Christian Brauner
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik
2024-06-19runtime constants: add default dummy infrastructureLinus Torvalds
2024-06-19vfs: dcache: move hashlen_hash() from callers into d_hash()Linus Torvalds
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds
2024-05-22vfs: Delete the associated dentry when deleting a fileYafang Shao
2024-04-09fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-02-27vfs: remove SLAB_MEM_SPREAD flag usageChengming Zhou
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