index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
Age
Commit message (
Expand
)
Author
2025-02-07
Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
2025-02-03
Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-02-03
fix braino in "9p: fix ->rename_sem exclusion"
Al Viro
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-27
9p: fix ->rename_sem exclusion
Al Viro
2025-01-27
dissolve external_name.u into separate members
Al Viro
2025-01-17
make take_dentry_name_snapshot() lockless
Al Viro
2025-01-17
dcache: back inline names with a struct-wrapped array of unsigned long
Al Viro
2025-01-17
make sure that DNAME_INLINE_LEN is a multiple of word size
Al Viro
2025-01-16
dcache: use lockref_init for d_lockref
Christoph Hellwig
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2024-10-22
fs: Reorganize kerneldoc parameter names
Julia Lawall
2024-10-22
vfs: Add a sysctl for automated deletion of dentry
Yafang Shao
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
2024-08-30
fs: remove comment about d_rcu_to_refcount
Jeff Layton
2024-08-30
dcache: keep dentry_hashtable or d_hash_shift even when not used
Stephen Brennan
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-07-15
Merge branch 'runtime-constants'
Linus Torvalds
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-05
vfs: don't mod negative dentry count when on shrinker list
Brian Foster
2024-07-02
fs: better handle deep ancestor chains in is_subdir()
Christian Brauner
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
2024-06-19
runtime constants: add default dummy infrastructure
Linus Torvalds
2024-06-19
vfs: dcache: move hashlen_hash() from callers into d_hash()
Linus Torvalds
2024-06-03
vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts
Mateusz Guzik
2024-05-29
Revert "vfs: Delete the associated dentry when deleting a file"
Linus Torvalds
2024-05-22
vfs: Delete the associated dentry when deleting a file
Yafang Shao
2024-04-09
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
linke li
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-02-27
vfs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-02-09
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2023-11-25
dcache: remove unnecessary NULL check in dget_dlock()
Vegard Nossum
2023-11-25
kill DCACHE_MAY_FREE
Al Viro
2023-11-25
Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache
Al Viro
2023-11-25
__d_unalias() doesn't use inode argument
Al Viro
2023-11-25
d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant
Al Viro
2023-11-25
get rid of DCACHE_GENOCIDE
Al Viro
2023-11-25
d_alloc_pseudo(): move setting ->d_op there from the (sole) caller
Al Viro
2023-11-25
kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller
Al Viro
2023-11-25
retain_dentry(): introduce a trimmed-down lockless variant
Al Viro
2023-11-25
__dentry_kill(): new locking scheme
Al Viro
[next]