summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* affs: propagate umode_tAl Viro2012-01-042-4/+4
* sysfs: propagate umode_tAl Viro2012-01-043-4/+4
* 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-042-2/+2
* 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-041-1/+1
* 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-042-5/+5
* switch debugfs to umode_tAl Viro2012-01-043-19/+19
* switch sysfs_chmod_file() to umode_tAl Viro2012-01-041-1/+1
* switch procfs to umode_t useAl Viro2012-01-043-6/+6
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-1/+1
* hugetlbfs: switch to inode_init_owner()Al Viro2012-01-041-27/+32
* switch ->mknod() to umode_tAl Viro2012-01-0434-41/+41
* switch ->create() to umode_tAl Viro2012-01-0444-58/+58
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-0446-57/+57
* switch sys_mknodat(2) to umode_tAl Viro2012-01-041-2/+2
* vfs: fix the rest of sget() racesAl Viro2012-01-041-7/+13
* vfs: new helper - vfs_ustat()Al Viro2012-01-043-16/+15
* vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-041-1/+1
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-043-3/+3
* vfs: pipe.c is really non-modularAl Viro2012-01-041-7/+0
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-0448-50/+1
* vfs: mnt_drop_write_file()Al Viro2012-01-0421-48/+54
* constify seq_file stuffAl Viro2012-01-041-5/+5
* vfs: make do_kern_mount() staticAl Viro2012-01-041-2/+1
* vfs: convert fs_supers to hlistAl Viro2012-01-042-13/+14
* make nfs_follow_remote_path() handle ERR_PTR() passed as root_mntAl Viro2012-01-041-9/+9
* vfs: kill ->mnt_devname use in afs printksAl Viro2012-01-041-2/+2
* btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro2012-01-042-2/+0
* vfs: dentry_reset_mounted() doesn't use vfsmount argumentAl Viro2012-01-041-3/+3
* unexport put_mnt_ns(), make create_mnt_ns() static outrightAl Viro2012-01-041-3/+1
* vfs: add missing parens in pnode.h macrosAl Viro2012-01-041-5/+5
* vfs: more mnt_parent cleanupsAl Viro2012-01-044-55/+29
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2012-01-045-12/+18
* vfs: kill pointless helpers in namespace.cAl Viro2012-01-041-30/+5
* new helpers: fh_{want,drop}_write()Al Viro2012-01-043-19/+29
* switch a bunch of places to mnt_want_write_file()Al Viro2012-01-0416-42/+42
* trim fs/internal.hAl Viro2012-01-045-28/+15
* pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro2012-01-042-32/+21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-12-301-26/+3
|\