aboutsummaryrefslogtreecommitdiffstats
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-09init: 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-24Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2023-01-27ipc,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-19move mount-related externs from fs.h to mount.hAl Viro1-0/+12
2022-05-19linux/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-09Merge 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-04acct_on(): don't mess with freeze protectionAl Viro1-0/+2
2019-01-30new 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-02fs: Better permission checking for submountsEric W. Biederman1-0/+3
2016-12-16Merge branch 'work.autofs' into for-linusAl Viro1-0/+2
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesAl Viro1-2/+2
2016-12-03vfs: 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-02mnt: 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-07-31mnt: Correct permission checks in do_remountEric W. Biederman1-0/+5
2014-07-31mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+3
2014-04-01smarter 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-03vfs: move fsnotify junk to struct mountAl Viro1-5/+0
2012-01-03vfs: move mnt_devnameAl Viro1-1/+0
2012-01-03vfs: move mnt_list to struct mountAl Viro1-1/+0
2012-01-03vfs: move the rest of int fields to struct mountAl Viro1-3/+0
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro1-2/+0
2012-01-03vfs: mnt_ns moved to struct mountAl Viro1-1/+0
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro1-4/+0
2012-01-03vfs: take mnt_master to struct mountAl Viro1-1/+0
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-2/+0
2012-01-03vfs: all counters taken to struct mountAl Viro1-12/+0
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-1/+0
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-1/+0
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-0/+1
2012-01-03vfs: make do_kern_mount() staticAl Viro1-3/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-16sanitize vfsmount refcounting changesAl Viro1-3/+1
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-6/+1
2011-01-07fs: scale mntget/mntputNick Piggin1-36/+17
2010-08-11vfs: remove unused MNT_STRICTATIMEMiklos Szeredi1-1/+0
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher1-1/+5
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+12
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro1-0/+2
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro1-1/+0
2010-03-03VFS: Clean up shared mount flag propagationValerie Aurora1-1/+10
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo1-1/+1
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de1-0/+4
2009-06-11fs: mnt_want_write speedupnpiggin@suse.de1-6/+15
2009-03-26Add a strictatime mount optionMatthew Garrett1-0/+1
2008-10-16include/linux/mount.h: remove CVS keywordAdrian Bunk1-2/+0
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro1-1/+2
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationLi Zefan1-1/+1
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-2/+0
2008-04-23[patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi1-0/+1
2008-04-23[patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi1-0/+1
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro1-2/+0
2008-04-19[PATCH] r/o bind mounts: honor mount writer counts at remountDave Hansen1-0/+1
2008-04-19[PATCH] r/o bind mounts: track numbers of writers to mountsDave Hansen1-0/+7
2008-04-19[PATCH] r/o bind mounts: stub functionsDave Hansen1-0/+3
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro1-1/+0
2008-03-27[PATCH] count ghost references to vfsmountsAl Viro1-0/+1
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-1/+1
2007-02-11[PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flagsEric Dumazet1-2/+8
2006-12-13[PATCH] relative atimeValerie Henson1-0/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-2/+2
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-0/+5
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-0/+5
2006-06-09VFS: Add shrink_submounts()Trond Myklebust1-0/+3
2006-06-09VFS: Add GPL_EXPORTED function vfs_kern_mount()Trond Myklebust1-0/+5
2006-01-10[PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig1-3/+5
2006-01-08[PATCH] shared mounts: cleanupMiklos Szeredi1-1/+2
2005-11-07[PATCH] unbindable mountsRam Pai1-0/+1
2005-11-07[PATCH] introduce slave mountsRam Pai1-0/+3
2005-11-07[PATCH] introduce shared mountsRam Pai1-0/+2
2005-11-07[PATCH] beginning of the shared-subtree properRam Pai1-5/+5
2005-11-07[PATCH] saner handling of auto_acct_off() and DQUOT_OFF() in umountAl Viro1-9/+4
2005-07-12[PATCH] name_to_dev_t warning fixAndrew Morton1-0/+2
2005-07-07[PATCH] namespace: rename _mntput to mntput_no_expireMiklos Szeredi1-2/+2
2005-07-07[PATCH] namespace: rename mnt_fslink to mnt_expireMiklos Szeredi1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+81