aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader_repair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner1-4/+2
2022-07-07xfs: Pre-calculate per-AG agbno geometryDave Chinner1-5/+2
2022-07-07xfs: pass perag to xfs_alloc_read_agflDave Chinner1-1/+1
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-4/+2
2022-01-12xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong1-0/+12
2021-10-19xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong1-2/+2
2021-10-14xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong1-1/+7
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner1-3/+2
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-10/+10
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-2/+2
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-13/+21
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong1-3/+0
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+1
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner1-2/+2
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner1-4/+4
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner1-1/+1
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-4/+2
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-9/+11
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi1-2/+0
2020-09-15xfs: support inode btree blockcounts in online repairDarrick J. Wong1-0/+24
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong1-10/+2
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong1-21/+21
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong1-1/+1
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner1-1/+1
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-4/+4
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig1-1/+1
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong1-4/+0
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong1-6/+0
2019-02-11xfs: split up allocation btree verifierBrian Foster1-2/+2
2019-02-11xfs: create a separate finobt verifierBrian Foster1-1/+1
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-3/+2
2018-08-10xfs: repair the AGIDarrick J. Wong1-0/+217
2018-08-10xfs: repair the AGFLDarrick J. Wong1-0/+281
2018-08-10xfs: repair the AGFDarrick J. Wong1-0/+379
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-4/+4
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-1/+1
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: repair superblocksDarrick J. Wong1-0/+70