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