| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: add scrub cross-referencing helpers for the rmap btrees | Darrick J. Wong | 2018-01-17 | 1 | -0/+67 |
* | xfs: only skip rmap owner checks for unknown-owner rmap removal | Darrick J. Wong | 2017-12-21 | 1 | -24/+52 |
* | xfs: always honor OWN_UNKNOWN rmap removal requests | Darrick J. Wong | 2017-12-21 | 1 | -0/+25 |
* | xfs: move error injection tags into their own file | Darrick J. Wong | 2017-11-01 | 1 | -0/+1 |
* | xfs: remove unneeded parameter from XFS_TEST_ERROR | Darrick J. Wong | 2017-06-27 | 1 | -2/+1 |
* | xfs: export various function for the online scrubber | Darrick J. Wong | 2017-06-19 | 1 | -1/+2 |
* | xfs: remove double-underscore integer types | Darrick J. Wong | 2017-06-19 | 1 | -4/+4 |
* | xfs: implement the GETFSMAP ioctl | Darrick J. Wong | 2017-04-03 | 1 | -0/+28 |
* | xfs: create a function to query all records in a btree | Darrick J. Wong | 2017-04-03 | 1 | -7/+21 |
* | xfs: convert unwritten status of reverse mappings for shared files | Darrick J. Wong | 2016-10-05 | 1 | -1/+384 |
* | xfs: use interval query for rmap alloc operations on shared files | Darrick J. Wong | 2016-10-05 | 1 | -2/+512 |
* | xfs: introduce the CoW fork | Darrick J. Wong | 2016-10-04 | 1 | -7/+8 |
* | xfs: propagate bmap updates to rmapbt | Darrick J. Wong | 2016-08-03 | 1 | -0/+259 |
* | xfs: add rmap btree insert and delete helpers | Darrick J. Wong | 2016-08-03 | 1 | -1/+46 |
* | xfs: convert unwritten status of reverse mappings | Darrick J. Wong | 2016-08-03 | 1 | -0/+441 |
* | xfs: remove an extent from the rmap btree | Darrick J. Wong | 2016-08-03 | 1 | -5/+215 |
* | xfs: add an extent to the rmap btree | Darrick J. Wong | 2016-08-03 | 1 | -5/+221 |
* | xfs: teach rmapbt to support interval queries | Darrick J. Wong | 2016-08-03 | 1 | -0/+43 |
* | xfs: add rmap btree operations | Darrick J. Wong | 2016-08-03 | 1 | -0/+96 |
* | xfs: introduce rmap extent operation stubs | Darrick J. Wong | 2016-08-03 | 1 | -0/+89 |