summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_bmap.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+1
2018-03-23xfs: refactor bmap record validationDarrick J. Wong1-0/+3
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig1-1/+5
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig1-5/+7
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig1-2/+0
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig1-5/+0
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig1-3/+7
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig1-11/+1
2017-10-26xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig1-9/+0
2017-10-26xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig1-0/+12
2017-10-16xfs: trim writepage mapping to within eofBrian Foster1-0/+1
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong1-1/+1
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig1-2/+0
2017-04-03xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig1-0/+12
2017-01-23xfs: fix COW writeback raceChristoph Hellwig1-1/+5
2016-11-28xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()Brian Foster1-1/+1
2016-11-24xfs: remove xfs_bmap_search_extentsChristoph Hellwig1-4/+0
2016-11-24xfs: remove prev argument to xfs_bmapi_reserve_delallocChristoph Hellwig1-2/+1
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig1-1/+0
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig1-0/+5
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong1-0/+2
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong1-0/+1
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong1-3/+4
2016-10-04xfs: introduce the CoW forkDarrick J. Wong1-3/+19
2016-10-04xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong1-0/+4
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong1-0/+9
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong1-0/+3
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong1-1/+9
2016-10-04xfs: log bmap intent itemsDarrick J. Wong1-0/+13
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner1-1/+1
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-1/+1
2016-09-19xfs: rewrite and optimize the delalloc write pathChristoph Hellwig1-3/+7
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-1/+3
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-5/+5
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-9/+9
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-32/+0
2016-06-21xfs: convert list of extents to free into a regular listDarrick J. Wong1-6/+8
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong1-2/+2
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-1/+1
2015-11-03xfs: introduce BMAPI_ZERO for allocating zeroed extentsDave Chinner1-2/+11
2015-03-25xfs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon1-3/+10
2015-01-09xfs: move xfs_bmap_finish prototypeDave Chinner1-0/+2
2015-01-09xfs: move struct xfs_bmalloca to libxfsDave Chinner1-0/+31
2014-09-23xfs: track collapse via file offset rather than extent indexBrian Foster1-4/+3
2014-07-15Merge branch 'xfs-libxfs-restructure' into for-nextDave Chinner1-0/+186
2014-06-25libxfs: move header filesDave Chinner1-0/+188