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-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
/
namei.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-19
vfs: fix docstring of hash_name()
Jori Koolstra
1
-2
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
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
-1
/
+1
2026-02-10
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-199
/
+221
2026-02-10
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+3
2026-02-10
Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+73
2026-02-10
Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+19
2026-01-29
fs: add helpers name_is_dot{,dot,_dotdot}
Amir Goldstein
1
-1
/
+1
2026-01-20
fs/namei: fix kernel-doc markup for dentry_create
Jay Winston
1
-2
/
+2
2026-01-16
namei.c: switch user pathname imports to CLASS(filename{,_flags})
Al Viro
1
-15
/
+6
2026-01-16
namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
Al Viro
1
-26
/
+10
2026-01-16
non-consuming variants of do_{unlinkat,rmdir}()
Al Viro
1
-12
/
+11
2026-01-16
non-consuming variant of do_mknodat()
Al Viro
1
-9
/
+8
2026-01-16
non-consuming variant of do_mkdirat()
Al Viro
1
-7
/
+6
2026-01-16
non-consuming variant of do_symlinkat()
Al Viro
1
-12
/
+11
2026-01-16
non-consuming variant of do_linkat()
Al Viro
1
-15
/
+12
2026-01-16
non-consuming variant of do_renameat2()
Al Viro
1
-15
/
+15
2026-01-14
fs: export may_create() as may_create_dentry()
Filipe Manana
1
-9
/
+10
2026-01-14
fs: export may_delete() as may_delete_dentry()
Filipe Manana
1
-8
/
+9
2026-01-13
rename do_filp_open() to do_file_open()
Al Viro
1
-1
/
+1
2026-01-13
do_filp_open(): DTRT when getting ERR_PTR() as pathname
Al Viro
1
-0
/
+2
2026-01-13
struct filename ->refcnt doesn't need to be atomic
Al Viro
1
-6
/
+6
2026-01-13
allow incomplete imports of filenames
Al Viro
1
-5
/
+61
2026-01-13
switch __getname_maybe_null() to CLASS(filename_flags)
Al Viro
1
-7
/
+5
2026-01-13
fs: hide names_cache behind runtime const machinery
Mateusz Guzik
1
-6
/
+10
2026-01-13
struct filename: saner handling of long names
Al Viro
1
-54
/
+33
2026-01-13
struct filename: use names_cachep only for getname() and friends
Al Viro
1
-9
/
+28
2026-01-13
getname_flags() massage, part 2
Al Viro
1
-27
/
+29
2026-01-13
getname_flags() massage, part 1
Al Viro
1
-17
/
+16
2026-01-13
get rid of audit_reusename()
Al Viro
1
-8
/
+3
2026-01-13
init_mknod(): turn into a trivial wrapper for do_mknodat()
Al Viro
1
-1
/
+1
2026-01-07
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
1
-1
/
+2
2026-01-07
fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcu
Breno Leitao
1
-3
/
+0
2026-01-07
fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFS
Mateusz Guzik
1
-2
/
+3
2025-12-24
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
1
-1
/
+2
2025-12-24
fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
Mateusz Guzik
1
-5
/
+13
2025-12-15
VFS/knfsd: Teach dentry_create() to use atomic_open()
Benjamin Coddington
1
-13
/
+42
2025-12-15
VFS: Prepare atomic_open() for dentry_create()
Benjamin Coddington
1
-7
/
+6
2025-12-15
VFS: move dentry_create() from fs/open.c to fs/namei.c
Benjamin Coddington
1
-0
/
+38
2025-12-02
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-108
/
+639
2025-12-02
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
Linus Torvalds
1
-42
/
+120
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2025-11-26
fs: inline step_into() and walk_component()
Mateusz Guzik
1
-3
/
+28
2025-11-26
fs: tidy up step_into() & friends before inlining
Mateusz Guzik
1
-13
/
+18
2025-11-25
fs: mark lookup_slow() as noinline
Mateusz Guzik
1
-1
/
+1
2025-11-25
fs: add predicts based on nd->depth
Mateusz Guzik
1
-6
/
+7
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
1
-2
/
+2
2025-11-14
ecryptfs: use new start_creating/start_removing APIs
NeilBrown
1
-0
/
+33
2025-11-14
Add start_renaming_two_dentries()
NeilBrown
1
-0
/
+65
2025-11-14
VFS/ovl/smb: introduce start_renaming_dentry()
NeilBrown
1
-6
/
+102
[next]