summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-3.17-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-08-13116-2044/+2252
|\
| * 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
| | * | xfs: remove redundant stat assignment in xfs_bulkstat_one_intJie Liu2014-07-241-4/+1
| | |/
| * | Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner2014-08-0425-353/+166
| |\ \
| | * | xfs: require 64-bit sector_tChristoph Hellwig2014-07-3020-239/+50
| | * | xfs: fix uflags detection at xfs_fs_rm_xquotaJie Liu2014-07-241-1/+1
| | * | xfs: remove XFS_IS_OQUOTA_ON macrosJie Liu2014-07-241-2/+0
| | * | xfs: tidy up xfs_set_inode32Eric Sandeen2014-07-241-2/+4
| | * | xfs: allow inode allocations in post-growfs disk spaceEric Sandeen2014-07-243-11/+17
| | * | xfs: mark xfs_qm_quotacheck as staticJie Liu2014-07-242-96/+94
| | * | xfs: fix cil push sequence after log recoveryMark Tinguely2014-07-241-2/+0
| | |/
| * | Merge branch 'xfs-quota-eofblocks-scan' into for-nextDave Chinner2014-08-046-12/+148
| |\ \
| | * | xfs: squash prealloc while over quota free space as wellBrian Foster2014-07-241-6/+14
| | * | xfs: run an eofblocks scan on ENOSPC/EDQUOTBrian Foster2014-07-244-4/+87
| | * | xfs: support a union-based filter for eofblocks scansBrian Foster2014-07-242-1/+33
| | * | xfs: add scan owner field to xfs_eofblocksBrian Foster2014-07-242-1/+14
| | |/
| * | xfs: fix coccinelle warningskbuild test robot2014-08-041-1/+1
| * | xfs: document log sysfs attributes in testing ABIBrian Foster2014-07-151-0/+39
| * | xfs: add log attributes for log lsn and grant head dataBrian Foster2014-07-151-0/+64
| * | xfs: add xlog sysfs kobject and attribute handlersBrian Foster2014-07-154-0/+64
| * | xfs: add xfs_mount sysfs kobjectBrian Foster2014-07-156-1/+133
| * | xfs: add a sysfs ksetBrian Foster2014-07-151-1/+11
| * | xfs: fix a couple error sequence jumps in xfs_mountfs()Brian Foster2014-07-151-2/+2
| * | Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner2014-07-15102-1212/+1180
| |\|
| | * xfs: global error sign conversionDave Chinner2014-06-2567-887/+882
| | * libxfs: move source filesDave Chinner2014-06-2527-31/+32
| | * libxfs: move header filesDave Chinner2014-06-2527-0/+0
| | * xfs: create libxfs infrastructureDave Chinner2014-06-253-1/+6
| | * xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-2245-519/+487