summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext2: propagate umode_tAl Viro2012-01-043-3/+3
* 9p: don't bother with unixmode2p9mode() for link() and symlink()Al Viro2012-01-041-12/+8Star
* kill ecryptfs_create_underlying_file()Al Viro2012-01-041-20/+1Star
* 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/+31Star
* 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: fix the rest of sget() racesAl Viro2012-01-041-7/+13
* vfs: new helper - vfs_ustat()Al Viro2012-01-045-26/+17Star
* vfs: live vfsmounts never have NULL ->mnt_sbAl Viro2012-01-042-4/+3Star
* vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-046-8/+8
* get rid of timer in kern/acct.cAl Viro2012-01-041-30/+10Star
* vfs: pipe.c is really non-modularAl Viro2012-01-041-7/+0Star
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-0453-55/+1Star
* vfs: mnt_drop_write_file()Al Viro2012-01-0422-48/+55
* constify seq_file stuffAl Viro2012-01-042-10/+10
* vfs: make do_kern_mount() staticAl Viro2012-01-042-5/+1Star
* vfs: convert fs_supers to hlistAl Viro2012-01-043-15/+16
* 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-043-3/+0Star
* tomoyo: stop including hell knows whatAl Viro2012-01-041-8/+0Star
* 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-042-4/+1Star
* vfs: add missing parens in pnode.h macrosAl Viro2012-01-041-5/+5
* vfs: more mnt_parent cleanupsAl Viro2012-01-044-55/+29Star
* 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/+5Star
* 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/+15Star
* pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro2012-01-043-33/+22Star
* Revert "rtc: Disable the alarm in the hardware"Linus Torvalds2012-01-041-34/+10Star
* hung_task: fix false positive during vforkMandeep Singh Baines2012-01-041-4/+10
* security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara2012-01-042-2/+2
* drm/radeon/kms/atom: fix possible segfault in pm setupAlexander Müller2012-01-031-1/+5
* Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-021-1/+1
|\
| * dt/device: Fix auxdata matching to handle entries without a name overrideGrant Likely2011-12-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-027-7/+17
|\ \
| * | netfilter: ctnetlink: fix timeout calculationXi Wang2011-12-311-2/+2
| * | ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-314-5/+11