summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig1-4/+1
2024-04-22xfs: small cleanup in xrep_update_qflags()Dan Carpenter1-1/+1
2024-04-16xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong1-54/+13
2024-04-16xfs: online repair of directoriesDarrick J. Wong1-0/+1
2024-04-16xfs: repair extended attributesDarrick J. Wong1-0/+46
2024-04-16xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong1-3/+3
2024-02-22xfs: hook live rmap operations during a repair operationDarrick J. Wong1-0/+36
2024-02-22xfs: create a shadow rmap btree during rmap repairDarrick J. Wong1-0/+18
2024-02-22xfs: repair the rmapbtDarrick J. Wong1-3/+2
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig1-3/+3
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig1-4/+4
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong1-0/+1
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong1-4/+9
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong1-7/+34
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong1-0/+153
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong1-0/+22
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong1-0/+28
2023-12-15xfs: repair inode recordsDarrick J. Wong1-0/+42
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong1-5/+8
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong1-0/+2
2023-12-15xfs: repair inode btreesDarrick J. Wong1-0/+59
2023-12-15xfs: repair free space btreesDarrick J. Wong1-0/+72
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong1-1/+10
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong1-0/+51
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong1-232/+0
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong1-83/+0
2023-04-12xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong1-48/+56
2023-04-12xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong1-0/+3
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-04-12xfs: pass per-ag references to xfs_free_extentDarrick J. Wong1-1/+2
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner1-3/+1
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner1-1/+2
2023-02-13xfs: perags need atomic operational stateDave Chinner1-1/+1
2022-11-17xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong1-2/+2
2022-11-17xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong1-1/+5
2022-11-17xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong1-9/+21
2022-11-17xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong1-5/+6
2022-07-21xfs: fix for variable set but not used warningsunliming1-3/+1
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong1-6/+9
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner1-6/+9
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner1-4/+4
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner1-6/+3
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner1-2/+2
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner1-3/+3
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner1-2/+3
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner1-1/+1
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong1-0/+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