aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mount.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-11fs: mnt_want_write speedupGravatar npiggin@suse.de 1-6/+15
2009-03-26Add a strictatime mount optionGravatar Matthew Garrett 1-0/+1
2008-10-16include/linux/mount.h: remove CVS keywordGravatar Adrian Bunk 1-2/+0
2008-08-01[PATCH] pass struct path * to do_add_mount()Gravatar Al Viro 1-1/+2
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationGravatar Li Zefan 1-1/+1
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-2/+0
2008-04-23[patch 4/7] vfs: mountinfo: add mount peer group IDGravatar Miklos Szeredi 1-0/+1
2008-04-23[patch 3/7] vfs: mountinfo: add mount IDGravatar Miklos Szeredi 1-0/+1
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hGravatar Al Viro 1-2/+0
2008-04-19[PATCH] r/o bind mounts: honor mount writer counts at remountGravatar Dave Hansen 1-0/+1
2008-04-19[PATCH] r/o bind mounts: track numbers of writers to mountsGravatar Dave Hansen 1-0/+7
2008-04-19[PATCH] r/o bind mounts: stub functionsGravatar Dave Hansen 1-0/+3
2008-03-27[PATCH] do shrink_submounts() for all fs typesGravatar Al Viro 1-1/+0
2008-03-27[PATCH] count ghost references to vfsmountsGravatar Al Viro 1-0/+1
2007-05-09Fix misspellings collected by members of KJ list.Gravatar Robert P. J. Day 1-1/+1
2007-02-11[PATCH] struct vfsmount: keep mnt_count & mnt_expiry_mark away from mnt_flagsGravatar Eric Dumazet 1-2/+8
2006-12-13[PATCH] relative atimeGravatar Valerie Henson 1-0/+1
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceGravatar Kirill Korotaev 1-2/+2
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Gravatar Trond Myklebust 1-0/+5