| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: trim eofblocks before collapse range | Brian Foster | 2014-09-02 | 1 | -2/+9 |
* | xfs: xfs_file_collapse_range is delalloc challenged | Dave Chinner | 2014-09-02 | 1 | -0/+13 |
* | xfs: don't log inode unless extent shift makes extent modifications | Brian Foster | 2014-09-02 | 1 | -8/+10 |
* | xfs: use ranged writeback and invalidation for direct IO | Dave Chinner | 2014-09-02 | 1 | -4/+6 |
* | xfs: don't zero partial page cache pages during O_DIRECT writes | Dave Chinner | 2014-09-02 | 1 | -1/+9 |
* | xfs: don't zero partial page cache pages during O_DIRECT writes | Chris Mason | 2014-09-02 | 1 | -1/+10 |
* | xfs: don't dirty buffers beyond EOF | Dave Chinner | 2014-09-02 | 1 | -0/+61 |
* | Merge branch 'xfs-misc-fixes-3.17-2' into for-next | Dave Chinner | 2014-08-04 | 16 | -161/+175 |
|\ |
|
| * | xfs: flush both inodes in xfs_swap_extents | Dave Chinner | 2014-08-04 | 1 | -44/+37 |
| * | xfs: fix swapext ilock deadlock | Dave Chinner | 2014-08-04 | 1 | -15/+18 |
| * | xfs: kill xfs_vnode.h | Dave Chinner | 2014-08-04 | 6 | -48/+20 |
| * | xfs: kill VN_MAPPED | Dave Chinner | 2014-08-04 | 2 | -7/+1 |
| * | xfs: kill VN_CACHED | Dave Chinner | 2014-08-04 | 2 | -3/+2 |
| * | xfs: kill VN_DIRTY() | Dave Chinner | 2014-08-04 | 2 | -3/+1 |
| * | xfs: dquot recovery needs verifiers | Dave Chinner | 2014-08-04 | 1 | -21/+23 |
| * | xfs: quotacheck leaves dquot buffers without verifiers | Dave Chinner | 2014-08-04 | 2 | -2/+9 |
| * | xfs: ensure verifiers are attached to recovered buffers | Dave Chinner | 2014-08-04 | 1 | -20/+31 |
| * | xfs: catch buffers written without verifiers attached | Dave Chinner | 2014-08-04 | 2 | -1/+21 |
| * | xfs: avoid false quotacheck after unclean shutdown | Eric Sandeen | 2014-08-04 | 2 | -5/+20 |
| * | xfs: fix rounding error of fiemap length parameter | Brian Foster | 2014-08-04 | 1 | -2/+2 |
* | | Merge branch 'xfs-bulkstat-refactor' into for-next | Dave Chinner | 2014-08-04 | 4 | -315/+283 |
|\ \ |
|
| * | | xfs: introduce xfs_bulkstat_ag_ichunk | Jie Liu | 2014-08-04 | 2 | -54/+103 |
| * | | xfs: introduce xfs_bulkstat_grab_ichunk | Jie Liu | 2014-07-24 | 1 | -50/+69 |
| * | | xfs: introduce xfs_bulkstat_ichunk_ra | Jie Liu | 2014-07-24 | 1 | -24/+32 |
| * | | xfs: fix error handling at xfs_bulkstat | Jie Liu | 2014-07-24 | 1 | -31/+6 |
| * | | xfs: remove redundant user buffer count checks at xfs_bulkstat | Jie Liu | 2014-07-24 | 1 | -3/+1 |
| * | | xfs: fix error handling at xfs_inumbers | Jie Liu | 2014-07-24 | 1 | -57/+40 |
| * | | xfs: consolidate xfs_inumbers | Jie Liu | 2014-07-24 | 2 | -38/+32 |
| * | | xfs: remove xfs_bulkstat_single | Christoph Hellwig | 2014-07-24 | 3 | -57/+2 |
| * | | xfs: remove redundant stat assignment in xfs_bulkstat_one_int | Jie Liu | 2014-07-24 | 1 | -4/+1 |
| |/ |
|
* | | Merge branch 'xfs-misc-fixes-3.17-1' into for-next | Dave Chinner | 2014-08-04 | 25 | -353/+166 |
|\ \ |
|
| * | | xfs: require 64-bit sector_t | Christoph Hellwig | 2014-07-30 | 20 | -239/+50 |
| * | | xfs: fix uflags detection at xfs_fs_rm_xquota | Jie Liu | 2014-07-24 | 1 | -1/+1 |
| * | | xfs: remove XFS_IS_OQUOTA_ON macros | Jie Liu | 2014-07-24 | 1 | -2/+0 |
| * | | xfs: tidy up xfs_set_inode32 | Eric Sandeen | 2014-07-24 | 1 | -2/+4 |
| * | | xfs: allow inode allocations in post-growfs disk space | Eric Sandeen | 2014-07-24 | 3 | -11/+17 |
| * | | xfs: mark xfs_qm_quotacheck as static | Jie Liu | 2014-07-24 | 2 | -96/+94 |
| * | | xfs: fix cil push sequence after log recovery | Mark Tinguely | 2014-07-24 | 1 | -2/+0 |
| |/ |
|
* | | Merge branch 'xfs-quota-eofblocks-scan' into for-next | Dave Chinner | 2014-08-04 | 6 | -12/+148 |
|\ \ |
|
| * | | xfs: squash prealloc while over quota free space as well | Brian Foster | 2014-07-24 | 1 | -6/+14 |
| * | | xfs: run an eofblocks scan on ENOSPC/EDQUOT | Brian Foster | 2014-07-24 | 4 | -4/+87 |
| * | | xfs: support a union-based filter for eofblocks scans | Brian Foster | 2014-07-24 | 2 | -1/+33 |
| * | | xfs: add scan owner field to xfs_eofblocks | Brian Foster | 2014-07-24 | 2 | -1/+14 |
| |/ |
|
* | | xfs: fix coccinelle warnings | kbuild test robot | 2014-08-04 | 1 | -1/+1 |
* | | xfs: add log attributes for log lsn and grant head data | Brian Foster | 2014-07-15 | 1 | -0/+64 |
* | | xfs: add xlog sysfs kobject and attribute handlers | Brian Foster | 2014-07-15 | 4 | -0/+64 |
* | | xfs: add xfs_mount sysfs kobject | Brian Foster | 2014-07-15 | 6 | -1/+133 |
* | | xfs: add a sysfs kset | Brian Foster | 2014-07-14 | 1 | -1/+11 |
* | | xfs: fix a couple error sequence jumps in xfs_mountfs() | Brian Foster | 2014-07-14 | 1 | -2/+2 |
* | | Merge branch 'xfs-libxfs-restructure' into for-next | Dave Chinner | 2014-07-14 | 102 | -1212/+1180 |
|\| |
|