Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / fs / mount.h
2012-01-07 Miklos Szeredivfs: keep list of mounts for each superblock
2012-01-04 Al Viroswitch mnt_namespace ->root to struct mount
2012-01-04 Al Virovfs: take /proc/*/mounts and friends to fs/proc_namespace.c
2012-01-04 Al Virovfs: move fsnotify junk to struct mount
2012-01-04 Al Virovfs: move mnt_devname
2012-01-04 Al Virovfs: move mnt_list to struct mount
2012-01-04 Al Virovfs: move the rest of int fields to struct mount
2012-01-04 Al Virovfs: mnt_id/mnt_group_id moved
2012-01-04 Al Virovfs: mnt_ns moved to struct mount
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)