summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-07xfs: move the di_nblocks field to struct xfs_inodeChristoph Hellwig1-6/+6
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-07xfs: Initialize xfs_alloc_arg->total correctly when allocating minlen extentsChandan Babu R1-1/+2
2021-03-25xfs: initialise attr fork on inode createDave Chinner1-5/+4
2021-02-03xfs: allow reservation of rtblocks with xfs_trans_alloc_inodeDarrick J. Wong1-1/+1
2021-02-03xfs: refactor common transaction/inode/quota allocation idiomDarrick J. Wong1-8/+2
2021-02-03xfs: reserve data and rt quota at the same timeDarrick J. Wong1-3/+1
2021-02-03xfs: create convenience wrappers for incore quota block reservationsDarrick J. Wong1-6/+4
2021-02-03xfs: clean up quota reservation callsitesDarrick J. Wong1-2/+1
2021-02-01xfs: Fix 'set but not used' warning in xfs_bmap_compute_alignments()Chandan Babu R1-5/+4
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R1-24/+100
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R1-29/+45
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R1-37/+52
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R1-1/+0
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R1-0/+3
2021-01-22xfs: Check for extent overflow when removing dir entriesChandan Babu R1-0/+18
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+6
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner1-3/+3
2020-12-09xfs: refactor file range validationDarrick J. Wong1-1/+1
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong1-10/+3
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-6/+2
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino1-1/+4
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino1-1/+2
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong1-12/+17
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-02xfs: open code insert range extent split helperBrian Foster1-30/+2
2020-01-26xfs: make xfs_*read_agf return EAGAIN to ALLOC_FLAG_TRYLOCK callersDarrick J. Wong1-5/+6
2020-01-26xfs: 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-11xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster1-2/+1
2019-12-02xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval1-1/+1
2019-12-02xfs: 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-12xfs: 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-07xfs: null out bma->prev if no previous extentDarrick J. Wong1-1/+2
2019-11-04xfs: 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