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