summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap.c
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2018-01-171-0/+67
* xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong2017-12-211-24/+52
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-0/+25
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-2/+1
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+2
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-031-0/+28
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-7/+21
* xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-051-1/+384
* xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-051-2/+512
* xfs: introduce the CoW forkDarrick J. Wong2016-10-041-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