Age | Commit message (Expand) | Author | Files | Lines |
2016-08-17 | xfs: store rmapbt block count in the AGF | Darrick J. Wong | 1 | -0/+1 |
2016-08-03 | xfs: add rmap btree geometry feature flag | Darrick J. Wong | 1 | -1/+3 |
2016-08-03 | xfs: rmap btree requires more reserved free space | Darrick J. Wong | 1 | -2/+3 |
2016-08-03 | xfs: add rmap btree growfs support | Darrick J. Wong | 1 | -0/+73 |
2016-08-03 | xfs: add owner field to extent allocation and freeing | Darrick J. Wong | 1 | -4/+13 |
2016-08-03 | xfs: rmap btree add more reserved blocks | Darrick J. Wong | 1 | -3/+3 |
2016-08-03 | xfs: rework xfs_bmap_free callers to use xfs_defer_ops | Darrick J. Wong | 1 | -0/+1 |
2016-06-21 | xfs: refactor xfs_reserve_blocks() to handle ENOSPC correctly | Brian Foster | 1 | -45/+60 |
2016-05-20 | Merge branch 'xfs-4.7-trans-type-cleanup' into for-next | Dave Chinner | 1 | -7/+3 |
2016-04-06 | xfs: better xfs_trans_alloc interface | Christoph Hellwig | 1 | -7/+3 |
2016-04-06 | xfs: Don't wrap growfs AGFL indexes | Dave Chinner | 1 | -2/+2 |
2015-08-19 | xfs: growfs not aware of sb_meta_uuid | Dave Chinner | 1 | -3/+3 |
2015-06-04 | Merge branch 'xfs-commit-cleanup' into for-next | Dave Chinner | 1 | -3/+3 |
2015-06-04 | xfs: saner xfs_trans_commit interface | Christoph Hellwig | 1 | -1/+1 |
2015-06-04 | xfs: remove the flags argument to xfs_trans_cancel | Christoph Hellwig | 1 | -2/+2 |
2015-05-29 | xfs: add fs geometry bit for sparse inode chunks | Brian Foster | 1 | -1/+3 |
2015-02-23 | xfs: remove xfs_mod_incore_sb API | Dave Chinner | 1 | -4/+0 |
2015-02-23 | xfs: Remove icsb infrastructure | Dave Chinner | 1 | -2/+0 |
2015-02-23 | xfs: use generic percpu counters for free block counter | Dave Chinner | 1 | -4/+5 |
2015-02-23 | xfs: use generic percpu counters for free inode counter | Dave Chinner | 1 | -1/+1 |
2015-02-23 | xfs: use generic percpu counters for inode counter | Dave Chinner | 1 | -1/+2 |
2015-02-16 | xfs: implement pNFS export operations | Christoph Hellwig | 1 | -0/+6 |
2015-02-05 | xfs: growfs should use synchronous transactions | Christoph Hellwig | 1 | -0/+1 |
2015-01-22 | xfs: consolidate superblock logging functions | Dave Chinner | 1 | -29/+0 |
2015-01-22 | xfs: remove bitfield based superblock updates | Dave Chinner | 1 | -4/+2 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_dinode.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-10-02 | xfs: check xfs_buf_read_uncached returns correctly | Dave Chinner | 1 | -8/+3 |
2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -21/+21 |
2014-06-22 | xfs: Nuke XFS_ERROR macro | Eric Sandeen | 1 | -10/+10 |
2014-06-10 | Merge branch 'xfs-da-geom' into for-next | Dave Chinner | 1 | -1/+3 |
2014-06-06 | xfs: convert m_dirblksize to xfs_da_geometry | Dave Chinner | 1 | -1/+3 |
2014-05-20 | Merge branch 'xfs-feature-bit-cleanup' into for-next | Dave Chinner | 1 | -7/+2 |
2014-05-20 | xfs: remove shared supberlock feature checking | Dave Chinner | 1 | -2/+0 |
2014-05-20 | xfs: don't need dirv2 checks anymore | Dave Chinner | 1 | -2/+1 |
2014-05-20 | xfs: turn NLINK feature on by default | Dave Chinner | 1 | -3/+1 |
2014-04-24 | xfs: report finobt status in fs geometry | Brian Foster | 1 | -1/+3 |
2014-04-24 | xfs: add finobt support to growfs | Brian Foster | 1 | -0/+32 |
2013-12-10 | xfs: growfs overruns AGFL buffer on V4 filesystems | Dave Chinner | 1 | -1/+5 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -7/+5 |
2013-10-24 | xfs: decouple log and transaction headers | Dave Chinner | 1 | -4/+5 |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner | 1 | -0/+2 |
2013-10-17 | xfs: don't break from growfs ag update loop on error | Eric Sandeen | 1 | -9/+13 |
2013-10-08 | xfs: add the inode directory type support to XFS_IOC_FSGEOM | Mark Tinguely | 1 | -1/+3 |
2013-08-13 | xfs: refactor xfs_trans_reserve() interface | Jie Liu | 1 | -4/+4 |
2013-06-18 | xfs: Remove redundant error variable from xfs_growfs_data_private() | Jie Liu | 1 | -1/+1 |
2013-05-30 | xfs: add fsgeom flag for v5 superblock support. | Dave Chinner | 1 | -1/+3 |
2013-04-21 | xfs: add CRC checks to the AGI | Dave Chinner | 1 | -0/+3 |
2013-04-21 | xfs: add CRC checks to the AGFL | Christoph Hellwig | 1 | -0/+5 |
2013-04-21 | xfs: add CRC checks to the AGF | Dave Chinner | 1 | -0/+3 |