summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong2021-02-031-1/+1
* xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong2021-02-031-8/+2
* xfs: reserve data and rt quota at the same timeDarrick J. Wong2021-02-031-3/+1
* xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong2021-02-031-6/+4
* xfs: clean up quota reservation callsitesDarrick J. Wong2021-02-031-2/+1
* xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R2021-02-011-5/+4
* xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R2021-01-221-24/+100
* xfs: Process allocated extent in a separate functionChandan Babu R2021-01-221-29/+45
* xfs: Compute bmap extent alignments in a separate functionChandan Babu R2021-01-221-37/+52
* xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R2021-01-221-1/+0
* xfs: Check for extent overflow when renaming dir entriesChandan Babu R2021-01-221-0/+3
* xfs: Check for extent overflow when removing dir entriesChandan Babu R2021-01-221-0/+18
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+6
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-3/+3
* xfs: refactor file range validationDarrick J. Wong2020-12-091-1/+1
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-091-10/+3
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-6/+2
* xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-09-231-7/+12
* xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino2020-07-281-1/+4
* xfs: Remove kmem_zone_alloc() usageCarlos Maiolino2020-07-281-1/+2
* xfs: force writes to delalloc regions to unwrittenDarrick J. Wong2020-05-271-12/+17
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-66/+54
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-71/+55
* xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-17/+5
* xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig2020-05-191-12/+1
* xfs: only check the superblock version for dinode size calculationChristoph Hellwig2020-03-191-6/+4
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-131-4/+4
* xfs: convert btree cursor inode-private member namesDave Chinner2020-03-131-22/+22
* xfs: open code insert range extent split helperBrian Foster2020-03-021-30/+2
* 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-021-1/+1
* xfs: fix realtime file data space leakOmar Sandoval2019-12-021-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-121-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-231-1/+0
* xfs: cap longest free extent to maximum allocatableDave Chinner2019-10-231-9/+9
* xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-211-4/+10