index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source 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]