aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17xfs: scrub in-core metadataDarrick J. Wong1-0/+4
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+4
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong1-0/+13
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong1-0/+93
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong1-12/+58
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong1-1/+1
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig1-1/+1
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong1-0/+46
2017-10-26xfs: scrub btree keys and recordsDarrick J. Wong1-1/+109
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong1-5/+253
2017-10-26xfs: create helpers to scrub a metadata btreeDarrick J. Wong1-0/+114