aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+3
2025-03-24Merge tag 'vfs-6.15-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2025-03-24Merge tag 'vfs-6.15-rc1.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2025-03-08vfs: Remove invalidate_inodes()Jan Kara1-1/+0
2025-03-05file: add fput and file_ref_put routines optimized for use when closing a fdMateusz Guzik1-0/+3
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner1-0/+1
2025-02-21fs: don't needlessly acquire f_lockChristian Brauner1-0/+1
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji1-2/+2
2025-02-12statmount: allow to retrieve idmappingsChristian Brauner1-0/+1
2024-11-18Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2024-11-13kill getname_statx_lookup_flags()Al Viro1-1/+0
2024-11-06replace do_getxattr() with saner helpers.Al Viro1-5/+3
2024-11-06replace do_setxattr() with saner helpers.Al Viro1-3/+3
2024-11-06new helper: import_xattr_name()Al Viro1-0/+3
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche1-4/+4
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner1-0/+1
2024-07-15Merge tag 'vfs-6.11.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2024-06-28nsfs: add open_namespace()Christian Brauner1-0/+2
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik1-0/+14
2024-05-02ovl: implement tmpfileMiklos Szeredi1-0/+3
2024-03-13pidfs: remove config optionChristian Brauner1-3/+3
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-03-01libfs: improve path_from_stashed()Christian Brauner1-3/+5
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner1-0/+1
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner1-1/+2
2024-03-01libfs: add path_from_stashed()Christian Brauner1-0/+3
2024-02-09Add do_ftruncate that truncates a struct fileTony Solomonik1-0/+1
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+4
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein1-4/+4
2023-12-12file: remove pointless wrapperChristian Brauner1-1/+1
2023-12-12file: massage cleanup of files that failed to openAl Viro1-1/+0
2023-11-25kill lock_two_inodes()Al Viro1-2/+0
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro1-0/+1
2023-11-18dentry.h: trim externsAl Viro1-0/+4
2023-11-18namespace: extract show_path() helperMiklos Szeredi1-0/+2
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein1-1/+1
2023-10-19fs: get mnt_writers count for an open backing file's real pathAmir Goldstein1-2/+9
2023-10-19vfs: shave work on failed file openMateusz Guzik1-0/+1
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-6/+6
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-6/+0
2023-08-21super: make locking naming consistentChristian Brauner1-1/+1
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig1-1/+1
2023-08-02fs: remove emergency_thaw_bdevChristoph Hellwig1-6/+0
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+3
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+2
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountJan Kara1-0/+41
2023-06-19fs: use backing_file container for internal files with "fake" f_pathAmir Goldstein1-2/+3