aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-01-03vfs: all counters taken to struct mountAl Viro
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro
2012-01-03vfs: mnt_parent moved to struct mountAl Viro
2012-01-03vfs: the first spoils - mnt_hash movedAl Viro
2012-01-03switch open and mkdir syscalls to umode_tAl Viro
2012-01-03switch ->path_mknod() to umode_tAl Viro
2012-01-03switch ->path_mkdir() to umode_tAl Viro
2012-01-03switch kern_ipc_perm to umode_tAl Viro
2012-01-03consolidate umode_t declarationsAl Viro
2012-01-03switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro
2012-01-03switch mq_open() to umode_tAl Viro
2012-01-03switch miscdevice to umode_tAl Viro
2012-01-03switch securityfs_create_file() to umode_tAl Viro
2012-01-03switch security_path_chmod() to umode_tAl Viro
2012-01-03switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro
2012-01-03sysctl: use umode_t for table permissionsAl Viro
2012-01-03switch is_sxid() to umode_tAl Viro
2012-01-03switch inode_init_owner() to umode_tAl Viro
2012-01-03pohmelfs: propagate umode_tAl Viro
2012-01-03shmem, ramfs: propagate umode_t, open-coded S_ISREGAl Viro
2012-01-03sunrpc: propagate umode_tAl Viro
2012-01-03cgroup: propagate mode_tAl Viro
2012-01-03reiserfs: propagate umode_tAl Viro
2012-01-03ext3: propagate umode_tAl Viro
2012-01-03configfs: convert to umode_tAl Viro
2012-01-03switch debugfs to umode_tAl Viro
2012-01-03switch sysfs_chmod_file() to umode_tAl Viro
2012-01-03switch procfs to umode_t useAl Viro
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2012-01-03switch sysfs attr->mode to umode_tAl Viro
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03switch sys_mknodat(2) to umode_tAl Viro
2012-01-03fs: move code out of buffer.cAl Viro
2012-01-03vfs: new helper - vfs_ustat()Al Viro
2012-01-03vfs: mnt_drop_write_file()Al Viro
2012-01-03constify seq_file stuffAl Viro
2012-01-03vfs: make do_kern_mount() staticAl Viro
2012-01-03vfs: convert fs_supers to hlistAl Viro
2012-01-03unexport put_mnt_ns(), make create_mnt_ns() static outrightAl Viro
2012-01-03pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro
2012-01-03net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas
2012-01-03security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara
2012-01-03Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-...Arnd Bergmann
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov
2011-12-30IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt