summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-24VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya1-1/+2
2025-12-24fs: make sure to fail try_to_unlazy() and try_to_unlazy() for LOOKUP_CACHEDMateusz Guzik1-5/+13
2025-12-02Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-108/+639
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-42/+120
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-11-26fs: inline step_into() and walk_component()Mateusz Guzik1-3/+28
2025-11-26fs: tidy up step_into() & friends before inliningMateusz Guzik1-13/+18
2025-11-25fs: mark lookup_slow() as noinlineMateusz Guzik1-1/+1
2025-11-25fs: add predicts based on nd->depthMateusz Guzik1-6/+7
2025-11-14VFS: change vfs_mkdir() to unlock on failure.NeilBrown1-2/+2
2025-11-14ecryptfs: use new start_creating/start_removing APIsNeilBrown1-0/+33
2025-11-14Add start_renaming_two_dentries()NeilBrown1-0/+65
2025-11-14VFS/ovl/smb: introduce start_renaming_dentry()NeilBrown1-6/+102
2025-11-14VFS/nfsd/ovl: introduce start_renaming() and end_renaming()NeilBrown1-54/+143
2025-11-14VFS: add start_creating_killable() and start_removing_killable()NeilBrown1-3/+77
2025-11-14VFS: introduce start_removing_dentry()NeilBrown1-0/+33
2025-11-14VFS: introduce start_creating_noperm() and start_removing_noperm()NeilBrown1-0/+48
2025-11-14VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()NeilBrown1-0/+27
2025-11-14VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()NeilBrown1-7/+28
2025-11-14VFS: tidy up do_unlinkat()NeilBrown1-29/+26
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown1-25/+73
2025-11-13fs: touch up predicts in path lookupMateusz Guzik1-9/+9
2025-11-12fs: retire now stale MAY_WRITE predicts in inode_permission()Mateusz Guzik1-2/+2
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik1-2/+41
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-2/+14
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-8/+15
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-2/+13
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-7/+4
2025-11-12vfs: break parent dir delegations in open(..., O_CREAT) codepathJeff Layton1-4/+18
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-5/+17
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-6/+18
2025-11-12vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}Jeff Layton1-1/+14
2025-11-12filelock: add struct delegated_inodeJeff Layton1-9/+9
2025-10-31fs: touch up predicts in putname()Mateusz Guzik1-2/+2
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-4/+4
2025-10-04Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-6/+6
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-43/+121
2025-09-28Have cc(1) catch attempts to modify ->f_pathAl Viro1-4/+4
2025-09-23VFS: rename kern_path_locked() and related functions.NeilBrown1-22/+37
2025-09-23VFS/audit: introduce kern_path_parent() for auditNeilBrown1-6/+17
2025-09-23VFS: unify old_mnt_idmap and new_mnt_idmap in renamedataNeilBrown1-9/+8
2025-09-23VFS: discard err2 in filename_create()NeilBrown1-6/+4
2025-09-23VFS/ovl: add lookup_one_positive_killable()NeilBrown1-0/+55
2025-09-16done_path_create(): constify path argumentAl Viro1-1/+1
2025-09-16filename_lookup(): constify root argumentAl Viro1-1/+1
2025-09-02openat2: don't trigger automounts with RESOLVE_NO_XDEVAskar Safin1-0/+8
2025-09-02namei: move cross-device check to __traverse_mountsAskar Safin1-6/+5
2025-09-02namei: remove LOOKUP_NO_XDEV check from handle_mountsAskar Safin1-4/+2
2025-09-02namei: move cross-device check to traverse_mountsAskar Safin1-4/+7
2025-08-11fs: fix "writen"->"written"Xichao Zhao1-1/+1