summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-18fs: use wq_has_sleeper() in end_dir_add()Mateusz Guzik
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-03Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-02-03fix braino in "9p: fix ->rename_sem exclusion"Al Viro
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-279p: fix ->rename_sem exclusionAl Viro
2025-01-27dissolve external_name.u into separate membersAl Viro
2025-01-17make take_dentry_name_snapshot() locklessAl Viro
2025-01-17dcache: back inline names with a struct-wrapped array of unsigned longAl Viro
2025-01-17make sure that DNAME_INLINE_LEN is a multiple of word sizeAl Viro
2025-01-16dcache: use lockref_init for d_lockrefChristoph Hellwig
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-10-22fs: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-22vfs: Add a sysctl for automated deletion of dentryYafang Shao
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-08-30inode: port __I_NEW to var eventChristian Brauner
2024-08-30fs: remove comment about d_rcu_to_refcountJeff Layton
2024-08-30dcache: keep dentry_hashtable or d_hash_shift even when not usedStephen Brennan
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
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