aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro29-115/+113
2012-01-03vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro1-26/+4
2012-01-03vfs: move fsnotify junk to struct mountAl Viro1-5/+0
2012-01-03vfs: move mnt_devnameAl Viro1-1/+0
2012-01-03vfs: move mnt_list to struct mountAl Viro1-1/+0
2012-01-03vfs: move the rest of int fields to struct mountAl Viro1-3/+0
2012-01-03vfs: mnt_id/mnt_group_id movedAl Viro1-2/+0
2012-01-03vfs: mnt_ns moved to struct mountAl Viro1-1/+0
2012-01-03vfs: take mnt_share/mnt_slave/mnt_slave_list and mnt_expire to struct mountAl Viro1-4/+0
2012-01-03vfs: take mnt_master to struct mountAl Viro1-1/+0
2012-01-03vfs: take mnt_child/mnt_mounts to struct mountAl Viro1-2/+0
2012-01-03vfs: all counters taken to struct mountAl Viro1-12/+0
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-1/+0
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-1/+0
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro1-1/+0
2012-01-03switch open and mkdir syscalls to umode_tAl Viro3-9/+9
2012-01-03switch ->path_mknod() to umode_tAl Viro1-3/+3
2012-01-03switch ->path_mkdir() to umode_tAl Viro1-3/+3
2012-01-03switch kern_ipc_perm to umode_tAl Viro2-3/+3
2012-01-03consolidate umode_t declarationsAl Viro2-6/+1
2012-01-03switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-1/+1
2012-01-03switch mq_open() to umode_tAl Viro2-3/+3
2012-01-03switch miscdevice to umode_tAl Viro1-1/+1
2012-01-03switch securityfs_create_file() to umode_tAl Viro1-2/+2
2012-01-03switch security_path_chmod() to umode_tAl Viro1-3/+3
2012-01-03switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro1-3/+3
2012-01-03sysctl: use umode_t for table permissionsAl Viro1-1/+1
2012-01-03switch is_sxid() to umode_tAl Viro1-1/+1
2012-01-03switch inode_init_owner() to umode_tAl Viro1-1/+1
2012-01-03pohmelfs: propagate umode_tAl Viro1-1/+1
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro1-1/+1
2012-01-03sunrpc: propagate umode_tAl Viro2-2/+2
2012-01-03cgroup: propagate mode_tAl Viro1-1/+1
2012-01-03reiserfs: propagate umode_tAl Viro1-1/+1
2012-01-03ext3: propagate umode_tAl Viro1-1/+1
2012-01-03configfs: convert to umode_tAl Viro1-1/+1
2012-01-03switch debugfs to umode_tAl Viro2-24/+24
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro1-2/+2
2012-01-03switch procfs to umode_t useAl Viro3-14/+14
2012-01-03switch ->is_visible() to returning umode_tAl Viro3-6/+6
2012-01-03switch sysfs attr->mode to umode_tAl Viro1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro3-5/+5
2012-01-03switch ->mknod() to umode_tAl Viro2-4/+4
2012-01-03switch ->create() to umode_tAl Viro2-5/+5
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-4/+4
2012-01-03switch sys_mknodat(2) to umode_tAl Viro1-2/+2
2012-01-03fs: move code out of buffer.cAl Viro1-0/+3
2012-01-03vfs: new helper - vfs_ustat()Al Viro1-2/+1
2012-01-03vfs: mnt_drop_write_file()Al Viro1-0/+1
2012-01-03constify seq_file stuffAl Viro1-5/+5