summaryrefslogtreecommitdiff
path: root/include/linux/mount.h
AgeCommit message (Expand)Author
2014-09-17mnt: Correct permission checks in do_remountEric W. Biederman
2014-09-17mnt: Only change user settable mount flags in remountEric W. Biederman
2014-05-06smarter propagate_mnt()Al Viro
2013-11-09RCU'd vfsmountsAl Viro
2013-07-24vfs: Lock in place mounts from more privileged usersEric W. Biederman
2013-03-27vfs: Add a mount flag to lock read only bind mountsEric W. Biederman
2012-01-03vfs: move fsnotify junk to struct mountAl Viro
2012-01-03vfs: move mnt_devnameAl Viro
2012-01-03vfs: move mnt_list to struct mountAl Viro
2012-01-03vfs: move the rest of int fields to struct mountAl Viro
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro
2012-01-03vfs: mnt_ns moved to struct mountAl Viro
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro
2012-01-03vfs: take mnt_master to struct mountAl Viro
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro
2012-01-03vfs: all counters taken to struct mountAl Viro
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro
2012-01-03vfs: mnt_parent moved to struct mountAl Viro
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03vfs: make do_kern_mount() staticAl Viro
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-01-16sanitize vfsmount refcounting changesAl Viro
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells
2011-01-07fs: scale mntget/mntputNick Piggin
2010-08-11vfs: remove unused MNT_STRICTATIMEMiklos Szeredi
2010-07-28fsnotify/vfsmount: add fsnotify fields to struct vfsmountAndreas Gruenbacher
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro
2010-03-03Take vfsmount_lock to fs/internal.hAl Viro
2010-03-03VFS: Clean up shared mount flag propagationValerie Aurora
2010-02-17percpu: add __percpu sparse annotations to fsTejun Heo
2009-06-11fs: introduce mnt_clone_writenpiggin@suse.de
2009-06-11fs: mnt_want_write speedupnpiggin@suse.de
2009-03-26Add a strictatime mount optionMatthew Garrett
2008-10-16include/linux/mount.h: remove CVS keywordAdrian Bunk
2008-08-01[PATCH] pass struct path * to do_add_mount()Al Viro
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationLi Zefan
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-04-23[patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi
2008-04-23[patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro
2008-04-19[PATCH] r/o bind mounts: honor mount writer counts at remountDave Hansen
2008-04-19[PATCH] r/o bind mounts: track numbers of writers to mountsDave Hansen
2008-04-19[PATCH] r/o bind mounts: stub functionsDave Hansen
2008-03-27[PATCH] do shrink_submounts() for all fs typesAl Viro
2008-03-27[PATCH] count ghost references to vfsmountsAl Viro
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day
2007-02-11[PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flagsEric Dumazet
2006-12-13[PATCH] relative atimeValerie Henson