summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-22/+23
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-86/+86
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-7/+7
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-83/+83
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: btree scrub should check minrecsDarrick J. Wong2018-05-161-0/+40
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-161-1/+1
* 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