summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: scrub in-core metadataDarrick J. Wong2018-01-181-0/+4
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-0/+4
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+13
* xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong2018-01-181-0/+93
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-181-12/+58
* xfs: fix btree scrub deref checkDarrick J. Wong2017-11-091-1/+1
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong2017-10-271-0/+46
* xfs: scrub btree keys and recordsDarrick J. Wong2017-10-271-1/+109
* xfs: scrub the shape of a metadata btreeDarrick J. Wong2017-10-271-5/+253
* xfs: create helpers to scrub a metadata btreeDarrick J. Wong2017-10-271-0/+114