summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-111-3/+2
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-2/+1
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-111-3/+0
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-241-0/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2018-05-151-0/+4
* xfs: factor out nodiscard helpersBrian Foster2018-05-151-11/+0
* xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2018-05-151-1/+5
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-3/+30
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* xfs: refactor bmap record validationDarrick J. Wong2018-03-231-0/+3
* xfs: simplify xfs_reflink_convert_cowChristoph Hellwig2017-11-061-1/+5
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-061-5/+7
* xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig2017-10-261-2/+0
* xfs: remove xfs_bmse_shift_oneChristoph Hellwig2017-10-261-5/+0
* xfs: split xfs_bmap_shift_extentsChristoph Hellwig2017-10-261-3/+7