summaryrefslogtreecommitdiff
path: root/include/linux/mount.h
AgeCommit message (Expand)Author
2025-06-29mount: separate the flags accessed only under namespace_semAl Viro
2025-06-29Rewrite of propagate_umount()Al Viro
2025-06-29sanitize handling of long-term internal mountsAl Viro
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-07finish_automount(): don't leak MNT_LOCKED from parent to childAl Viro
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-23fs: convert mount flags to enumStephen Brennan
2025-05-06kill vfs_submount()Al Viro
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka
2025-01-09fs: kill MNT_ONRBChristian Brauner
2024-12-22fs: use a consume fence in mnt_idmap()Mateusz Guzik
2023-11-18mounts: keep list of mounts in an rbtreeMiklos Szeredi
2023-09-11fs: rename __mnt_{want,drop}_write*() helpersAmir Goldstein
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-09init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-02-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-01-27ipc,namespace: batch free ipc_namespace structuresRik van Riel
2023-01-19fs: move mnt_idmapChristian Brauner
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-05-19move mount-related externs from fs.h to mount.hAl Viro
2022-05-19linux/mount.h: trim includesAl Viro
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner
2021-01-24mount: attach mappings to mountsChristian Brauner
2021-01-04vfs: don't unnecessarily clone write access for writable fdsEric Biggers
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-06-04ovl: make private mounts longtermMiklos Szeredi
2020-05-14proc/mounts: add cursorMiklos Szeredi
2019-04-04acct_on(): don't mess with freeze protectionAl Viro
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro
2018-12-20vfs: Separate changing mount flags full remountDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-02-02fs: Better permission checking for submountsEric W. Biederman
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro
2016-12-03vfs: add path_is_mountpoint() helperIan Kent
2016-09-30mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski
2015-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg
2015-04-02mnt: Add MNT_UMOUNT flagEric W. Biederman
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds