aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-0/+4
2014-01-28Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 4-11/+32
2014-01-28ceph: Fix up after semantic merge conflictGravatar Linus Torvalds 4-108/+6
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 16-332/+1202
2014-01-28Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 2-26/+50
2014-01-28ceph: cast PAGE_SIZE to size_t in ceph_sync_write()Gravatar Ilya Dryomov 1-1/+1
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Gravatar Ilya Dryomov 1-3/+3
2014-01-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 5-28/+22
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 15-257/+359
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 164-3702/+1429
2014-01-27compat: fix sys_fanotify_markGravatar Heiko Carstens 1-2/+2
2014-01-27ocfs2: do not log ENOENT in unlink()Gravatar Xiaowei.Hu 1-1/+1
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Gravatar Ilya Dryomov 1-2/+6
2014-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlGravatar Linus Torvalds 1-25/+28
2014-01-26Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 10-38/+187
2014-01-26__dentry_path() fixesGravatar Al Viro 1-3/+6
2014-01-26vfs: Remove second variable named error in __dentry_pathGravatar Eric W. Biederman 1-1/+0
2014-01-26vfs: Is mounted should be testing mnt_ns for NULL or error.Gravatar Eric W. Biederman 1-1/+1
2014-01-26Fix race when checking i_size on direct i/o readGravatar Steven Whitehouse 1-0/+3
2014-01-26hfsplus: remove can_set_xattrGravatar Christoph Hellwig 1-84/+3
2014-01-26nfsd: use get_acl and ->set_aclGravatar Christoph Hellwig 7-347/+173
2014-01-26fs: remove generic_aclGravatar Christoph Hellwig 4-190/+37
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsGravatar Christoph Hellwig 4-264/+110
2014-01-26um: hostfs: make functions staticGravatar James Hogan 1-25/+28
2014-01-25gfs2: use generic posix ACL infrastructureGravatar Christoph Hellwig 4-214/+62
2014-01-25jfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 7-140/+89
2014-01-25xfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 5-171/+36
2014-01-25reiserfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 5-161/+35
2014-01-25ocfs2: use generic posix ACL infrastructureGravatar Christoph Hellwig 7-250/+72
2014-01-25jffs2: use generic posix ACL infrastructureGravatar Christoph Hellwig 7-143/+24
2014-01-25hfsplus: use generic posix ACL infrastructureGravatar Christoph Hellwig 6-162/+26
2014-01-25f2fs: use generic posix ACL infrastructureGravatar Christoph Hellwig 7-170/+31
2014-01-25ext2/3/4: use generic posix ACL infrastructureGravatar Christoph Hellwig 21-605/+100
2014-01-25btrfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 5-135/+28
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 16-20/+69
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 15-17/+41
2014-01-25fs: add generic xattr_acl handlersGravatar Christoph Hellwig 1-0/+102
2014-01-25fs: add get_acl helperGravatar Christoph Hellwig 2-21/+30
2014-01-25fs: merge xattr_acl.c into posix_acl.cGravatar Christoph Hellwig 3-188/+174
2014-01-25reiserfs: prefix ACL symbols with reiserfs_Gravatar Christoph Hellwig 1-10/+10
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2014-01-25befs: iget_locked() doesn't return an ERR_PTRGravatar Rakesh Pandit 1-2/+2
2014-01-25fs: __fget_light() can use __fget() in slow pathGravatar Oleg Nesterov 1-11/+3
2014-01-25fs: factor out common code in fget_light() and fget_raw_light()Gravatar Oleg Nesterov 1-24/+9
2014-01-25fs: factor out common code in fget() and fget_raw()Gravatar Oleg Nesterov 1-17/+8
2014-01-25change close_files() to use rcu_dereference_raw(files->fdt)Gravatar Oleg Nesterov 1-17/+9
2014-01-25introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...Gravatar Oleg Nesterov 1-2/+2
2014-01-25kill reiserfs_bdevname()Gravatar Al Viro 3-14/+6
2014-01-25afs: get rid of junk in fs/afs/proc.cGravatar Al Viro 2-101/+22
2014-01-25nls: have register_nls() set ->ownerGravatar Al Viro 52-53/+3