summaryrefslogtreecommitdiff
path: root/fs/namei.c
AgeCommit message (Expand)Author
6 daysfs: refuse O_TMPFILE creation with an unmapped fsuid or fsgidChristian Brauner
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.directory.delegations' of git://git.kernel.org/pub/scm...Linus Torvalds
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-05-29vfs: replace ints with enum last_type for LAST_XXXJori Koolstra
2026-05-29vfs: make LAST_XXX private to fs/namei.cJori Koolstra
2026-05-28VFS: fix possible failure to unlock in nfsd4_create_file()NeilBrown
2026-05-21openat2: new OPENAT2_REGULAR flag supportDorjoy Chowdhury
2026-05-21namei: use QSTR() instead of QSTR_INIT() in path_ptsThorsten Blum
2026-05-21fs: fold __start_removing_path into start_removing_pathChristoph Hellwig
2026-05-21fs: remove start_removing_user_path_atChristoph Hellwig
2026-05-15filelock: add support for ignoring deleg breaks for dir change eventsJeff Layton
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.directory' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-31fs: write a better comment in step_into() concerning .mnt assignmentMateusz Guzik
2026-03-19vfs: fix docstring of hash_name()Jori Koolstra
2026-03-09VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()NeilBrown
2026-03-06VFS: make lookup_one_qstr_excl() static.NeilBrown
2026-03-06VFS: move the start_dirop() kerndoc comment to before start_dirop()NeilBrown
2026-03-06VFS: note error returns in documentation for various lookup functionsNeilBrown
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.atomic_open' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.btrfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-29fs: add helpers name_is_dot{,dot,_dotdot}Amir Goldstein
2026-01-20fs/namei: fix kernel-doc markup for dentry_createJay Winston
2026-01-16namei.c: switch user pathname imports to CLASS(filename{,_flags})Al Viro
2026-01-16namei.c: convert getname_kernel() callers to CLASS(filename_kernel)Al Viro
2026-01-16non-consuming variants of do_{unlinkat,rmdir}()Al Viro
2026-01-16non-consuming variant of do_mknodat()Al Viro
2026-01-16non-consuming variant of do_mkdirat()Al Viro
2026-01-16non-consuming variant of do_symlinkat()Al Viro
2026-01-16non-consuming variant of do_linkat()Al Viro
2026-01-16non-consuming variant of do_renameat2()Al Viro
2026-01-14fs: export may_create() as may_create_dentry()Filipe Manana
2026-01-14fs: export may_delete() as may_delete_dentry()Filipe Manana
2026-01-13rename do_filp_open() to do_file_open()Al Viro
2026-01-13do_filp_open(): DTRT when getting ERR_PTR() as pathnameAl Viro
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro
2026-01-13allow incomplete imports of filenamesAl Viro
2026-01-13switch __getname_maybe_null() to CLASS(filename_flags)Al Viro
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik
2026-01-13struct filename: saner handling of long namesAl Viro
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro
2026-01-13getname_flags() massage, part 2Al Viro
2026-01-13getname_flags() massage, part 1Al Viro