summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove duplicated xfs_defer.hYueHaibing2019-02-111-1/+0
* xfs: streamline defer op type handlingDarrick J. Wong2018-12-121-1/+0
* xfs: idiotproof defer op type configurationDarrick J. Wong2018-12-121-8/+2
* xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster2018-08-021-4/+2
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: get rid of the log item descriptorDave Chinner2018-05-101-2/+2
* xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong2017-06-191-2/+9
* xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-041-1/+166
* xfs: log bmap intent itemsDarrick J. Wong2016-10-041-0/+84