aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds5-28/+22
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds15-257/+359
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds164-3702/+1429
2014-01-27compat: fix sys_fanotify_markHeiko Carstens1-2/+2
2014-01-27ocfs2: do not log ENOENT in unlink()Xiaowei.Hu1-1/+1
2014-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-25/+28
2014-01-26Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds10-38/+187
2014-01-26__dentry_path() fixesAl Viro1-3/+6
2014-01-26vfs: Remove second variable named error in __dentry_pathEric W. Biederman1-1/+0
2014-01-26vfs: Is mounted should be testing mnt_ns for NULL or error.Eric W. Biederman1-1/+1
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse1-0/+3
2014-01-26hfsplus: remove can_set_xattrChristoph Hellwig1-84/+3
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig7-347/+173
2014-01-26fs: remove generic_aclChristoph Hellwig4-190/+37
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig4-264/+110
2014-01-26um: hostfs: make functions staticJames Hogan1-25/+28
2014-01-25gfs2: use generic posix ACL infrastructureChristoph Hellwig4-214/+62
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig7-140/+89
2014-01-25xfs: use generic posix ACL infrastructureChristoph Hellwig5-171/+36
2014-01-25reiserfs: use generic posix ACL infrastructureChristoph Hellwig5-161/+35
2014-01-25ocfs2: use generic posix ACL infrastructureChristoph Hellwig7-250/+72
2014-01-25jffs2: use generic posix ACL infrastructureChristoph Hellwig7-143/+24
2014-01-25hfsplus: use generic posix ACL infrastructureChristoph Hellwig6-162/+26
2014-01-25f2fs: use generic posix ACL infrastructureChristoph Hellwig7-170/+31
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig21-605/+100
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig5-135/+28
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