summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong2020-01-261-5/+6
* xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong2020-01-261-5/+9
* libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-191-1/+1
* xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-111-2/+1
* xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2019-12-031-1/+1
* xfs: fix realtime file data space leakOmar Sandoval2019-12-031-11/+14
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-44/+24
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-131-65/+234
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-101-19/+9
* xfs: null out bma->prev if no previous extentDarrick J. Wong2019-11-071-1/+2
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+7
* xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig2019-11-031-6/+5
* xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig2019-11-031-4/+6
* xfs: refactor xfs_bmapi_allocateChristoph Hellwig2019-11-031-48/+45
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-291-112/+75
* xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong2019-10-291-3/+3
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-241-1/+0
* xfs: cap longest free extent to maximum allocatableDave Chinner2019-10-241-9/+9
* xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-211-4/+10
* xfs: move local to extent inode logging into bmap helperBrian Foster2019-10-091-2/+4
* xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong2019-09-231-2/+6
* xfs: convert inode to extent format after extent merge due to shiftBrian Foster2019-09-231-0/+5
* xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-031-1/+1
* xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig2019-08-311-6/+2
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-281-6/+6
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-281-15/+6
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-281-24/+12
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-3/+3
* xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong2019-08-121-8/+21
* xfs: remove unused header filesEric Sandeen2019-06-291-5/+0
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-7/+7
* xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-261-3/+14
* xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
* xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-211-6/+3
* xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-0/+3
* xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-5/+33
* xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-171-48/+58
* xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig2019-02-171-34/+44
* xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig2019-02-171-52/+26
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-121-9/+7
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-121-4/+55
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-121-11/+0
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-2/+2
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-1/+1
* xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner2018-11-211-1/+4
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-181-19/+30
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-14/+7
* xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner2018-10-011-11/+13
* xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai2018-08-121-8/+16