summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2017-10-261-11/+1
* xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig2017-10-261-9/+0
* xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig2017-10-261-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/+0
* xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-031-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/+0
* xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig2016-11-241-2/+1
* xfs: remove xfs_bunmapi_cowChristoph Hellwig2016-10-201-1/+0
* 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-041-3/+4
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-3/+19
* xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-041-0/+4
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-0/+9
* xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2016-10-041-0/+3
* xfs: map an inode's offset to an exact physical blockDarrick J. Wong2016-10-041-1/+9
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+13
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-031-1/+1
|\
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-1/+1
* | xfs: rewrite and optimize the delalloc write pathChristoph Hellwig2016-09-191-3/+7
|/
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-1/+3
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-5/+5
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-9/+9
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-32/+0
* xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-211-6/+8