aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-07death to mnt_pinnedAl Viro1-1/+0
2014-08-07acct: get rid of acct_listAl Viro1-0/+1
2014-04-01reduce m_start() cost...Al Viro1-1/+4
2014-03-30switch mnt_hash to hlistAl Viro1-1/+1
2014-03-30resizable namespace.c hashesAl Viro1-1/+1
2014-01-26vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman1-1/+1
2013-11-09RCU'd vfsmountsAl Viro1-4/+6
2013-10-24split __lookup_mnt() in two functionsAl Viro1-1/+2
2013-10-24new helpers: lock_mount_hash/unlock_mount_hashAl Viro1-0/+13
2013-10-24namespace.c: get rid of mnt_ghostsAl Viro1-1/+1
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro1-0/+7
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+1
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-0/+1
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman1-0/+1
2012-07-14get rid of magic in proc_namespace.cAl Viro1-1/+3
2012-07-14get rid of ->mnt_longtermAl Viro1-1/+8
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi1-0/+1
2012-01-03switch mnt_namespace ->root to struct mountAl Viro1-1/+1
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-0/+24
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-1/+4
2012-01-03vfs: move mnt_devnameAl Viro1-1/+2
2012-01-03vfs: move mnt_list to struct mountAl Viro1-1/+2
2012-01-03vfs: move the rest of int fields to struct mountAl Viro1-0/+3
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro1-0/+2
2012-01-03vfs: mnt_ns moved to struct mountAl Viro1-0/+1
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro1-1/+5
2012-01-03vfs: and now we can make ->mnt_master point to struct mountAl Viro1-1/+1
2012-01-03vfs: take mnt_master to struct mountAl Viro1-0/+2
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-0/+2
2012-01-03vfs: all counters taken to struct mountAl Viro1-0/+12
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-0/+1
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro1-2/+2
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-1/+2
2012-01-03vfs: spread struct mount - mnt_has_parentAl Viro1-2/+2
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro1-0/+1
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro1-0/+2
2012-01-03vfs: start hiding vfsmount guts seriesAl Viro1-0/+9
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro1-0/+6