aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mount.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-04acct_on(): don't mess with freeze protectionGravatar Al Viro 1-0/+2
2019-01-30new helpers: vfs_create_mount(), fc_mount()Gravatar Al Viro 1-0/+3
2018-12-20vfs: Separate changing mount flags full remountGravatar David Howells 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-02-02fs: Better permission checking for submountsGravatar Eric W. Biederman 1-0/+3
2016-12-16Merge branch 'work.autofs' into for-linusGravatar Al Viro 1-0/+2
2016-12-05namespace.c: constify struct path passed to a bunch of primitivesGravatar Al Viro 1-2/+2
2016-12-03vfs: add path_is_mountpoint() helperGravatar Ian Kent 1-0/+2
2016-09-30mnt: Add a per mount namespace limit on the number of mountsGravatar Eric W. Biederman 1-0/+2
2016-06-24fs: Treat foreign mounts as nosuidGravatar Andy Lutomirski 1-0/+1
2015-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-0/+1
2015-04-15init: export name_to_dev_t and mark name argument as constGravatar Dan Ehrenberg 1-1/+1
2015-04-02mnt: Add MNT_UMOUNT flagGravatar Eric W. Biederman 1-0/+1
2014-10-24vfs: introduce clone_private_mount()Gravatar Miklos Szeredi 1-0/+3
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2014-08-07death to mnt_pinnedGravatar Al Viro 1-2/+2
2014-07-31mnt: Correct permission checks in do_remountGravatar Eric W. Biederman 1-0/+5
2014-07-31mnt: Only change user settable mount flags in remountGravatar Eric W. Biederman 1-1/+3
2014-04-01smarter propagate_mnt()Gravatar Al Viro 1-0/+3
2013-11-09RCU'd vfsmountsGravatar Al Viro 1-0/+2
2013-07-24vfs: Lock in place mounts from more privileged usersGravatar Eric W. Biederman 1-0/+1
2013-03-27vfs: Add a mount flag to lock read only bind mountsGravatar Eric W. Biederman 1-0/+2
2012-01-03vfs: move fsnotify junk to struct mountGravatar Al Viro 1-5/+0
2012-01-03vfs: move mnt_devnameGravatar Al Viro 1-1/+0
2012-01-03vfs: move mnt_list to struct mountGravatar Al Viro 1-1/+0
2012-01-03vfs: move the rest of int fields to struct mountGravatar Al Viro 1-3/+0
2012-01-03vfs: mnt_id/mnt_group_id movedGravatar Al Viro 1-2/+0
2012-01-03vfs: mnt_ns moved to struct mountGravatar Al Viro 1-1/+0
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountGravatar Al Viro 1-4/+0
2012-01-03vfs: take mnt_master to struct mountGravatar Al Viro 1-1/+0
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountGravatar Al Viro 1-2/+0
2012-01-03vfs: all counters taken to struct mountGravatar Al Viro 1-12/+0
2012-01-03vfs: move mnt_mountpoint to struct mountGravatar Al Viro 1-1/+0
2012-01-03vfs: mnt_parent moved to struct mountGravatar Al Viro 1-1/+0
2012-01-03vfs: the first spoils - mnt_hash movedGravatar Al Viro 1-1/+0
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-0/+1
2012-01-03vfs: make do_kern_mount() staticGravatar Al Viro 1-3/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-01-16sanitize vfsmount refcounting changesGravatar Al Viro 1-3/+1
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()Gravatar David Howells 1-6/+1
2011-01-07fs: scale mntget/mntputGravatar Nick Piggin 1-36/+17
2010-08-11vfs: remove unused MNT_STRICTATIMEGravatar Miklos Szeredi 1-1/+0
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountGravatar Andreas Gruenbacher 1-1/+5
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+12
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsGravatar Al Viro 1-0/+2
2010-03-03Take vfsmount_lock to fs/internal.hGravatar Al Viro 1-1/+0
2010-03-03VFS: Clean up shared mount flag propagationGravatar Valerie Aurora 1-1/+10
2010-02-17percpu: add __percpu sparse annotations to fsGravatar Tejun Heo 1-1/+1
2009-06-11fs: introduce mnt_clone_writeGravatar npiggin@suse.de 1-0/+4