summaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-2/+0
* [patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2008-04-231-0/+1
* [patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi2008-04-231-0/+1
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-211-2/+0
* [PATCH] r/o bind mounts: honor mount writer counts at remountDave Hansen2008-04-191-0/+1
* [PATCH] r/o bind mounts: track numbers of writers to mountsDave Hansen2008-04-191-0/+7
* [PATCH] r/o bind mounts: stub functionsDave Hansen2008-04-191-0/+3
* [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-271-1/+0
* [PATCH] count ghost references to vfsmountsAl Viro2008-03-271-0/+1
* Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-091-1/+1
* [PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flagsEric Dumazet2007-02-111-2/+8
* [PATCH] relative atimeValerie Henson2006-12-131-0/+1
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-2/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-0/+5
|\
| * [PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells2006-06-231-0/+5
* | VFS: Add shrink_submounts()Trond Myklebust2006-06-091-0/+3
* | VFS: Add GPL_EXPORTED function vfs_kern_mount()Trond Myklebust2006-06-091-0/+5
|/
* [PATCH] per-mountpoint noatime/nodiratimeChristoph Hellwig2006-01-101-3/+5