summaryrefslogtreecommitdiff
path: root/include/linux/mount.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-18mounts: keep list of mounts in an rbtreeMiklos Szeredi1-3/+2
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein1-2/+2
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2023-06-10init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann1-0/+2
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-1/+0
2023-02-25Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-01-28ipc,namespace: batch free ipc_namespace structuresRik van Riel1-0/+1
2023-01-19fs: move mnt_idmapChristian Brauner1-1/+0
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-1/+0
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner1-3/+6
2022-05-20move mount-related externs from fs.h to mount.hAl Viro1-0/+12
2022-05-20linux/mount.h: trim includesAl Viro1-12/+5
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain1-3/+0
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner1-1/+2
2021-01-24mount: attach mappings to mountsChristian Brauner1-0/+6
2021-01-04vfs: don't unnecessarily clone write access for writable fdsEric Biggers1-1/+0
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler1-1/+2
2020-06-10Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+2
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-0/+2
2020-05-14proc/mounts: add cursorMiklos Szeredi1-1/+3
2019-04-05acct_on(): don't mess with freeze protectionAl Viro1-0/+2
2019-01-31new helpers: vfs_create_mount(), fc_mount()Al Viro1-0/+3
2018-12-20vfs: Separate changing mount flags full remountDavid Howells1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-02-01fs: Better permission checking for submountsEric W. Biederman1-0/+3
2016-12-17Merge branch 'work.autofs' into for-linusAl Viro1-0/+2
2016-12-06namespace.c: constify struct path passed to a bunch of primitivesAl Viro1-2/+2
2016-12-04vfs: add path_is_mountpoint() helperIan Kent1-0/+2
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+2
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski1-0/+1
2015-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg1-1/+1
2015-04-03mnt: Add MNT_UMOUNT flagEric W. Biederman1-0/+1
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi1-0/+3
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2014-08-07death to mnt_pinnedAl Viro1-2/+2
2014-08-01mnt: Correct permission checks in do_remountEric W. Biederman1-0/+5
2014-08-01mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+3
2014-04-02smarter propagate_mnt()Al Viro1-0/+3
2013-11-09RCU'd vfsmountsAl Viro1-0/+2
2013-07-24vfs: Lock in place mounts from more privileged usersEric W. Biederman1-0/+1
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+2
2012-01-04vfs: move fsnotify junk to struct mountAl Viro1-5/+0
2012-01-04vfs: move mnt_devnameAl Viro1-1/+0
2012-01-04vfs: move mnt_list to struct mountAl Viro1-1/+0
2012-01-04vfs: move the rest of int fields to struct mountAl Viro1-3/+0
2012-01-04vfs: mnt_id/mnt_group_id movedAl Viro1-2/+0
2012-01-04vfs: mnt_ns moved to struct mountAl Viro1-1/+0