summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-04affs: propagate umode_tAl Viro2-4/+4
2012-01-04cgroup: propagate mode_tAl Viro2-8/+8
2012-01-04infiniband: umode_t noise, including open-coded S_ISDIR()Al Viro2-6/+6
2012-01-04sysfs: propagate umode_tAl Viro4-5/+5
2012-01-04usbfs: propagate umode_tAl Viro1-10/+8
2012-01-04hypfs: umode_t noise and properly spelled S_ISDIR/S_ISREGAl Viro1-5/+5
2012-01-04ocfs2: propagate umode_tAl Viro4-5/+5
2012-01-04dlmfs: use inode_init_owner()Al Viro1-13/+2
2012-01-049p: propagate umode_tAl Viro4-14/+15
2012-01-04omfs: propagate umode_tAl Viro3-3/+3
2012-01-04reiserfs: propagate umode_tAl Viro3-3/+3
2012-01-04xfs: propagate umode_tAl Viro9-13/+13
2012-01-04sysv: propagate umode_tAl Viro2-2/+2
2012-01-04ufs: propagate umode_tAl Viro3-4/+4
2012-01-04minix: propagate umode_tAl Viro2-2/+2
2012-01-04ext4: propagate umode_tAl Viro2-5/+5
2012-01-04ext3: propagate umode_tAl Viro2-2/+2
2012-01-04ext2: propagate umode_tAl Viro3-3/+3
2012-01-049p: don't bother with unixmode2p9mode() for link() and symlink()Al Viro1-12/+8
2012-01-04kill ecryptfs_create_underlying_file()Al Viro1-20/+1
2012-01-04configfs: convert to umode_tAl Viro4-7/+7
2012-01-04switch devtmpfs to umode_tAl Viro1-3/+3
2012-01-04switch debugfs to umode_tAl Viro25-82/+82
2012-01-04switch sysfs_chmod_file() to umode_tAl Viro3-6/+6
2012-01-04switch procfs to umode_t useAl Viro13-32/+31
2012-01-04switch ->is_visible() to returning umode_tAl Viro33-70/+70
2012-01-04switch sysfs attr->mode to umode_tAl Viro2-2/+2
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro31-35/+35
2012-01-04hugetlbfs: switch to inode_init_owner()Al Viro1-27/+32
2012-01-04switch ->mknod() to umode_tAl Viro42-51/+51
2012-01-04switch ->create() to umode_tAl Viro54-72/+72
2012-01-04switch vfs_mkdir() and ->mkdir() to umode_tAl Viro56-70/+70
2012-01-04switch sys_mknodat(2) to umode_tAl Viro2-4/+4
2012-01-04vfs: fix the rest of sget() racesAl Viro1-7/+13
2012-01-04vfs: new helper - vfs_ustat()Al Viro5-26/+17
2012-01-04vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2-4/+3
2012-01-04vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro6-8/+8
2012-01-04get rid of timer in kern/acct.cAl Viro1-30/+10
2012-01-04vfs: pipe.c is really non-modularAl Viro1-7/+0
2012-01-04vfs: fix the stupidity with i_dentry in inode destructorsAl Viro53-55/+1
2012-01-04vfs: mnt_drop_write_file()Al Viro22-48/+55
2012-01-04constify seq_file stuffAl Viro2-10/+10
2012-01-04vfs: make do_kern_mount() staticAl Viro2-5/+1
2012-01-04vfs: convert fs_supers to hlistAl Viro3-15/+16
2012-01-04make nfs_follow_remote_path() handle ERR_PTR() passed as root_mntAl Viro1-9/+9
2012-01-04vfs: kill ->mnt_devname use in afs printksAl Viro1-2/+2
2012-01-04btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro3-3/+0
2012-01-04tomoyo: stop including hell knows whatAl Viro1-8/+0
2012-01-04vfs: dentry_reset_mounted() doesn't use vfsmount argumentAl Viro1-3/+3
2012-01-04unexport put_mnt_ns(), make create_mnt_ns() static outrightAl Viro2-4/+1