summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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/+37Star
| * xfs: fix swapext ilock deadlockDave Chinner2014-08-041-15/+18
| * xfs: kill xfs_vnode.hDave Chinner2014-08-046-48/+20Star
| * xfs: kill VN_MAPPEDDave Chinner2014-08-042-7/+1Star
| * xfs: kill VN_CACHEDDave Chinner2014-08-042-3/+2Star
| * xfs: kill VN_DIRTY()Dave Chinner2014-08-042-3/+1Star
| * 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/+283Star
|\ \
| * | 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/+6Star
| * | xfs: remove redundant user buffer count checks at xfs_bulkstatJie Liu2014-07-241-3/+1Star
| * | xfs: fix error handling at xfs_inumbersJie Liu2014-07-241-57/+40Star
| * | xfs: consolidate xfs_inumbersJie Liu2014-07-242-38/+32Star
| * | xfs: remove xfs_bulkstat_singleChristoph Hellwig2014-07-243-57/+2Star
| * | xfs: remove redundant stat assignment in xfs_bulkstat_one_intJie Liu2014-07-241-4/+1Star
| |/
* | Merge branch 'xfs-misc-fixes-3.17-1' into for-nextDave Chinner2014-08-0425-353/+166Star
|\ \
| * | xfs: require 64-bit sector_tChristoph Hellwig2014-07-3020-239/+50Star
| * | 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/+0Star
| * | 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/+94Star
| * | xfs: fix cil push sequence after log recoveryMark Tinguely2014-07-241-2/+0Star
| |/
* | 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: 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-141-1/+11
* | xfs: fix a couple error sequence jumps in xfs_mountfs()Brian Foster2014-07-141-2/+2
* | Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner2014-07-14102-1212/+1180Star
|\|
| * xfs: global error sign conversionDave Chinner2014-06-2567-887/+882Star
| * 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/+487Star
| * xfs: return is not a functionEric Sandeen2014-06-2214-141/+140Star
* | xfs: null unused quota inodes when quota is onDave Chinner2014-07-141-4/+21