summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-66/+54
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig1-71/+55
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig1-17/+5
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig1-12/+1
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig1-6/+4
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner1-4/+4
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner1-22/+22
2020-03-03xfs: open code insert range extent split helperBrian Foster1-30/+2
2020-01-27xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong1-5/+6
2020-01-27xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-5/+9
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong1-1/+1
2019-12-12xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster1-2/+1
2019-12-03xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2019-12-03xfs: fix realtime file data space leakOmar Sandoval1-11/+14
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong1-44/+24
2019-11-13xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-65/+234
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong1-19/+9
2019-11-08xfs: null out bma->prev if no previous extentDarrick J. Wong1-1/+2
2019-11-05xfs: always log corruption errorsDarrick J. Wong1-1/+7
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig1-6/+5
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig1-4/+6
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig1-48/+45
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong1-112/+75
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong1-3/+3
2019-10-24xfs: don't set bmapi total block req where minleft isBrian Foster1-1/+0
2019-10-24xfs: cap longest free extent to maximum allocatableDave Chinner1-9/+9
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig1-4/+10
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster1-2/+4
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong1-2/+6
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster1-0/+5
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig1-1/+1
2019-08-31xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig1-6/+2
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong1-6/+6
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong1-15/+6
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong1-24/+12
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-3/+3
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong1-8/+21
2019-06-29xfs: remove unused header filesEric Sandeen1-5/+0
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-7/+7
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong1-3/+14
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong1-5/+5
2019-03-18xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig1-6/+3
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig1-0/+3
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig1-5/+33
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig1-48/+58
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig1-34/+44
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig1-52/+26
2019-02-12xfs: use the latest extent at writeback delalloc conversion timeBrian Foster1-9/+7
2019-02-12xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster1-4/+55