aboutsummaryrefslogtreecommitdiff
path: root/fs/mount.h
AgeCommit message (Expand)Author
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi
2012-01-03switch mnt_namespace ->root to struct mountAl Viro
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro
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: and now we can make ->mnt_master point 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: now it can be done - make mnt_parent point to struct mountAl Viro
2012-01-03vfs: mnt_parent moved to struct mountAl Viro
2012-01-03vfs: spread struct mount - mnt_has_parentAl Viro
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro
2012-01-03vfs: spread struct mount - __lookup_mnt() resultAl Viro
2012-01-03vfs: start hiding vfsmount guts seriesAl Viro
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro