summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rmap.c
AgeCommit message (Expand)Author
2021-09-17xfs: repair the rmapbtDarrick J. Wong
2021-09-17xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-08-18xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong
2017-10-26xfs: scrub rmap btreesDarrick J. Wong