summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.h
AgeCommit message (Expand)Author
2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2024-02-22xfs: move xfs_bmap_defer_add to xfs_bmap_item.cDarrick J. Wong
2024-02-22xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2024-02-22xfs: repair the rmapbtDarrick J. Wong
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2023-12-15xfs: zap broken inode forksDarrick J. Wong
2023-04-11xfs: accumulate iextent records when checking bmapDarrick J. Wong
2023-04-11xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong
2023-04-11xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong
2023-02-13xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner
2023-02-11xfs: block reservation too large for minleft allocationDave Chinner
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner
2021-10-22xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong
2021-10-22xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong
2021-10-22xfs: compact deferred intent item structuresDarrick J. Wong
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig
2021-04-07xfs: precalculate default inode attribute offsetDave Chinner
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-05-13xfs: Use the correct style for SPDX License IdentifierNishad Kamdar
2020-03-02xfs: open code insert range extent split helperBrian Foster
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-03xfs: add a xfs_valid_startblock helperChristoph Hellwig
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph 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-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: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster
2018-07-11xfs: remove xfs_bmalloca firstblock fieldBrian Foster
2018-07-11xfs: remove bmap insert/collapse firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bunmapi() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_dfops for collapse/insert range operationsBrian Foster
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster
2018-07-11xfs: remove xfs_bmapi_remap() dfops paramBrian Foster