summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_rmap.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-1/+0
* 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: remove double-underscore integer typesDarrick J. Wong2017-06-191-1/+1
* xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-051-0/+9
* xfs: collapse single use static functionsDarrick J. Wong2016-08-031-70/+33
* xfs: remove the extents array from the rmap update done log itemDarrick J. Wong2016-08-031-30/+3
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-4/+9
* xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong2016-08-031-3/+128
* xfs: log rmap intent itemsDarrick J. Wong2016-08-031-0/+205