summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: support deferred bmap updates on the attr forkDarrick J. Wong2024-02-221-2/+2
* xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong2024-02-221-3/+0
* xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong2024-02-221-0/+4
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-0/+8
* xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2023-12-221-0/+2
* xfs: create a new inode fork block unmap helperDarrick J. Wong2023-12-151-3/+2
* xfs: zap broken inode forksDarrick J. Wong2023-12-151-0/+2
* xfs: accumulate iextent records when checking bmapDarrick J. Wong2023-04-111-1/+1
* xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong2023-04-111-0/+2
* xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2023-04-111-0/+4
* xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner2023-02-131-0/+3
* xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner2023-02-131-0/+2
* xfs: block reservation too large for minleft allocationDave Chinner2023-02-111-0/+2
* xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong2023-02-051-4/+1
* xfs: convert bmapi flags to unsigned.Dave Chinner2022-04-211-18/+18
* xfs: convert bmap extent type flags to unsigned.Dave Chinner2022-04-211-11/+11
* xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong2021-10-221-28/+0
* xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong2021-10-221-0/+5
* xfs: compact deferred intent item structuresDarrick J. Wong2021-10-221-1/+1
* xfs: rename _zone variables to _cacheDarrick J. Wong2021-10-221-1/+1
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-221-1/+1
* xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2021-06-021-1/+0
* xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig2021-04-151-1/+0
* xfs: precalculate default inode attribute offsetDave Chinner2021-04-071-0/+1
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-291-1/+1
* xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong2020-07-061-4/+9
* xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong2020-07-061-1/+1
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: open code insert range extent split helperBrian Foster2020-03-021-1/+2
* xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-211-2/+1
* xfs: move local to extent inode logging into bmap helperBrian Foster2019-10-091-1/+2
* xfs: add a xfs_valid_startblock helperChristoph Hellwig2019-09-031-0/+7
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-281-2/+2
* xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-211-4/+4
* xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-171-2/+3
* xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-171-4/+0
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-111-2/+0
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-111-0/+4
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-111-1/+0
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-2/+2
* xfs: Add attibute set and helper functionsAllison Henderson2018-10-181-0/+1
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-021-10/+9
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-3/+3
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-111-1/+0
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-111-2/+2
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-111-3/+2
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-2/+1
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-111-4/+2
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-111-1/+0
* xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2018-07-111-1/+1