summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)Author
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2019-12-19libxfs: resync with the userspace libxfsDarrick J. Wong
2019-12-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval
2019-12-02xfs: fix realtime file data space leakOmar Sandoval
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong
2019-11-07xfs: null out bma->prev if no previous extentDarrick J. Wong
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-10-23xfs: cap longest free extent to maximum allocatableDave Chinner
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong
2019-08-28xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-08-12xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig
2019-02-11xfs: use the latest extent at writeback delalloc conversion timeBrian Foster
2019-02-11xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-11-21xfs: delalloc -> unwritten COW fork allocation can go wrongDave Chinner
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-10-01xfs: fix error handling in xfs_bmap_extents_to_btreeDave Chinner
2018-08-12xfs: fix a null pointer dereference in xfs_bmap_extents_to_btreeShan Hai