| Commit message (Expand) | Author | Files | Lines |
2012-01-04 | dlmfs: use inode_init_owner() | Al Viro | 1 | -13/+2 |
2012-01-04 | 9p: propagate umode_t | Al Viro | 4 | -14/+15 |
2012-01-04 | omfs: propagate umode_t | Al Viro | 3 | -3/+3 |
2012-01-04 | reiserfs: propagate umode_t | Al Viro | 3 | -3/+3 |
2012-01-04 | xfs: propagate umode_t | Al Viro | 9 | -13/+13 |
2012-01-04 | sysv: propagate umode_t | Al Viro | 2 | -2/+2 |
2012-01-04 | ufs: propagate umode_t | Al Viro | 3 | -4/+4 |
2012-01-04 | minix: propagate umode_t | Al Viro | 2 | -2/+2 |
2012-01-04 | ext4: propagate umode_t | Al Viro | 2 | -5/+5 |
2012-01-04 | ext3: propagate umode_t | Al Viro | 2 | -2/+2 |
2012-01-04 | ext2: propagate umode_t | Al Viro | 3 | -3/+3 |
2012-01-04 | 9p: don't bother with unixmode2p9mode() for link() and symlink() | Al Viro | 1 | -12/+8 |
2012-01-04 | kill ecryptfs_create_underlying_file() | Al Viro | 1 | -20/+1 |
2012-01-04 | configfs: convert to umode_t | Al Viro | 4 | -7/+7 |
2012-01-04 | switch devtmpfs to umode_t | Al Viro | 1 | -3/+3 |
2012-01-04 | switch debugfs to umode_t | Al Viro | 25 | -82/+82 |
2012-01-04 | switch sysfs_chmod_file() to umode_t | Al Viro | 3 | -6/+6 |
2012-01-04 | switch procfs to umode_t use | Al Viro | 13 | -32/+31 |
2012-01-04 | switch ->is_visible() to returning umode_t | Al Viro | 33 | -70/+70 |
2012-01-04 | switch sysfs attr->mode to umode_t | Al Viro | 2 | -2/+2 |
2012-01-04 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 31 | -35/+35 |
2012-01-04 | hugetlbfs: switch to inode_init_owner() | Al Viro | 1 | -27/+32 |
2012-01-04 | switch ->mknod() to umode_t | Al Viro | 42 | -51/+51 |
2012-01-04 | switch ->create() to umode_t | Al Viro | 54 | -72/+72 |
2012-01-04 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 56 | -70/+70 |
2012-01-04 | switch sys_mknodat(2) to umode_t | Al Viro | 2 | -4/+4 |
2012-01-04 | vfs: fix the rest of sget() races | Al Viro | 1 | -7/+13 |
2012-01-04 | vfs: new helper - vfs_ustat() | Al Viro | 5 | -26/+17 |
2012-01-04 | vfs: live vfsmounts never have NULL ->mnt_sb | Al Viro | 2 | -4/+3 |
2012-01-04 | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 6 | -8/+8 |
2012-01-04 | get rid of timer in kern/acct.c | Al Viro | 1 | -30/+10 |
2012-01-04 | vfs: pipe.c is really non-modular | Al Viro | 1 | -7/+0 |
2012-01-04 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 53 | -55/+1 |
2012-01-04 | vfs: mnt_drop_write_file() | Al Viro | 22 | -48/+55 |
2012-01-04 | constify seq_file stuff | Al Viro | 2 | -10/+10 |
2012-01-04 | vfs: make do_kern_mount() static | Al Viro | 2 | -5/+1 |
2012-01-04 | vfs: convert fs_supers to hlist | Al Viro | 3 | -15/+16 |
2012-01-04 | make nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt | Al Viro | 1 | -9/+9 |
2012-01-04 | vfs: kill ->mnt_devname use in afs printks | Al Viro | 1 | -2/+2 |
2012-01-04 | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... | Al Viro | 3 | -3/+0 |
2012-01-04 | tomoyo: stop including hell knows what | Al Viro | 1 | -8/+0 |
2012-01-04 | vfs: dentry_reset_mounted() doesn't use vfsmount argument | Al Viro | 1 | -3/+3 |
2012-01-04 | unexport put_mnt_ns(), make create_mnt_ns() static outright | Al Viro | 2 | -4/+1 |
2012-01-04 | vfs: add missing parens in pnode.h macros | Al Viro | 1 | -5/+5 |
2012-01-04 | vfs: more mnt_parent cleanups | Al Viro | 4 | -55/+29 |
2012-01-04 | vfs: new internal helper: mnt_has_parent(mnt) | Al Viro | 5 | -12/+18 |
2012-01-04 | vfs: kill pointless helpers in namespace.c | Al Viro | 1 | -30/+5 |
2012-01-04 | new helpers: fh_{want,drop}_write() | Al Viro | 3 | -19/+29 |
2012-01-04 | switch a bunch of places to mnt_want_write_file() | Al Viro | 16 | -42/+42 |
2012-01-04 | trim fs/internal.h | Al Viro | 5 | -28/+15 |