summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-12xfs: accumulate iextent records when checking bmapDarrick J. Wong1-1/+1
2023-04-12xfs: complain about bad file mapping records in the ondisk bmbtDarrick J. Wong1-0/+2
2023-04-12xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong1-0/+4
2023-02-13xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.cDave Chinner1-0/+3
2023-02-13xfs: use xfs_bmap_longest_free_extent() in filestreamsDave Chinner1-0/+2
2023-02-10xfs: block reservation too large for minleft allocationDave Chinner1-0/+2
2023-02-05xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong1-4/+1
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner1-18/+18
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner1-11/+11
2021-10-23xfs: rename xfs_bmap_add_free to xfs_free_extent_laterDarrick J. Wong1-28/+0
2021-10-23xfs: create slab caches for frequently-used deferred itemsDarrick J. Wong1-0/+5
2021-10-23xfs: compact deferred intent item structuresDarrick J. Wong1-1/+1
2021-10-23xfs: rename _zone variables to _cacheDarrick J. Wong1-1/+1
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-1/+1
2021-06-03xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig1-1/+0
2021-04-15xfs: rename and simplify xfs_bmap_one_blockChristoph Hellwig1-1/+0
2021-04-08xfs: precalculate default inode attribute offsetDave Chinner1-0/+1
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong1-1/+1
2020-07-06xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong1-4/+9
2020-07-06xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong1-1/+1
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-03xfs: open code insert range extent split helperBrian Foster1-1/+2
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig1-2/+1
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster1-1/+2
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig1-0/+7
2019-08-28xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong1-2/+2
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig1-4/+4
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig1-2/+3
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig1-4/+0
2019-02-12xfs: use the latest extent at writeback delalloc conversion timeBrian Foster1-2/+0
2019-02-12xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster1-0/+4
2019-02-12xfs: remove superfluous writeback mapping eof trimmingBrian Foster1-1/+0
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-2/+2
2018-10-18xfs: Add attibute set and helper functionsAllison Henderson1-0/+1
2018-08-03xfs: pass transaction to xfs_defer_add()Brian Foster1-10/+9
2018-08-03xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-3/+3
2018-07-12xfs: remove xfs_bmalloca firstblock fieldBrian Foster1-1/+0
2018-07-12xfs: remove bmap insert/collapse firstblock paramBrian Foster1-2/+2
2018-07-12xfs: remove xfs_bunmapi() firstblock paramBrian Foster1-3/+2
2018-07-12xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+1
2018-07-12xfs: use ->t_dfops for collapse/insert range operationsBrian Foster1-4/+2
2018-07-12xfs: remove struct xfs_bmalloca dfops fieldBrian Foster1-1/+0
2018-07-12xfs: remove xfs_bmapi_remap() dfops paramBrian Foster1-1/+1
2018-07-12xfs: remove xfs_bunmapi() dfops paramBrian Foster1-3/+2
2018-07-12xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-2/+1
2018-07-12xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig1-3/+0
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong1-0/+2
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong1-0/+4
2018-05-16xfs: factor out nodiscard helpersBrian Foster1-11/+0