aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
AgeCommit message (Expand)Author
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
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig
2017-10-26xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig
2017-10-16xfs: trim writepage mapping to within eofBrian Foster
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig
2017-01-23xfs: fix COW writeback raceChristoph Hellwig
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong
2016-10-04xfs: introduce the CoW forkDarrick J. Wong