summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong1-0/+259
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong1-1/+46
2016-08-03xfs: convert unwritten status of reverse mappingsDarrick J. Wong1-0/+441
2016-08-03xfs: remove an extent from the rmap btreeDarrick J. Wong1-5/+215
2016-08-03xfs: add an extent to the rmap btreeDarrick J. Wong1-5/+221
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong1-0/+43
2016-08-03xfs: add rmap btree operationsDarrick J. Wong1-0/+96
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong1-0/+89