| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: don't free rt blocks when we're doing a REMAP bunmapi call | Darrick J. Wong | 2020-09-23 | 1 | -7/+12 |
* | xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt files | Darrick J. Wong | 2020-09-03 | 1 | -1/+1 |
* | xfs: Remove kmem_zone_zalloc() usage | Carlos Maiolino | 2020-07-29 | 1 | -1/+4 |
* | xfs: Remove kmem_zone_alloc() usage | Carlos Maiolino | 2020-07-29 | 1 | -1/+2 |
* | xfs: force writes to delalloc regions to unwritten | Darrick J. Wong | 2020-05-27 | 1 | -12/+17 |
* | xfs: move the fork format fields into struct xfs_ifork | Christoph Hellwig | 2020-05-19 | 1 | -66/+54 |
* | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig | 2020-05-19 | 1 | -71/+55 |
* | xfs: remove the NULL fork handling in xfs_bmapi_read | Christoph Hellwig | 2020-05-19 | 1 | -17/+5 |
* | xfs: remove the special COW fork handling in xfs_bmapi_read | Christoph Hellwig | 2020-05-19 | 1 | -12/+1 |
* | xfs: only check the superblock version for dinode size calculation | Christoph Hellwig | 2020-03-19 | 1 | -6/+4 |
* | xfs: rename btree cursor private btree member flags | Dave Chinner | 2020-03-13 | 1 | -4/+4 |
* | xfs: convert btree cursor inode-private member names | Dave Chinner | 2020-03-13 | 1 | -22/+22 |
* | xfs: open code insert range extent split helper | Brian Foster | 2020-03-03 | 1 | -30/+2 |
* | xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callers | Darrick J. Wong | 2020-01-26 | 1 | -5/+6 |
* | xfs: remove the xfs_btree_get_buf[ls] functions | Darrick J. Wong | 2020-01-26 | 1 | -5/+9 |
* | libxfs: resync with the userspace libxfs | Darrick J. Wong | 2019-12-19 | 1 | -1/+1 |
* | xfs: stabilize insert range start boundary to avoid COW writeback race | Brian Foster | 2019-12-11 | 1 | -2/+1 |
* | xfs: don't check for AG deadlock for realtime files in bunmapi | Omar Sandoval | 2019-12-03 | 1 | -1/+1 |
* | xfs: fix realtime file data space leak | Omar Sandoval | 2019-12-03 | 1 | -11/+14 |
* | xfs: convert open coded corruption check to use XFS_IS_CORRUPT | Darrick J. Wong | 2019-11-13 | 1 | -44/+24 |
* | xfs: kill the XFS_WANT_CORRUPT_* macros | Darrick J. Wong | 2019-11-13 | 1 | -65/+234 |
* | xfs: refactor "does this fork map blocks" predicate | Darrick J. Wong | 2019-11-10 | 1 | -19/+9 |
* | xfs: null out bma->prev if no previous extent | Darrick J. Wong | 2019-11-07 | 1 | -1/+2 |
* | xfs: always log corruption errors | Darrick J. Wong | 2019-11-04 | 1 | -1/+7 |
* | xfs: cleanup use of the XFS_ALLOC_ flags | Christoph Hellwig | 2019-11-03 | 1 | -6/+5 |
* | xfs: move extent zeroing to xfs_bmapi_allocate | Christoph Hellwig | 2019-11-03 | 1 | -4/+6 |
* | xfs: refactor xfs_bmapi_allocate | Christoph Hellwig | 2019-11-03 | 1 | -48/+45 |
* | xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks | Darrick J. Wong | 2019-10-29 | 1 | -112/+75 |
* | xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata | Darrick J. Wong | 2019-10-29 | 1 | -3/+3 |
* | xfs: don't set bmapi total block req where minleft is | Brian Foster | 2019-10-24 | 1 | -1/+0 |
* | xfs: cap longest free extent to maximum allocatable | Dave Chinner | 2019-10-24 | 1 | -9/+9 |
* | xfs: use a struct iomap in xfs_writepage_ctx | Christoph Hellwig | 2019-10-21 | 1 | -4/+10 |
* | xfs: move local to extent inode logging into bmap helper | Brian Foster | 2019-10-09 | 1 | -2/+4 |
* | xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag") | Darrick J. Wong | 2019-09-23 | 1 | -2/+6 |
* | xfs: convert inode to extent format after extent merge due to shift | Brian Foster | 2019-09-23 | 1 | -0/+5 |
* | xfs: add a xfs_valid_startblock helper | Christoph Hellwig | 2019-09-03 | 1 | -1/+1 |
* | xfs: remove the unused XFS_ALLOC_USERDATA flag | Christoph Hellwig | 2019-08-31 | 1 | -6/+2 |
* | xfs: remove unnecessary int returns from deferred bmap functions | Darrick J. Wong | 2019-08-28 | 1 | -6/+6 |
* | xfs: remove unnecessary int returns from deferred refcount functions | Darrick J. Wong | 2019-08-28 | 1 | -15/+6 |
* | xfs: remove unnecessary int returns from deferred rmap functions | Darrick J. Wong | 2019-08-28 | 1 | -24/+12 |
* | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 2019-08-26 | 1 | -3/+3 |
* | xfs: don't crash on null attr fork xfs_bmapi_read | Darrick J. Wong | 2019-08-12 | 1 | -8/+21 |
* | xfs: remove unused header files | Eric Sandeen | 2019-06-29 | 1 | -5/+0 |
* | xfs: remove unused flag arguments | Eric Sandeen | 2019-06-12 | 1 | -7/+7 |
* | xfs: track delayed allocation reservations across the filesystem | Darrick J. Wong | 2019-04-26 | 1 | -3/+14 |
* | xfs: always init bma in xfs_bmapi_write | Darrick J. Wong | 2019-03-19 | 1 | -5/+5 |
* | xfs: don't trip over uninitialized buffer on extent read of corrupted inode | Brian Foster | 2019-03-17 | 1 | -1/+4 |
* | xfs: make COW fork unwritten extent conversions more robust | Christoph Hellwig | 2019-02-21 | 1 | -6/+3 |
* | xfs: move stat accounting to xfs_bmapi_convert_delalloc | Christoph Hellwig | 2019-02-17 | 1 | -0/+3 |
* | xfs: move transaction handling to xfs_bmapi_convert_delalloc | Christoph Hellwig | 2019-02-17 | 1 | -5/+33 |