summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: flush the range before zero range conversionBrian Foster2014-10-021-7/+7
* xfs: restore buffer_head unwritten bit on ioend cancelBrian Foster2014-10-021-0/+7
* xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen2014-10-021-2/+2
* xfs: fix crc field handling in xfs_sb_to/from_diskEric Sandeen2014-10-021-0/+5
* xfs: don't send null bp to xfs_trans_brelse()Eric Sandeen2014-10-021-1/+2
* xfs: check for inode size overflow in xfs_new_eof()Brian Foster2014-10-021-1/+1
* xfs: only set extent size hint when askedDave Chinner2014-10-021-2/+14
* xfs: project id inheritance is a directory only flagDave Chinner2014-10-022-4/+4
* xfs: kill time.hDave Chinner2014-10-025-41/+8
* xfs: compat_xfs_bstat does not have forkoffDave Chinner2014-10-022-1/+4
* xfs: flush entire last page of old EOF on truncate upDave Chinner2014-09-231-0/+30
* xfs: xfs_swap_extent_flush can be staticDave Chinner2014-09-231-1/+1
* xfs: xfs_buf_write_fail_rl_state can be staticDave Chinner2014-09-231-1/+1
* xfs: xfs_rtget_summary can be staticFengguang Wu2014-09-231-1/+1
* xfs: remove second xfs_quota.h inclusion in xfs_icache.cFabian Frederick2014-09-231-1/+0
* xfs: don't ASSERT on corrupt ftypeEric Sandeen2014-09-231-1/+0
* xfs: xlog_cil_force_lsn doesn't always wait correctlyDave Chinner2014-09-231-9/+38
* xfs: remove rbpp check from xfs_rtmodify_summary_intEric Sandeen2014-09-091-13/+5
* xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen2014-09-093-61/+43
* xfs: combine xfs_dir_canenter into xfs_dir_createnameEric Sandeen2014-09-091-49/+11
* xfs: check resblks before calling xfs_dir_canenterEric Sandeen2014-09-094-19/+22
* xfs: deduplicate xlog_do_recovery_pass()Eric Sandeen2014-09-091-54/+27
* xfs: lseek: the "whence" argument is called "whence"Eric Sandeen2014-09-091-4/+4
* xfs: combine xfs_seek_hole & xfs_seek_dataEric Sandeen2014-09-091-122/+50
* xfs: export log_recovery_delay to delay mount time log recoveryBrian Foster2014-09-094-0/+52
* xfs: add debug sysfs attribute setBrian Foster2014-09-093-2/+65
* xfs: add a few more verifier testsEric Sandeen2014-09-093-0/+8
* xfs: mark all internal workqueues as freezableBrian Foster2014-09-093-9/+11
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-0416-161/+175
|\
| * xfs: flush both inodes in xfs_swap_extentsDave Chinner2014-08-041-44/+37
| * xfs: fix swapext ilock deadlockDave Chinner2014-08-041-15/+18
| * xfs: kill xfs_vnode.hDave Chinner2014-08-046-48/+20
| * xfs: kill VN_MAPPEDDave Chinner2014-08-042-7/+1
| * xfs: kill VN_CACHEDDave Chinner2014-08-042-3/+2
| * xfs: kill VN_DIRTY()Dave Chinner2014-08-042-3/+1
| * xfs: dquot recovery needs verifiersDave Chinner2014-08-041-21/+23
| * xfs: quotacheck leaves dquot buffers without verifiersDave Chinner2014-08-042-2/+9
| * xfs: ensure verifiers are attached to recovered buffersDave Chinner2014-08-041-20/+31
| * xfs: catch buffers written without verifiers attachedDave Chinner2014-08-042-1/+21
| * xfs: avoid false quotacheck after unclean shutdownEric Sandeen2014-08-042-5/+20
| * xfs: fix rounding error of fiemap length parameterBrian Foster2014-08-041-2/+2
* | Merge branch 'xfs-bulkstat-refactor' into for-nextDave Chinner2014-08-044-315/+283
|\ \
| * | xfs: introduce xfs_bulkstat_ag_ichunkJie Liu2014-08-042-54/+103
| * | xfs: introduce xfs_bulkstat_grab_ichunkJie Liu2014-07-241-50/+69
| * | xfs: introduce xfs_bulkstat_ichunk_raJie Liu2014-07-241-24/+32
| * | xfs: fix error handling at xfs_bulkstatJie Liu2014-07-241-31/+6
| * | xfs: remove redundant user buffer count checks at xfs_bulkstatJie Liu2014-07-241-3/+1
| * | xfs: fix error handling at xfs_inumbersJie Liu2014-07-241-57/+40
| * | xfs: consolidate xfs_inumbersJie Liu2014-07-242-38/+32
| * | xfs: remove xfs_bulkstat_singleChristoph Hellwig2014-07-243-57/+2