index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-13
Merge tag 'v7.1-rc1-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
1
-0
/
+19
2026-04-13
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-16
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-09
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-7
/
+1
2026-02-09
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-05
Merge tag 'fuse-update-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+12
2025-12-05
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-17
d_make_discardable(): warn if given a non-persistent dentry
Al Viro
1
-8
/
+1
2025-11-17
get rid of kill_litter_super()
Al Viro
1
-21
/
+0
2025-11-16
primitives for maintaining persisitency
Al Viro
1
-15
/
+59
2025-11-16
introduce a flag for explicitly marking persistently pinned dentries
Al Viro
1
-5
/
+22
2025-11-12
fs: hide dentry_cache behind runtime const machinery
Mateusz Guzik
1
-2
/
+4
2025-11-12
dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()
Luis Henriques
1
-6
/
+12
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-4
/
+4
2025-10-20
fs: add missing fences to I_NEW handling
Mateusz Guzik
1
-0
/
+4
2025-10-07
vfs: Don't leak disconnected dentries on umount
Jan Kara
1
-0
/
+2
2025-10-03
Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-13
/
+13
2025-10-03
Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2025-09-29
Merge tag 'vfs-6.18-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2025-09-25
afs: Add support for RENAME_NOREPLACE and RENAME_EXCHANGE
David Howells
1
-0
/
+1
2025-09-15
path_has_submounts(): use guard(mount_locked_reader)
Al Viro
1
-2
/
+2
2025-09-15
make it easier to catch those who try to modify ->d_name
Al Viro
1
-13
/
+13
2025-08-25
fs: Use try_cmpxchg() in start_dir_add()
Uros Bizjak
1
-2
/
+2
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2025-06-23
docs/vfs: update references to i_mutex to i_rwsem
Junxuan Liao
1
-5
/
+5
2025-06-11
d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlier
Al Viro
1
-3
/
+7
2025-06-11
make d_set_d_op() static
Al Viro
1
-3
/
+3
2025-06-11
set_default_d_op(): calculate the matching value for ->d_flags
Al Viro
1
-2
/
+4
2025-06-11
correct the set of flags forbidden at d_set_d_op() time
Al Viro
1
-1
/
+2
2025-06-10
split d_flags calculation out of d_set_d_op()
Al Viro
1
-23
/
+30
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-2
/
+8
2025-06-10
new helper: d_splice_alias_ops()
Al Viro
1
-27
/
+36
2025-06-08
d_set_mounted(): we don't need to bump seqcount component of rename_lock
Al Viro
1
-2
/
+2
2025-05-26
Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+10
[next]