aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig16-20/+69
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig15-17/+41
2014-01-25fs: add generic xattr_acl handlersChristoph Hellwig1-0/+102
2014-01-25fs: add get_acl helperChristoph Hellwig2-21/+30
2014-01-25fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig3-188/+174
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Christoph Hellwig1-10/+10
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2014-01-25befs: iget_locked() doesn't return an ERR_PTRRakesh Pandit1-2/+2
2014-01-25fs: __fget_light() can use __fget() in slow pathOleg Nesterov1-11/+3
2014-01-25fs: factor out common code in fget_light() and fget_raw_light()Oleg Nesterov1-24/+9
2014-01-25fs: factor out common code in fget() and fget_raw()Oleg Nesterov1-17/+8
2014-01-25change close_files() to use rcu_dereference_raw(files->fdt)Oleg Nesterov1-17/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty()Oleg Nesterov1-2/+2
2014-01-25kill reiserfs_bdevname()Al Viro3-14/+6
2014-01-25afs: get rid of junk in fs/afs/proc.cAl Viro2-101/+22
2014-01-25nls: have register_nls() set ->ownerAl Viro52-53/+3
2014-01-25eventfd_ctx_fdget(): use fdget() instead of fget()Al Viro1-8/+5
2014-01-25btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAMEAl Viro1-46/+24
2014-01-25qnx4: clean qnx4_fill_super() upAl Viro2-43/+22
2014-01-25efs: get rid of ->put_super()Al Viro1-24/+15
2014-01-25cramfs: take headers to fs/cramfsAl Viro3-5/+25
2014-01-25cramfs: get rid of ->put_super()Al Viro1-16/+12
2014-01-25affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()Al Viro1-32/+25
2014-01-25xfs: switch to kfree_put_link()Al Viro1-13/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro1-16/+13
2014-01-24nfsd4: decrease nfsd4_encode_fattr stack usageJ. Bruce Fields1-6/+10
2014-01-24xfs: allow logical-sector sized O_DIRECTEric Sandeen4-3/+26
2014-01-24xfs: rename xfs_buftarg structure membersEric Sandeen4-9/+9
2014-01-24xfs: clean up xfs_buftargEric Sandeen3-6/+4
2014-01-23romfs: fix returm err while getting inode in fill_superRui Xiang1-4/+2
2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0
2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4
2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5
2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-59/+9
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17
2014-01-23fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger1-1/+0
2014-01-23exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi1-2/+2
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov1-1/+0
2014-01-23exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov1-15/+5
2014-01-23exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov1-21/+8
2014-01-23exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov1-1/+2
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker16-16/+16
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin1-6/+1
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists.Dave Jones1-0/+1
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang2-4/+3
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov1-5/+9
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov1-28/+24
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov1-10/+10