aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27xfs: force writes to delalloc regions to unwrittenGravatar Darrick J. Wong 1-12/+17
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-66/+54
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 1-71/+55
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readGravatar Christoph Hellwig 1-17/+5
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readGravatar Christoph Hellwig 1-12/+1
2020-03-19xfs: only check the superblock version for dinode size calculationGravatar Christoph Hellwig 1-6/+4
2020-03-13xfs: rename btree cursor private btree member flagsGravatar Dave Chinner 1-4/+4
2020-03-13xfs: convert btree cursor inode-private member namesGravatar Dave Chinner 1-22/+22
2020-03-02xfs: open code insert range extent split helperGravatar Brian Foster 1-30/+2
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersGravatar Darrick J. Wong 1-5/+6
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsGravatar Darrick J. Wong 1-5/+9
2019-12-19libxfs: resync with the userspace libxfsGravatar Darrick J. Wong 1-1/+1
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceGravatar Brian Foster 1-2/+1
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiGravatar Omar Sandoval 1-1/+1
2019-12-02xfs: fix realtime file data space leakGravatar Omar Sandoval 1-11/+14
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-44/+24
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosGravatar Darrick J. Wong 1-65/+234
2019-11-10xfs: refactor "does this fork map blocks" predicateGravatar Darrick J. Wong 1-19/+9
2019-11-07xfs: null out bma->prev if no previous extentGravatar Darrick J. Wong 1-1/+2
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-1/+7
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsGravatar Christoph Hellwig 1-6/+5
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateGravatar Christoph Hellwig 1-4/+6
2019-11-03xfs: refactor xfs_bmapi_allocateGravatar Christoph Hellwig 1-48/+45
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksGravatar Darrick J. Wong 1-112/+75
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataGravatar Darrick J. Wong 1-3/+3
2019-10-23xfs: don't set bmapi total block req where minleft isGravatar Brian Foster 1-1/+0
2019-10-23xfs: cap longest free extent to maximum allocatableGravatar Dave Chinner 1-9/+9
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxGravatar Christoph Hellwig 1-4/+10
2019-10-09xfs: move local to extent inode logging into bmap helperGravatar Brian Foster 1-2/+4
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Gravatar Darrick J. Wong 1-2/+6
2019-09-23xfs: convert inode to extent format after extent merge due to shiftGravatar Brian Foster 1-0/+5
2019-09-03xfs: add a xfs_valid_startblock helperGravatar Christoph Hellwig 1-1/+1
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagGravatar Christoph Hellwig 1-6/+2
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsGravatar Darrick J. Wong 1-6/+6
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsGravatar Darrick J. Wong 1-15/+6
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsGravatar Darrick J. Wong 1-24/+12
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-3/+3
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readGravatar Darrick J. Wong 1-8/+21
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0
2019-06-12xfs: remove unused flag argumentsGravatar Eric Sandeen 1-7/+7
2019-04-26xfs: track delayed allocation reservations across the filesystemGravatar Darrick J. Wong 1-3/+14
2019-03-19xfs: always init bma in xfs_bmapi_writeGravatar Darrick J. Wong 1-5/+5
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeGravatar Brian Foster 1-1/+4
2019-02-21xfs: make COW fork unwritten extent conversions more robustGravatar Christoph Hellwig 1-6/+3
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocGravatar Christoph Hellwig 1-0/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocGravatar Christoph Hellwig 1-5/+33
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeGravatar Christoph Hellwig 1-48/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeGravatar Christoph Hellwig 1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsGravatar Christoph Hellwig 1-52/+26
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeGravatar Brian Foster 1-9/+7