summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | udf: propagate umode_tAl Viro2012-01-045-15/+15
| | * | fuse: propagate umode_tAl Viro2012-01-042-4/+4
| | * | pohmelfs: propagate umode_tAl Viro2012-01-044-6/+7
| | * | shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro2012-01-042-4/+4
| | * | logfs: propagate umode_tAl Viro2012-01-042-2/+2
| | * | ubifs: propagate umode_tAl Viro2012-01-042-3/+3
| | * | ncpfs: propagate umode_tAl Viro2012-01-043-4/+4
| | * | hugetlbfs: propagate umode_tAl Viro2012-01-041-1/+1
| | * | exofs: propagate umode_tAl Viro2012-01-043-3/+3
| | * | nilfs: propagate umode_tAl Viro2012-01-043-3/+3
| | * | sunrpc: propagate umode_tAl Viro2012-01-044-4/+4
| | * | affs: propagate umode_tAl Viro2012-01-042-4/+4
| | * | cgroup: propagate mode_tAl Viro2012-01-042-8/+8
| | * | infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro2012-01-042-6/+6
| | * | sysfs: propagate umode_tAl Viro2012-01-044-5/+5
| | * | usbfs: propagate umode_tAl Viro2012-01-041-10/+8
| | * | hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREGAl Viro2012-01-041-5/+5
| | * | ocfs2: propagate umode_tAl Viro2012-01-044-5/+5
| | * | dlmfs: use inode_init_owner()Al Viro2012-01-041-13/+2
| | * | 9p: propagate umode_tAl Viro2012-01-044-14/+15
| | * | omfs: propagate umode_tAl Viro2012-01-043-3/+3
| | * | reiserfs: propagate umode_tAl Viro2012-01-043-3/+3
| | * | xfs: propagate umode_tAl Viro2012-01-049-13/+13
| | * | sysv: propagate umode_tAl Viro2012-01-042-2/+2
| | * | ufs: propagate umode_tAl Viro2012-01-043-4/+4
| | * | minix: propagate umode_tAl Viro2012-01-042-2/+2
| | * | ext4: propagate umode_tAl Viro2012-01-042-5/+5
| | * | ext3: propagate umode_tAl Viro2012-01-042-2/+2
| | * | ext2: propagate umode_tAl Viro2012-01-043-3/+3
| | * | 9p: don't bother with unixmode2p9mode() for link() and symlink()Al Viro2012-01-041-12/+8
| | * | kill ecryptfs_create_underlying_file()Al Viro2012-01-041-20/+1
| | * | configfs: convert to umode_tAl Viro2012-01-044-7/+7
| | * | switch devtmpfs to umode_tAl Viro2012-01-041-3/+3
| | * | switch debugfs to umode_tAl Viro2012-01-0425-82/+82
| | * | switch sysfs_chmod_file() to umode_tAl Viro2012-01-043-6/+6
| | * | switch procfs to umode_t useAl Viro2012-01-0413-32/+31
| | * | switch ->is_visible() to returning umode_tAl Viro2012-01-0433-70/+70
| | * | switch sysfs attr->mode to umode_tAl Viro2012-01-042-2/+2
| | * | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-0431-35/+35
| | * | hugetlbfs: switch to inode_init_owner()Al Viro2012-01-041-27/+32
| | * | switch ->mknod() to umode_tAl Viro2012-01-0442-51/+51
| | * | switch ->create() to umode_tAl Viro2012-01-0454-72/+72
| | * | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-0456-70/+70
| | * | switch sys_mknodat(2) to umode_tAl Viro2012-01-042-4/+4
| | |/
| * | vfs: trim includes a bitAl Viro2012-01-043-20/+7
| * | switch mnt_namespace ->root to struct mountAl Viro2012-01-042-7/+7
| * | vfs: take /proc/*/mounts and friends to fs/proc_namespace.cAl Viro2012-01-046-351/+368
| * | vfs: opencode mntget() mnt_set_mountpoint()Al Viro2012-01-041-1/+2
| * | vfs: spread struct mount - remaining argument of next_mnt()Al Viro2012-01-041-17/+18
| * | vfs: move fsnotify junk to struct mountAl Viro2012-01-046-42/+47