]> git.ipfire.org Git - people/ms/linux.git/history - fs/mount.h
vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount
[people/ms/linux.git] / fs / mount.h
2012-01-04  Al Virovfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_ex...
2012-01-04  Al Virovfs: and now we can make ->mnt_master point to struct...
2012-01-04  Al Virovfs: take mnt_master to struct mount
2012-01-04  Al Virovfs: take mnt_child/mnt_mounts to struct mount
2012-01-04  Al Virovfs: all counters taken to struct mount
2012-01-04  Al Virovfs: move mnt_mountpoint to struct mount
2012-01-04  Al Virovfs: now it can be done - make mnt_parent point to...
2012-01-04  Al Virovfs: mnt_parent moved to struct mount
2012-01-04  Al Virovfs: spread struct mount - mnt_has_parent
2012-01-04  Al Virovfs: the first spoils - mnt_hash moved
2012-01-04  Al Virovfs: spread struct mount - __lookup_mnt() result
2012-01-04  Al Virovfs: start hiding vfsmount guts series
2012-01-04  Al Virovfs: new internal helper: mnt_has_parent(mnt)