index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-26
Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-2
/
+19
2025-03-24
Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-46
/
+0
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+2
2025-03-18
fs: use wq_has_sleeper() in end_dir_add()
Mateusz Guzik
1
-1
/
+2
2025-02-26
nfs/vfs: discard d_exact_alias()
NeilBrown
1
-46
/
+0
2025-02-07
Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-02-07
fs: dcache: move the sysctl to fs/dcache.c
Kaixiong Yu
1
-2
/
+19
2025-02-07
lockref: remove count argument of lockref_init
Andreas Gruenbacher
1
-1
/
+1
2025-02-03
Merge tag 'pull-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2025-02-03
fix braino in "9p: fix ->rename_sem exclusion"
Al Viro
1
-2
/
+2
2025-01-30
Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-43
/
+60
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-27
9p: fix ->rename_sem exclusion
Al Viro
1
-0
/
+5
2025-01-27
dissolve external_name.u into separate members
Al Viro
1
-13
/
+17
2025-01-17
make take_dentry_name_snapshot() lockless
Al Viro
1
-10
/
+25
2025-01-17
dcache: back inline names with a struct-wrapped array of unsigned long
Al Viro
1
-24
/
+19
2025-01-17
make sure that DNAME_INLINE_LEN is a multiple of word size
Al Viro
1
-3
/
+1
2025-01-16
dcache: use lockref_init for d_lockref
Christoph Hellwig
1
-2
/
+1
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
1
-2
/
+2
2024-10-22
fs: Reorganize kerneldoc parameter names
Julia Lawall
1
-2
/
+2
2024-10-22
vfs: Add a sysctl for automated deletion of dentry
Yafang Shao
1
-0
/
+12
2024-09-16
Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-4
/
+6
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
1
-1
/
+6
2024-08-30
fs: remove comment about d_rcu_to_refcount
Jeff Layton
1
-3
/
+0
2024-08-30
dcache: keep dentry_hashtable or d_hash_shift even when not used
Stephen Brennan
1
-2
/
+7
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+29
2024-07-15
Merge branch 'runtime-constants'
Linus Torvalds
1
-4
/
+13
2024-07-11
Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-3
/
+9
2024-07-05
vfs: don't mod negative dentry count when on shrinker list
Brian Foster
1
-3
/
+9
2024-07-02
fs: better handle deep ancestor chains in is_subdir()
Christian Brauner
1
-17
/
+14
2024-06-27
vfs: rename parent_ino to d_parent_ino and make it use RCU
Mateusz Guzik
1
-0
/
+28
2024-06-19
runtime constants: add default dummy infrastructure
Linus Torvalds
1
-1
/
+10
2024-06-19
vfs: dcache: move hashlen_hash() from callers into d_hash()
Linus Torvalds
1
-4
/
+4
2024-06-03
vfs: replace WARN(down_read_trylock, ...) abuse with proper asserts
Mateusz Guzik
1
-1
/
+1
2024-05-29
Revert "vfs: Delete the associated dentry when deleting a file"
Linus Torvalds
1
-7
/
+8
2024-05-22
vfs: Delete the associated dentry when deleting a file
Yafang Shao
1
-8
/
+7
2024-04-09
fs/dcache: Re-use value stored to dentry->d_flags instead of re-reading
linke li
1
-1
/
+1
2024-03-11
Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2024-02-27
vfs: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-09
Revert "get rid of DCACHE_GENOCIDE"
Al Viro
1
-1
/
+4
2024-01-11
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-413
/
+237
2024-01-10
Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-1
/
+0
2023-12-28
fs: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
1
-3
/
+5
2023-11-25
dcache: remove unnecessary NULL check in dget_dlock()
Vegard Nossum
1
-12
/
+4
2023-11-25
kill DCACHE_MAY_FREE
Al Viro
1
-4
/
+2
2023-11-25
Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache
Al Viro
1
-310
/
+183
2023-11-25
__d_unalias() doesn't use inode argument
Al Viro
1
-3
/
+2
[next]