Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-06 | vfs: switch ->show_path() to struct dentry * | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-06 | vfs: switch ->show_devname() to struct dentry * | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-06 | vfs: switch ->show_stats to struct dentry * | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-06 | switch security_path_chmod() to struct path * | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-06 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-06 | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | |
2012-01-03 | vfs: trim includes a bit | Al Viro | |
[folded fix for missing magic.h from Tetsuo Handa] Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | switch mnt_namespace ->root to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: take /proc/*/mounts and friends to fs/proc_namespace.c | Al Viro | |
rationale: that stuff is far tighter bound to fs/namespace.c than to the guts of procfs proper. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: opencode mntget() mnt_set_mountpoint() | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - remaining argument of next_mnt() | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: move fsnotify junk to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: move mnt_devname | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: move mnt_list to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: switch pnode.h macros to struct mount * | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: move the rest of int fields to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: mnt_id/mnt_group_id moved | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: mnt_ns moved to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - mntput_no_expire | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - do_add_mount and graft_tree | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: and now we can make ->mnt_master point to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: take mnt_master to struct mount | Al Viro | |
make IS_MNT_SLAVE take struct mount * at the same time Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - remaining argument of mnt_set_mountpoint() | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - propagate_mnt() | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - shared subtree iterators | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - get_dominating_id / do_make_slave | Al Viro | |
next pile of horrors, similar to mnt_parent one; this time it's mnt_master. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: take mnt_child/mnt_mounts to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: all counters taken to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - work with counters | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: move mnt_mountpoint to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: now it can be done - make mnt_parent point to struct mount | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: mnt_parent moved to struct mount | Al Viro | |
the second victim... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - is_path_reachable | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - mnt_has_parent | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - do_umount/propagate_mount_busy | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount mnt_set_mountpoint child argument | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - clone_mnt/copy_tree argument | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - shrink_submounts/select_submounts | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - umount_tree argument | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: the first spoils - mnt_hash moved | Al Viro | |
taken out of struct vfsmount into struct mount Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount to remaining users of ->mnt_hash | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - clone_mnt/copy_tree result | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - change_mnt_propagation/set_mnt_shared | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - alloc_vfsmnt/free_vfsmnt/mnt_alloc_id/mnt_free_id | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - tree_contains_unbindable | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - attach_recursive_mnt | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - mount group id handling | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||
2012-01-03 | vfs: spread struct mount - commit_tree | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |