aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-2/+19
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-46/+0
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+2
2025-03-18fs: use wq_has_sleeper() in end_dir_add()Mateusz Guzik1-1/+2
2025-02-26nfs/vfs: discard d_exact_alias()NeilBrown1-46/+0
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu1-2/+19
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-1/+1
2025-02-03Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2025-02-03fix braino in "9p: fix ->rename_sem exclusion"Al Viro1-2/+2
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-43/+60
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-279p: fix ->rename_sem exclusionAl Viro1-0/+5
2025-01-27dissolve external_name.u into separate membersAl Viro1-13/+17
2025-01-17make take_dentry_name_snapshot() locklessAl Viro1-10/+25
2025-01-17dcache: back inline names with a struct-wrapped array of unsigned longAl Viro1-24/+19
2025-01-17make sure that DNAME_INLINE_LEN is a multiple of word sizeAl Viro1-3/+1
2025-01-16dcache: use lockref_init for d_lockrefChristoph Hellwig1-2/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song1-2/+2
2024-10-22fs: Reorganize kerneldoc parameter namesJulia Lawall1-2/+2
2024-10-22vfs: Add a sysctl for automated deletion of dentryYafang Shao1-0/+12
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+6
2024-08-30inode: port __I_NEW to var eventChristian Brauner1-1/+6
2024-08-30fs: remove comment about d_rcu_to_refcountJeff Layton1-3/+0
2024-08-30dcache: keep dentry_hashtable or d_hash_shift even when not usedStephen Brennan1-2/+7
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+29
2024-07-15Merge branch 'runtime-constants'Linus Torvalds1-4/+13
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+9
2024-07-05vfs: don't mod negative dentry count when on shrinker listBrian Foster1-3/+9
2024-07-02fs: better handle deep ancestor chains in is_subdir()Christian Brauner1-17/+14
2024-06-27vfs: rename parent_ino to d_parent_ino and make it use RCUMateusz Guzik1-0/+28
2024-06-19runtime constants: add default dummy infrastructureLinus Torvalds1-1/+10
2024-06-19vfs: dcache: move hashlen_hash() from callers into d_hash()Linus Torvalds1-4/+4
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik1-1/+1
2024-05-29Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds1-7/+8
2024-05-22vfs: Delete the associated dentry when deleting a fileYafang Shao1-8/+7
2024-04-09fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li1-1/+1
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