summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-061-1/+384
* xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-061-2/+512
* xfs: introduce the CoW forkDarrick J. Wong2016-10-051-7/+8
* xfs: propagate bmap updates to rmapbtDarrick J. Wong2016-08-031-0/+259
* xfs: add rmap btree insert and delete helpersDarrick J. Wong2016-08-031-1/+46
* xfs: convert unwritten status of reverse mappingsDarrick J. Wong2016-08-031-0/+441
* xfs: remove an extent from the rmap btreeDarrick J. Wong2016-08-031-5/+215
* xfs: add an extent to the rmap btreeDarrick J. Wong2016-08-031-5/+221
* xfs: teach rmapbt to support interval queriesDarrick J. Wong2016-08-031-0/+43
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+96
* xfs: introduce rmap extent operation stubsDarrick J. Wong2016-08-031-0/+89