summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/btree.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2023-04-12xfs: always scrub record/key order of interior recordsDarrick J. Wong1-1/+7
2023-04-12xfs: detect unwritten bit set in rmapbt node block keysDarrick J. Wong1-0/+2
2023-04-12xfs: update copyright years for scrub/ filesDarrick J. Wong1-1/+1
2023-04-12xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong1-2/+2
2021-10-19xfs: dynamically allocate btree scrub context structureDarrick J. Wong1-1/+14
2021-10-19xfs: don't track firstrec/firstkey separately in xchk_btreeDarrick J. Wong1-2/+0
2021-08-19xfs: mark the record passed into xchk_btree functions as constDarrick J. Wong1-2/+2
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-11/+11
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-13/+12
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-6/+6
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-11/+11
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-01-18xfs: set up scrub cross-referencing helpersDarrick J. Wong1-0/+9
2017-10-27xfs: create helpers to scrub a metadata btreeDarrick J. Wong1-0/+57