summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-02-03nfs41: pull nfs4_ds_connect from file layout to generic pnfsPeng Tao-73/+89
2015-02-03nfs41: pull decode_ds_addr from file layout to generic pnfsPeng Tao-150/+154
2015-02-03nfs41: pull data server cache from file layout to generic pnfsPeng Tao-252/+265
2015-02-03pnfs: Do not grab the commit_info lock twice when rescheduling writesTom Haynes-26/+23
2015-02-03pnfs: Prepare for flexfiles by pulling out common codeTom Haynes-290/+330
2015-02-02btrfs: cleanup init for list in free-space-cacheGui Hecheng-4/+1
2015-02-02btrfs: delete chunk allocation attemp when setting block group roShaohua Li-8/+5
2015-02-02btrfs: clear bio reference after submit_one_bio()Naohiro Aota-1/+3
2015-02-02Btrfs: fix scrub race leading to use-after-freeFilipe Manana-1/+15
2015-02-02Btrfs: add missing cleanup on sysfs init failureFilipe Manana-1/+9
2015-02-02Btrfs: fix race between transaction commit and empty block group removalFilipe Manana-1/+22
2015-02-02btrfs: add more checks to btrfs_read_sys_arrayDavid Sterba-3/+23
2015-02-02btrfs: cleanup, rename a few variables in btrfs_read_sys_arrayDavid Sterba-15/+16
2015-02-02btrfs: add checks for sys_chunk_array sizesDavid Sterba-0/+19
2015-02-02btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesizeDavid Sterba-0/+19
2015-02-02Btrfs: Add code to support file creation timechandan r-2/+36
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba-69/+33
2015-02-02jfs: Deletion of an unnecessary check before the function call "unload_nls"Markus Elfring-2/+1
2015-02-02nfsd: add trace eventsChristoph Hellwig-3/+85
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig-1/+330
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig-4/+1319
2015-02-02nfsd: make find_any_file available outside nfs4state.cChristoph Hellwig-1/+2
2015-02-02nfsd: make find/get/put file available outside nfs4state.cChristoph Hellwig-8/+9
2015-02-02nfsd: make lookup/alloc/unhash_stid available outside nfs4state.cChristoph Hellwig-4/+10
2015-02-02nfsd: add fh_fsid_match helperChristoph Hellwig-0/+9
2015-02-02nfsd: move nfsd_fh_match to nfsfh.hChristoph Hellwig-10/+11
2015-02-02fs: add FL_LAYOUT lease typeChristoph Hellwig-4/+10
2015-02-02fs: track fl_owner for leasesChristoph Hellwig-6/+8
2015-02-02Make super_blocks and sb_lock staticAl Viro-2/+2
2015-02-02Merge branch 'locks-3.20' of git://git.samba.org/jlayton/linux into for-3.20J. Bruce Fields-570/+736
2015-02-02Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner-220/+231
2015-02-02xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop-14/+25
2015-02-02xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner-19/+31
2015-02-02xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner-39/+51
2015-02-02xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner-9/+13
2015-02-02xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner-103/+65
2015-02-02xfs: disaggregate xfs_ioctl_setattrDave Chinner-5/+18
2015-02-02xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner-46/+55
2015-02-02xfs: separate xflags from xfs_ioctl_setattrDave Chinner-48/+41
2015-02-02xfs: FSX_NONBLOCK is not usedDave Chinner-5/+0
2015-02-02Merge branch 'xfs-misc-fixes-for-3.20-3' into for-nextDave Chinner-163/+129
2015-02-02xfs: don't allocate an ioend for direct I/O completionsChristoph Hellwig-91/+61
2015-02-02xfs: change kmem_free to use generic kvfree()Wang, Yalin-11/+4
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig-60/+63
2015-01-30NFS: a couple off by onesDan Carpenter-2/+2
2015-01-30nfs: prevent truncate on active swapfileOmar Sandoval-1/+6
2015-01-30nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton-3/+5
2015-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+2
2015-01-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-192/+272
2015-01-30quota: Store maximum space limit in bytesJan Kara-23/+13