summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong1-1/+6
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong1-12/+3
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong1-12/+6
2020-09-15xfs: support inode btree blockcounts in online scrubDarrick J. Wong1-0/+30
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig1-1/+1
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig1-7/+7
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig1-2/+2
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-2/+2
2019-07-02xfs: create iterator error codesDarrick J. Wong1-2/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-7/+0
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong1-0/+20
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong1-1/+1
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong1-5/+3
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-18/+7
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-86/+86
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-16/+16
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-159/+159
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong1-65/+13
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong1-3/+1
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong1-1/+2
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-3/+3
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen1-1/+2
2018-01-17xfs: scrub in-core metadataDarrick J. Wong1-0/+3
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+25
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong1-2/+66
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong1-0/+27
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong1-0/+33
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong1-0/+96
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong1-1/+62
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong1-0/+16
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen1-17/+0
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong1-2/+61
2017-10-26xfs: scrub the AGIDarrick J. Wong1-0/+85
2017-10-26xfs: scrub AGF and AGFLDarrick J. Wong1-0/+184
2017-10-26xfs: scrub the secondary superblocksDarrick J. Wong1-0/+330