index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-225
/
+324
2026-06-15
Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+12
2026-06-05
make cursors NORCU
Al Viro
1
-1
/
+3
2026-06-05
nfs: get rid of fake root dentries
Al Viro
1
-6
/
+2
2026-06-05
wind ->s_roots via ->d_sib instead of ->d_hash
Al Viro
1
-18
/
+47
2026-06-05
shrink_dentry_tree(): unify the calls of shrink_dentry_list()
Al Viro
1
-17
/
+17
2026-06-05
shrinking rcu_read_lock() scope in d_alloc_parallel()
Al Viro
1
-17
/
+12
2026-06-05
d_walk(): shrink rcu_read_lock() scope
Al Viro
1
-4
/
+2
2026-06-05
document dentry_kill()
Al Viro
1
-0
/
+38
2026-06-05
adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dent...
Al Viro
1
-58
/
+54
2026-06-05
Document rcu_read_lock() use in select_collect2()
Al Viro
1
-1
/
+21
2026-06-05
Shift rcu_read_{,un}lock() inside fast_dput()
Al Viro
1
-16
/
+14
2026-06-05
simplify safety for lock_for_kill() slowpath
Al Viro
1
-16
/
+33
2026-06-05
fold lock_for_kill() and __dentry_kill() into common helper
Al Viro
1
-15
/
+13
2026-06-05
fold lock_for_kill() into shrink_kill()
Al Viro
1
-16
/
+7
2026-06-05
shrink_dentry_list(): start with removing from shrink list
Al Viro
1
-9
/
+9
2026-06-05
d_prune_aliases(): make sure to skip NORCU aliases
Al Viro
1
-1
/
+2
2026-06-05
kill d_dispose_if_unused()
Al Viro
1
-24
/
+27
2026-06-05
make to_shrink_list() return whether it has moved dentry to list
Al Viro
1
-14
/
+9
2026-06-05
select_collect(): ignore dentries on shrink lists if they have positive refco...
Al Viro
1
-3
/
+1
2026-06-05
fix a race between d_find_any_alias() and final dput() of NORCU dentries
Al Viro
1
-3
/
+18
2026-06-05
VFS: use wait_var_event for waiting in d_alloc_parallel()
NeilBrown
1
-37
/
+46
2026-05-21
dcache: add extra sanity checks of the dentry in dentry_free()
Jeff Layton
1
-2
/
+8
2026-05-21
dcache: use kmalloc_flex() in __d_alloc
Thorsten Blum
1
-4
/
+4
2026-05-12
fs: allow lockless ->i_count bumps as long as it does not transition 0->1
Mateusz Guzik
1
-0
/
+4
2026-04-21
Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-31
/
+98
2026-04-14
vfs: get rid of BUG_ON() in d_mark_tmpfile_name()
Paulo Alcantara
1
-5
/
+9
2026-04-14
Merge tag 'v7.1-rc1-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
1
-0
/
+19
2026-04-14
Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2026-04-10
vfs: introduce d_mark_tmpfile_name()
Paulo Alcantara
1
-0
/
+19
2026-04-04
get rid of busy-waiting in shrink_dcache_tree()
Al Viro
1
-6
/
+73
2026-04-02
dcache.c: more idiomatic "positives are not allowed" sanity checks
Al Viro
1
-5
/
+5
2026-04-02
struct dentry: make ->d_u anonymous
Al Viro
1
-24
/
+24
2026-04-02
for_each_alias(): helper macro for iterating through dentries of given inode
Al Viro
1
-3
/
+3
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-2
/
+2
2026-02-19
dcache: Limit the minimal number of bucket to two
Zhihao Cheng
1
-2
/
+2
2026-02-17
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+5
2026-02-10
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-7
/
+1
2026-02-10
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+1
2026-01-29
fs: dcache: fix typo in enum d_walk_ret comment
Chelsy Ratnawat
1
-5
/
+5
2026-01-16
vfs: document d_dispose_if_unused()
Miklos Szeredi
1
-0
/
+10
2026-01-13
struct filename: use names_cachep only for getname() and friends
Al Viro
1
-7
/
+1
2025-12-24
dcache: Replace simple_strtoul with kstrtoul in set_dhash_entries
Thorsten Blum
1
-4
/
+1
2025-12-06
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+12
2025-12-06
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-39
/
+72
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-13
/
+16
2025-11-28
dcache: touch up predicts in __d_lookup_rcu()
Mateusz Guzik
1
-3
/
+12
2025-11-25
fs: rework I_NEW handling to operate without fences
Mateusz Guzik
1
-10
/
+0
2025-11-18
d_make_discardable(): warn if given a non-persistent dentry
Al Viro
1
-8
/
+1
2025-11-18
get rid of kill_litter_super()
Al Viro
1
-21
/
+0
[next]