summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-051-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/+0Star
* xfs: convert list of extents to free into a regular listDarrick J. Wong2016-06-211-6/+8
* xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong2016-06-211-2/+2
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-1/+1
* xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner2015-11-031-2/+11
* xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-03-251-3/+10
* xfs: move xfs_bmap_finish prototypeDave Chinner2015-01-091-0/+2
* xfs: move struct xfs_bmalloca to libxfsDave Chinner2015-01-091-0/+31
* xfs: track collapse via file offset rather than extent indexBrian Foster2014-09-231-4/+3Star
* Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner2014-07-141-3/+1Star
* libxfs: move header filesDave Chinner2014-06-251-0/+188