aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_rmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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