summaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
Commit message (Expand)AuthorAgeFilesLines
* fs: Better permission checking for submountsEric W. Biederman2017-02-021-0/+3
* Merge branch 'work.autofs' into for-linusAl Viro2016-12-161-0/+2
|\
| * vfs: add path_is_mountpoint() helperIan Kent2016-12-031-0/+2
* | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-051-2/+2
|/
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2016-09-301-0/+2
* fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-04-181-0/+1
|\
| * mnt: Add MNT_UMOUNT flagEric W. Biederman2015-04-021-0/+1
* | init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-151-1/+1
|/
* vfs: introduce clone_private_mount()Miklos Szeredi2014-10-241-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-08-111-2/+2
|\
| * death to mnt_pinnedAl Viro2014-08-071-2/+2
* | mnt: Correct permission checks in do_remountEric W. Biederman2014-07-311-0/+5
* | mnt: Only change user settable mount flags in remountEric W. Biederman2014-07-311-1/+3
|/
* smarter propagate_mnt()Al Viro2014-04-011-0/+3
* RCU'd vfsmountsAl Viro2013-11-091-0/+2
* vfs: Lock in place mounts from more privileged usersEric W. Biederman2013-07-241-0/+1
* vfs: Add a mount flag to lock read only bind mountsEric W. Biederman2013-03-271-0/+2
* vfs: move fsnotify junk to struct mountAl Viro2012-01-031-5/+0
* vfs: move mnt_devnameAl Viro2012-01-031-1/+0
* vfs: move mnt_list to struct mountAl Viro2012-01-031-1/+0
* vfs: move the rest of int fields to struct mountAl Viro2012-01-031-3/+0
* vfs: mnt_id/mnt_group_id movedAl Viro2012-01-031-2/+0
* vfs: mnt_ns moved to struct mountAl Viro2012-01-031-1/+0
* vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro2012-01-031-4/+0
* vfs: take mnt_master to struct mountAl Viro2012-01-031-1/+0
* vfs: take mnt_child/mnt_mounts to struct mountAl Viro2012-01-031-2/+0
* vfs: all counters taken to struct mountAl Viro2012-01-031-12/+0
* vfs: move mnt_mountpoint to struct mountAl Viro2012-01-031-1/+0
* vfs: mnt_parent moved to struct mountAl Viro2012-01-031-1/+0
* vfs: the first spoils - mnt_hash movedAl Viro2012-01-031-1/+0
* vfs: mnt_drop_write_file()Al Viro2012-01-031-0/+1
* vfs: make do_kern_mount() staticAl Viro2012-01-031-3/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* sanitize vfsmount refcounting changesAl Viro2011-01-161-3/+1
* Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells2011-01-151-6/+1
* fs: scale mntget/mntputNick Piggin2011-01-071-36/+17
* vfs: remove unused MNT_STRICTATIMEMiklos Szeredi2010-08-111-1/+0
* fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher2010-07-281-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-2/+12
|\
| * Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro2010-03-031-0/+2
| * Take vfsmount_lock to fs/internal.hAl Viro2010-03-031-1/+0
| * VFS: Clean up shared mount flag propagationValerie Aurora2010-03-031-1/+10
* | percpu: add __percpu sparse annotations to fsTejun Heo2010-02-171-1/+1
|/
* fs: introduce mnt_clone_writenpiggin@suse.de2009-06-111-0/+4
* fs: mnt_want_write speedupnpiggin@suse.de2009-06-111-6/+15
* Add a strictatime mount optionMatthew Garrett2009-03-261-0/+1
* include/linux/mount.h: remove CVS keywordAdrian Bunk2008-10-161-2/+0
* [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-011-1/+2
* [PATCH] vfs: use kstrdup() and check failing allocationLi Zefan2008-07-261-1/+1