summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-4/+1
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-15/+15
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-39/+39
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-8/+8
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-39/+39
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: skip scrub xref if corruption already notedDarrick J. Wong1-3/+3
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+37
2018-01-18xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-0/+65
2018-01-18xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+4
2018-01-18xfs: cross-reference with the bnobtDarrick J. Wong1-0/+5
2018-01-18xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-0/+12
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-0/+138