index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
namei.c
Age
Commit message (
Expand
)
Author
2025-12-24
VFS: fix __start_dirop() kernel-doc warnings
Bagas Sanjaya
2025-12-24
fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHED
Mateusz Guzik
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-12-01
Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...
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-26
fs: inline step_into() and walk_component()
Mateusz Guzik
2025-11-26
fs: tidy up step_into() & friends before inlining
Mateusz Guzik
2025-11-25
fs: mark lookup_slow() as noinline
Mateusz Guzik
2025-11-25
fs: add predicts based on nd->depth
Mateusz Guzik
2025-11-14
VFS: change vfs_mkdir() to unlock on failure.
NeilBrown
2025-11-14
ecryptfs: use new start_creating/start_removing APIs
NeilBrown
2025-11-14
Add start_renaming_two_dentries()
NeilBrown
2025-11-14
VFS/ovl/smb: introduce start_renaming_dentry()
NeilBrown
2025-11-14
VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
NeilBrown
2025-11-14
VFS: add start_creating_killable() and start_removing_killable()
NeilBrown
2025-11-14
VFS: introduce start_removing_dentry()
NeilBrown
2025-11-14
VFS: introduce start_creating_noperm() and start_removing_noperm()
NeilBrown
2025-11-14
VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
NeilBrown
2025-11-14
VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
NeilBrown
2025-11-14
VFS: tidy up do_unlinkat()
NeilBrown
2025-11-14
VFS: introduce start_dirop() and end_dirop()
NeilBrown
2025-11-13
fs: touch up predicts in path lookup
Mateusz Guzik
2025-11-12
fs: retire now stale MAY_WRITE predicts in inode_permission()
Mateusz Guzik
2025-11-12
fs: speed up path lookup with cheaper handling of MAY_EXEC
Mateusz Guzik
2025-11-12
vfs: make vfs_symlink break delegations on parent dir
Jeff Layton
2025-11-12
vfs: make vfs_mknod break delegations on parent directory
Jeff Layton
2025-11-12
vfs: make vfs_create break delegations on parent directory
Jeff Layton
2025-11-12
vfs: clean up argument list for vfs_create()
Jeff Layton
2025-11-12
vfs: break parent dir delegations in open(..., O_CREAT) codepath
Jeff Layton
2025-11-12
vfs: allow rmdir to wait for delegation break on parent
Jeff Layton
2025-11-12
vfs: allow mkdir to wait for delegation break on parent
Jeff Layton
2025-11-12
vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
Jeff Layton
2025-11-12
filelock: add struct delegated_inode
Jeff Layton
2025-10-31
fs: touch up predicts in putname()
Mateusz Guzik
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
2025-10-03
Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2025-09-29
Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-27
Have cc(1) catch attempts to modify ->f_path
Al Viro
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
2025-09-23
VFS/audit: introduce kern_path_parent() for audit
NeilBrown
2025-09-23
VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
NeilBrown
2025-09-23
VFS: discard err2 in filename_create()
NeilBrown
2025-09-23
VFS/ovl: add lookup_one_positive_killable()
NeilBrown
2025-09-15
done_path_create(): constify path argument
Al Viro
2025-09-15
filename_lookup(): constify root argument
Al Viro
2025-09-02
openat2: don't trigger automounts with RESOLVE_NO_XDEV
Askar Safin
2025-09-02
namei: move cross-device check to __traverse_mounts
Askar Safin
2025-09-02
namei: remove LOOKUP_NO_XDEV check from handle_mounts
Askar Safin
2025-09-02
namei: move cross-device check to traverse_mounts
Askar Safin
2025-08-11
fs: fix "writen"->"written"
Xichao Zhao
[next]