summaryrefslogtreecommitdiff
path: root/fs/internal.h
AgeCommit message (Expand)Author
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
2023-10-19vfs: shave work on failed file openMateusz Guzik
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-21super: make locking naming consistentChristian Brauner
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig
2023-08-02fs: remove emergency_thaw_bdevChristoph Hellwig
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein