summaryrefslogtreecommitdiff
path: root/fs/internal.h
AgeCommit message (Expand)Author
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.namespace' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.nullfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-16mount: add OPEN_TREE_NAMESPACEChristian Brauner
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-13rename do_filp_open() to do_file_open()Al Viro
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro
2026-01-13init_mknod(): turn into a trivial wrapper for do_mknodat()Al Viro
2026-01-12fs: add init_pivot_root()Christian Brauner
2026-01-12fs: factor out a sync_lazytime helperChristoph Hellwig
2025-12-15fs: Remove internal old mount API codeEric Sandeen
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-17get rid of kill_litter_super()Al Viro
2025-11-14VFS: introduce start_dirop() and end_dirop()NeilBrown
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-03Merge tag 'pull-mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-09-27Merge branches 'work.path' and 'work.mount' into work.f_pathAl Viro
2025-09-19nsfs: support exhaustive file handlesChristian Brauner
2025-09-15path_umount(): constify struct path argumentAl Viro
2025-09-15path_mount(): constify struct path argumentAl Viro
2025-09-15filename_lookup(): constify root argumentAl Viro
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-18fs: constify file ptr in backing_file accessor helpersAmir Goldstein
2025-06-24pidfs: add pidfs_root_path() helperChristian Brauner
2025-06-19libfs: massage path_from_stashed() to allow custom stashing behaviorChristian Brauner
2025-05-26Merge tag 'vfs-6.16-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-09libfs: export find_next_child()Christian Brauner
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-07anon_inode: explicitly block ->setattr()Christian Brauner
2025-04-07anon_inode: use a proper mode internallyChristian Brauner
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-08vfs: Remove invalidate_inodes()Jan Kara
2025-03-05file: add fput and file_ref_put routines optimized for use when closing a fdMateusz Guzik
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner
2025-02-21fs: don't needlessly acquire f_lockChristian Brauner
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji
2025-02-12statmount: allow to retrieve idmappingsChristian Brauner
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-13kill getname_statx_lookup_flags()Al Viro
2024-11-06replace do_getxattr() with saner helpers.Al Viro
2024-11-06replace do_setxattr() with saner helpers.Al Viro
2024-11-06new helper: import_xattr_name()Al Viro