summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* xfs: use the latest extent at writeback delalloc conversion timeBrian Foster2019-02-121-2/+0Star
* xfs: create delalloc bmapi wrapper for full extent allocationBrian Foster2019-02-121-0/+4
* xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-121-1/+0Star
* 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-031-10/+9Star
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-031-3/+3
* xfs: remove xfs_bmalloca firstblock fieldBrian Foster2018-07-121-1/+0Star
* xfs: remove bmap insert/collapse firstblock paramBrian Foster2018-07-121-2/+2
* xfs: remove xfs_bunmapi() firstblock paramBrian Foster2018-07-121-3/+2Star
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-121-2/+1Star
* xfs: use ->t_dfops for collapse/insert range operationsBrian Foster2018-07-121-4/+2Star
* xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2018-07-121-1/+0Star
* xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2018-07-121-1/+1
* xfs: remove xfs_bunmapi() dfops paramBrian Foster2018-07-121-3/+2Star
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-121-2/+1Star
* xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2018-07-121-3/+0Star
* 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/+1Star
* xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2018-05-161-0/+4
* xfs: factor out nodiscard helpersBrian Foster2018-05-161-11/+0Star
* xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2018-05-161-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-241-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-271-2/+0Star
* xfs: remove xfs_bmse_shift_oneChristoph Hellwig2017-10-271-5/+0Star
* xfs: split xfs_bmap_shift_extentsChristoph Hellwig2017-10-271-3/+7
* xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2017-10-271-11/+1Star
* xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig2017-10-271-9/+0Star
* xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig2017-10-271-0/+12
* xfs: trim writepage mapping to within eofBrian Foster2017-10-161-0/+1
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-1/+1
* xfs: simplify validation of the unwritten extent bitChristoph Hellwig2017-04-251-2/+0Star
* xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-041-0/+12
* xfs: fix COW writeback raceChristoph Hellwig2017-01-231-1/+5
* xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster2016-11-281-1/+1
* xfs: remove xfs_bmap_search_extentsChristoph Hellwig2016-11-241-4/+0Star
* xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-241-2/+1Star
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-201-1/+0Star
* xfs: refactor xfs_bunmapi_cowChristoph Hellwig2016-10-201-0/+5
* xfs: add xfs_trim_extentDarrick J. Wong2016-10-201-0/+2
* xfs: support removing extents from CoW forkDarrick J. Wong2016-10-051-0/+1
* xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-051-3/+4
* xfs: introduce the CoW forkDarrick J. Wong2016-10-051-3/+19