summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/agheader_repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-3/+2
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig1-8/+4
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig1-20/+10
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong1-3/+6
2023-12-15xfs: move the per-AG datatype bitmaps to separate filesDarrick J. Wong1-0/+1
2023-12-15xfs: create separate structures and code for u32 bitmapsDarrick J. Wong1-5/+4
2023-08-10xfs: fix agf_fllast when repairing an empty AGFLDarrick J. Wong1-1/+4
2023-08-10xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong1-1/+4
2023-08-10xfs: allow the user to cancel repairs before we start writingDarrick J. Wong1-0/+16
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairDarrick J. Wong1-40/+34
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong1-1/+1
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong1-3/+3
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong1-0/+1
2023-04-12xfs: convert xbitmap to interval treeDarrick J. Wong1-3/+9
2023-04-12xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong1-39/+50
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
2023-02-13xfs: perags need atomic operational stateDave Chinner1-13/+15
2023-02-13xfs: inobt can use perags in many more places than it doesDave Chinner1-4/+3
2022-11-17xfs: pivot online scrub away from kmem.[ch]Darrick J. Wong1-1/+1
2022-11-17xfs: make AGFL repair function avoid crosslinked blocksDarrick J. Wong1-12/+66
2022-11-17xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong1-1/+0
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-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-2/+2
2021-08-19xfs: 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-16xfs: 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