aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-23xfs: track collapse via file offset rather than extent indexBrian Foster3-51/+53
2014-09-23xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner1-2/+14
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe4-12/+114
2014-09-09Merge branch 'xfs-misc-fixes-for-3.18-1' into for-nextDave Chinner19-325/+290
2014-09-09xfs: remove rbpp check from xfs_rtmodify_summary_intEric Sandeen1-13/+5
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen3-61/+43
2014-09-09xfs: combine xfs_dir_canenter into xfs_dir_createnameEric Sandeen1-49/+11
2014-09-09xfs: check resblks before calling xfs_dir_canenterEric Sandeen4-19/+22
2014-09-09xfs: deduplicate xlog_do_recovery_pass()Eric Sandeen1-54/+27
2014-09-09xfs: lseek: the "whence" argument is called "whence"Eric Sandeen1-4/+4
2014-09-09xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen1-122/+50
2014-09-09xfs: export log_recovery_delay to delay mount time log recoveryBrian Foster4-0/+52
2014-09-09xfs: add debug sysfs attribute setBrian Foster3-2/+65
2014-09-09xfs: add a few more verifier testsEric Sandeen3-0/+8
2014-09-09xfs: mark all internal workqueues as freezableBrian Foster3-9/+11
2014-09-08block, bdi: an active gendisk always has a request_queue associated with itTejun Heo1-2/+0
2014-09-02xfs: trim eofblocks before collapse rangeBrian Foster1-2/+9
2014-09-02xfs: xfs_file_collapse_range is delalloc challengedDave Chinner1-0/+13
2014-09-02xfs: don't log inode unless extent shift makes extent modificationsBrian Foster1-8/+10
2014-09-02xfs: use ranged writeback and invalidation for direct IODave Chinner1-4/+6
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesDave Chinner1-1/+9
2014-09-02xfs: don't zero partial page cache pages during O_DIRECT writesChris Mason1-1/+10
2014-09-02xfs: don't dirty buffers beyond EOFDave Chinner1-0/+61
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner16-161/+175
2014-08-04Merge branch 'xfs-bulkstat-refactor' into for-nextDave Chinner4-315/+283
2014-08-04Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner25-353/+166
2014-08-04Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner6-12/+148
2014-08-04xfs: fix coccinelle warningskbuild test robot1-1/+1
2014-08-04xfs: flush both inodes in xfs_swap_extentsDave Chinner1-44/+37
2014-08-04xfs: fix swapext ilock deadlockDave Chinner1-15/+18
2014-08-04xfs: kill xfs_vnode.hDave Chinner6-48/+20
2014-08-04xfs: kill VN_MAPPEDDave Chinner2-7/+1
2014-08-04xfs: kill VN_CACHEDDave Chinner2-3/+2
2014-08-04xfs: kill VN_DIRTY()Dave Chinner2-3/+1
2014-08-04xfs: dquot recovery needs verifiersDave Chinner1-21/+23
2014-08-04xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2-2/+9
2014-08-04xfs: ensure verifiers are attached to recovered buffersDave Chinner1-20/+31
2014-08-04xfs: catch buffers written without verifiers attachedDave Chinner2-1/+21
2014-08-04xfs: avoid false quotacheck after unclean shutdownEric Sandeen2-5/+20
2014-08-04xfs: fix rounding error of fiemap length parameterBrian Foster1-2/+2
2014-08-04xfs: introduce xfs_bulkstat_ag_ichunkJie Liu2-54/+103
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig20-239/+50
2014-07-24xfs: fix uflags detection at xfs_fs_rm_xquotaJie Liu1-1/+1
2014-07-24xfs: remove XFS_IS_OQUOTA_ON macrosJie Liu1-2/+0
2014-07-24xfs: tidy up xfs_set_inode32Eric Sandeen1-2/+4
2014-07-24xfs: allow inode allocations in post-growfs disk spaceEric Sandeen3-11/+17
2014-07-24xfs: mark xfs_qm_quotacheck as staticJie Liu2-96/+94
2014-07-24xfs: fix cil push sequence after log recoveryMark Tinguely1-2/+0
2014-07-24xfs: squash prealloc while over quota free space as wellBrian Foster1-6/+14
2014-07-24xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster4-4/+87