summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/agheader_repair.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: roll the scrub transaction after completing a repairDarrick J. Wong2023-12-151-3/+6
* xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong2023-12-151-0/+1
* xfs: create separate structures and code for u32 bitmapsDarrick J. Wong2023-12-151-5/+4
* xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong2023-08-101-1/+4
* xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong2023-08-101-1/+4
* xfs: allow the user to cancel repairs before we start writingDarrick J. Wong2023-08-101-0/+16
* xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong2023-08-101-40/+34
* xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-101-1/+1
* xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong2023-08-101-3/+3
* xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong2023-08-101-0/+1
* xfs: convert xbitmap to interval treeDarrick J. Wong2023-04-111-3/+9
* xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong2023-04-111-39/+50
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: perags need atomic operational stateDave Chinner2023-02-131-13/+15
* xfs: inobt can use perags in many more places than it doesDave Chinner2023-02-131-4/+3
* xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong2022-11-161-1/+1
* xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong2022-11-161-12/+66
* xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong2022-11-161-1/+0
* 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