summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-24xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong1-0/+6
2024-12-24xfs: online repair of the realtime rmap btreeDarrick J. Wong1-0/+144
2024-12-24xfs: online repair of realtime bitmaps for a realtime groupDarrick J. Wong1-1/+1
2024-12-24xfs: online repair of realtime file bmapsDarrick J. Wong1-0/+46
2024-12-24xfs: scrub the realtime rmapbtDarrick J. Wong1-0/+1
2024-11-06xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong1-3/+3
2024-11-06xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-1/+1
2024-11-06xfs: add rtgroup-based realtime scrubbing context managementDarrick J. Wong1-0/+24
2024-11-06xfs: metadata files can have xattrs if metadir is enabledDarrick J. Wong1-3/+11
2024-11-06xfs: factor out a generic xfs_group structureChristoph Hellwig1-2/+2
2024-11-06xfs: convert remaining trace points to pass pag structuresChristoph Hellwig1-1/+1
2024-11-06xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace pointsChristoph Hellwig1-5/+4
2024-11-06xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig1-1/+1
2024-10-22xfs: don't fail repairs on metadata files with no attr forkDarrick J. Wong1-3/+5
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