summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2021-04-291-1/+6
* xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-261-12/+3
* xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-261-12/+6
* xfs: support inode btree blockcounts in online scrubDarrick J. Wong2020-09-161-0/+30
* xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2020-03-111-1/+1
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-111-7/+7
* xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2020-03-111-2/+2
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-301-2/+2
* xfs: create iterator error codesDarrick J. Wong2019-07-021-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-291-7/+0
* xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
* xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-121-5/+3
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-18/+7
* 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-16/+16
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-159/+159
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-161-65/+13
* xfs: superblock scrub should use short-lived buffersDarrick J. Wong2018-05-161-3/+1
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-161-1/+2
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-121-3/+3
* xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-221-1/+2
* xfs: scrub in-core metadataDarrick J. Wong2018-01-181-0/+3
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+25
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-2/+66
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+27
* xfs: cross-reference bnobt records with cntbtDarrick J. Wong2018-01-181-0/+33
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+96
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-1/+62
* xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong2018-01-081-0/+16
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-17/+0
* xfs: check the uniqueness of the AGFL entriesDarrick J. Wong2017-11-101-2/+61
* xfs: scrub the AGIDarrick J. Wong2017-10-271-0/+85
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-271-0/+184
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-271-0/+330