summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/agheader.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22xfs: silence sparse warning when checking version numberDave Chinner1-2/+1
2024-04-16xfs: check AGI unlinked inode bucketsDarrick J. Wong1-0/+40
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig1-6/+6
2023-04-12xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong1-5/+5
2023-04-12xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong1-0/+5
2023-04-12xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong1-0/+9
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
2022-11-17xfs: standardize GFP flags usage in online scrubDarrick J. Wong1-1/+1
2022-11-17xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong1-18/+29
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-3/+3
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-10/+9
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong1-27/+26
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong1-2/+2
2021-10-14xfs: stricter btree height checking when looking for errorsDarrick J. Wong1-6/+7
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner1-1/+1
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+3
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-6/+6
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-19xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-1/+1
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-7/+16
2021-07-03Merge 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-26xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong1-12/+3
2021-03-26xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong1-12/+6
2020-09-16xfs: 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-30xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-2/+2
2019-07-02xfs: create iterator error codesDarrick J. Wong1-2/+2
2019-06-29xfs: 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-12xfs: 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-07xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-16xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong1-65/+13
2018-05-16xfs: superblock scrub should use short-lived buffersDarrick J. Wong1-3/+1
2018-05-16xfs: clean up scrub usage of KM_NOFSDarrick J. Wong1-1/+2
2018-03-12xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-3/+3
2018-02-23xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen1-1/+2
2018-01-18xfs: scrub in-core metadataDarrick J. Wong1-0/+3
2018-01-18xfs: cross-reference refcount btree during scrubDarrick J. Wong1-0/+25