summaryrefslogtreecommitdiff
path: root/include/uapi/linux/mount.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin1-1/+1
2025-02-12Merge patch series "fs: allow changing idmappings"Christian Brauner1-3/+5
2025-02-12statmount: add a new supported_mask fieldJeff Layton1-1/+3
2025-02-12statmount: allow to retrieve idmappingsChristian Brauner1-1/+7
2024-11-14statmount: retrieve security mount optionsChristian Brauner1-1/+4
2024-11-13statmount: add flag to retrieve unescaped optionsMiklos Szeredi1-2/+5
2024-11-13fs: add the ability for statmount() to report the sb_sourceJeff Layton1-1/+2
2024-11-12fs: add the ability for statmount() to report the fs_subtypeJeff Layton1-1/+4
2024-06-28fs: export mount options via statmount()Josef Bacik1-1/+2
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner1-0/+2
2024-06-28fs: export the mount ns id via statmountJosef Bacik1-1/+3
2024-06-28listmount: allow listing in reverse orderChristian Brauner1-0/+1
2023-12-14fs: keep struct mnt_id_req extensibleChristian Brauner1-0/+5
2023-12-14add listmount(2) syscallMiklos Szeredi1-1/+13
2023-12-11add statmount(2) syscallMiklos Szeredi1-0/+53
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner1-1/+2
2023-05-19fs: allow to mount beneath top mountChristian Brauner1-1/+2
2021-07-26move_mount: allow to add a mount into an existing groupPavel Tikhomirov1-1/+2
2021-06-01mount: Support "nosymfollow" in new mount apiChristian Brauner1-0/+1
2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner1-0/+1
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+15
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler1-0/+1
2019-03-21vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells1-0/+8
2019-03-21vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells1-0/+18
2019-03-21vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+14
2019-03-21vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells1-0/+5
2019-03-21vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells1-0/+11
2019-03-21vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro1-0/+6
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells1-0/+58