Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | Merge branch 'xfs-misc-fixes-4.6-4' into for-next | Dave Chinner | 2 | -44/+117 |
2016-03-15 | xfs: always set rvalp in xfs_dir2_node_trim_free | Christoph Hellwig | 1 | -1/+3 |
2016-03-15 | xfs: borrow indirect blocks from freed extent when available | Brian Foster | 1 | -10/+36 |
2016-03-15 | xfs: refactor delalloc indlen reservation split into helper | Brian Foster | 1 | -19/+54 |
2016-03-15 | xfs: update freeblocks counter after extent deletion | Brian Foster | 1 | -24/+34 |
2016-03-09 | Merge branch 'xfs-misc-fixes-4.6-3' into for-next | Dave Chinner | 2 | -6/+3 |
2016-03-09 | xfs: remove impossible condition | Luis de Bethencourt | 1 | -4/+1 |
2016-03-07 | Merge branch 'xfs-misc-fixes-4.6-2' into for-next | Dave Chinner | 2 | -5/+5 |
2016-03-07 | Merge branch 'xfs-gut-icdinode-4.6' into for-next | Dave Chinner | 7 | -81/+166 |
2016-03-07 | Merge branch 'xfs-misc-fixes-4.6' into for-next | Dave Chinner | 8 | -39/+42 |
2016-03-07 | Merge branch 'xfs-get-next-dquot-4.6' into for-next | Dave Chinner | 1 | -1/+2 |
2016-03-07 | xfs: fix computation of inode btree maxlevels | Darrick J. Wong | 1 | -2/+2 |
2016-03-02 | xfs: remove xfs_trans_get_block_res | Christoph Hellwig | 2 | -5/+5 |
2016-02-09 | xfs: mode di_mode to vfs inode | Dave Chinner | 5 | -15/+14 |
2016-02-09 | xfs: move di_changecount to VFS inode | Dave Chinner | 2 | -3/+2 |
2016-02-09 | xfs: move inode generation count to VFS inode | Dave Chinner | 2 | -5/+4 |
2016-02-09 | xfs: use vfs inode nlink field everywhere | Dave Chinner | 2 | -4/+3 |
2016-02-09 | xfs: move v1 inode conversion to xfs_inode_from_disk | Dave Chinner | 3 | -24/+21 |
2016-02-09 | xfs: cull unnecessary icdinode fields | Dave Chinner | 2 | -45/+19 |
2016-02-09 | xfs: remove timestamps from incore inode | Dave Chinner | 3 | -18/+84 |
2016-02-09 | xfs: introduce inode log format object | Dave Chinner | 3 | -12/+64 |
2016-02-09 | xfs: RT bitmap and summary buffers need verifiers | Dave Chinner | 2 | -1/+27 |
2016-02-09 | xfs: RT bitmap and summary buffers are not typed | Dave Chinner | 2 | -0/+5 |
2016-02-08 | xfs: move struct xfs_attr_shortform to xfs_da_format.h | Darrick J. Wong | 3 | -16/+17 |
2016-02-08 | xfs: remove unused function definitions | Eric Sandeen | 1 | -1/+0 |
2016-02-08 | xfs: move buffer invalidation to xfs_btree_free_block | Christoph Hellwig | 4 | -14/+5 |
2016-02-08 | xfs: factor btree block freeing into a helper | Christoph Hellwig | 1 | -7/+16 |
2016-02-08 | xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot | Christoph Hellwig | 1 | -3/+6 |
2016-02-08 | xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk | Eric Sandeen | 1 | -1/+2 |
2016-01-19 | Merge branch 'xfs-setxattr-promotion' into for-next | Dave Chinner | 2 | -38/+11 |
2016-01-11 | Merge branch 'xfs-misc-fixes-for-4.5-2' into for-next | Dave Chinner | 8 | -164/+79 |
2016-01-11 | xfs: handle dquot buffer readahead in log recovery correctly | Dave Chinner | 4 | -7/+34 |
2016-01-11 | xfs: inode recovery readahead can race with inode buffer creation | Dave Chinner | 1 | -5/+7 |
2016-01-11 | xfs: eliminate committed arg from xfs_bmap_finish | Eric Sandeen | 4 | -150/+30 |
2016-01-08 | xfs: bmapbt checking on debug kernels too expensive | Dave Chinner | 1 | -2/+8 |
2016-01-05 | Merge branch 'xfs-misc-fixes-for-4.5' into for-next | Dave Chinner | 22 | -72/+108 |
2016-01-04 | xfs: introduce per-inode DAX enablement | Dave Chinner | 1 | -0/+9 |
2016-01-04 | xfs: use FS_XFLAG definitions directly | Dave Chinner | 2 | -21/+0 |
2016-01-04 | fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion | Dave Chinner | 1 | -33/+18 |
2016-01-04 | libxfs: refactor short btree block verification | Darrick J. Wong | 4 | -54/+67 |
2016-01-04 | libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct | Darrick J. Wong | 1 | -1/+1 |
2016-01-04 | libxfs: use a convenience variable instead of open-coding the fork | Darrick J. Wong | 1 | -11/+12 |
2016-01-04 | libxfs: make xfs_alloc_fix_freelist non-static | Darrick J. Wong | 2 | -1/+2 |
2016-01-04 | xfs: get mp from bma->ip in xfs_bmap code | Eric Sandeen | 1 | -2/+2 |
2016-01-04 | xfs: print name of verifier if it fails | Eric Sandeen | 16 | -0/+21 |
2016-01-04 | libxfs: Optimize the loop for xfs_bitmap_empty | Jia He | 1 | -3/+3 |
2016-01-04 | xfs: support a crc verification only log record pass | Brian Foster | 1 | -0/+1 |
2015-11-03 | Merge branch 'xfs-dax-updates' into for-next | Dave Chinner | 4 | -8/+58 |
2015-11-03 | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next | Dave Chinner | 1 | -2/+6 |
2015-11-03 | xfs: Validate the length of on-disk ACLs | Andreas Gruenbacher | 1 | -2/+6 |