summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-19vfs: fix docstring of hash_name()Jori Koolstra1-2/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-17Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-02-10Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-199/+221
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+3
2026-02-10Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+73
2026-02-10Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+19
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein1-1/+1
2026-01-20fs/namei: fix kernel-doc markup for dentry_createJay Winston1-2/+2
2026-01-16namei.c: switch user pathname imports to CLASS(filename{,_flags})Al Viro1-15/+6
2026-01-16namei.c: convert getname_kernel() callers to CLASS(filename_kernel)Al Viro1-26/+10
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro1-12/+11
2026-01-16non-consuming variant of do_mknodat()Al Viro1-9/+8
2026-01-16non-consuming variant of do_mkdirat()Al Viro1-7/+6
2026-01-16non-consuming variant of do_symlinkat()Al Viro1-12/+11
2026-01-16non-consuming variant of do_linkat()Al Viro1-15/+12
2026-01-16non-consuming variant of do_renameat2()Al Viro1-15/+15
2026-01-14fs: export may_create() as may_create_dentry()Filipe Manana1-9/+10
2026-01-14fs: export may_delete() as may_delete_dentry()Filipe Manana1-8/+9
2026-01-13rename do_filp_open() to do_file_open()Al Viro1-1/+1
2026-01-13do_filp_open(): DTRT when getting ERR_PTR() as pathnameAl Viro1-0/+2
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro1-6/+6
2026-01-13allow incomplete imports of filenamesAl Viro1-5/+61
2026-01-13switch __getname_maybe_null() to CLASS(filename_flags)Al Viro1-7/+5
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik1-6/+10
2026-01-13struct filename: saner handling of long namesAl Viro1-54/+33
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro1-9/+28
2026-01-13getname_flags() massage, part 2Al Viro1-27/+29
2026-01-13getname_flags() massage, part 1Al Viro1-17/+16
2026-01-13get rid of audit_reusename()Al Viro1-8/+3
2026-01-13init_mknod(): turn into a trivial wrapper for do_mknodat()Al Viro1-1/+1
2026-01-07VFS: fix __start_dirop() kernel-doc warningsBagas Sanjaya1-1/+2
2026-01-07fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcuBreno Leitao1-3/+0
2026-01-07fs: only assert on LOOKUP_RCU when built with CONFIG_DEBUG_VFSMateusz Guzik1-2/+3
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-15VFS/knfsd: Teach dentry_create() to use atomic_open()Benjamin Coddington1-13/+42
2025-12-15VFS: Prepare atomic_open() for dentry_create()Benjamin Coddington1-7/+6
2025-12-15VFS: move dentry_create() from fs/open.c to fs/namei.cBenjamin Coddington1-0/+38
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