summaryrefslogtreecommitdiff
path: root/fs/internal.h
AgeCommit message (Expand)Author
3 daysMerge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
13 daysfs: 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
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner
2024-07-15Merge tag 'vfs-6.11.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-06-28nsfs: add open_namespace()Christian Brauner
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik
2024-05-02ovl: implement tmpfileMiklos Szeredi
2024-03-13pidfs: remove config optionChristian Brauner
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-01libfs: improve path_from_stashed()Christian Brauner
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01libfs: add path_from_stashed()Christian Brauner
2024-02-09Add do_ftruncate that truncates a struct fileTony Solomonik
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein
2023-12-12file: remove pointless wrapperChristian Brauner
2023-12-12file: massage cleanup of files that failed to openAl Viro
2023-11-25kill lock_two_inodes()Al Viro
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro
2023-11-18dentry.h: trim externsAl Viro
2023-11-18namespace: extract show_path() helperMiklos Szeredi
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-19fs: get mnt_writers count for an open backing file's real pathAmir Goldstein