summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader_repair.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-071-4/+2
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-5/+2
* xfs: pass perag to xfs_alloc_read_agflDave Chinner2022-07-071-1/+1
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-4/+2
* xfs: fix online fsck handling of v5 feature bits on secondary supersDarrick J. Wong2022-01-121-0/+12
* xfs: rename m_ag_maxlevels to m_allocbt_maxlevelsDarrick J. Wong2021-10-191-2/+2
* xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2021-10-141-1/+7
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-3/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-10/+10
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-2/+2
* xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-181-13/+21
* xfs: grab active perag ref when reading AG headersDarrick J. Wong2021-08-091-3/+0
* xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+1
* xfs: use perag for ialloc btree cursorsDave Chinner2021-06-021-2/+2
* xfs: convert allocbt cursors to use peragsDave Chinner2021-06-021-4/+4
* xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-021-1/+1
* xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-4/+2
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-9/+11
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-091-2/+0
* xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-151-0/+24
* xfs: replace open-coded bitmap weight logicDarrick J. Wong2020-03-181-10/+2
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-181-21/+21
* xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2020-03-181-1/+1
* xfs: convert btree cursor ag-private member nameDave Chinner2020-03-131-1/+1
* 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-4/+4
* xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig2020-03-111-1/+1
* xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-261-4/+0
* xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-111-6/+0
* xfs: split up allocation btree verifierBrian Foster2019-02-111-2/+2
* xfs: create a separate finobt verifierBrian Foster2019-02-111-1/+1
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+2
* xfs: repair the AGIDarrick J. Wong2018-08-101-0/+217
* xfs: repair the AGFLDarrick J. Wong2018-08-101-0/+281
* xfs: repair the AGFDarrick J. Wong2018-08-101-0/+379
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-4/+4
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-1/+1
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: repair superblocksDarrick J. Wong2018-05-301-0/+70