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