aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_rmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11xfs: remove duplicated xfs_defer.hYueHaibing1-1/+0
2018-12-12xfs: streamline defer op type handlingDarrick J. Wong1-1/+0
2018-12-12xfs: idiotproof defer op type configurationDarrick J. Wong1-8/+2
2018-08-02xfs: drop dop param from xfs_defer_op_type ->finish_item() callbackBrian Foster1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-10xfs: get rid of the log item descriptorDave Chinner1-2/+2
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-1/+1
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong1-0/+9
2016-08-03xfs: collapse single use static functionsDarrick J. Wong1-70/+33
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong1-30/+3
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-4/+9
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong1-3/+128
2016-08-03xfs: log rmap intent itemsDarrick J. Wong1-0/+205