summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: split xfs_mod_freecounterChristoph Hellwig2024-04-221-4/+1
* xfs: small cleanup in xrep_update_qflags()Dan Carpenter2024-04-221-1/+1
* xfs: create subordinate scrub contexts for xchk_metadata_inode_subtypeDarrick J. Wong2024-04-151-54/+13
* xfs: online repair of directoriesDarrick J. Wong2024-04-151-0/+1
* xfs: repair extended attributesDarrick J. Wong2024-04-151-0/+46
* xfs: pass xfs_buf lookup flags to xfs_*read_agiDarrick J. Wong2024-04-151-3/+3
* xfs: hook live rmap operations during a repair operationDarrick J. Wong2024-02-221-0/+36
* xfs: create a shadow rmap btree during rmap repairDarrick J. Wong2024-02-221-0/+18
* xfs: repair the rmapbtDarrick J. Wong2024-02-221-3/+2
* xfs: split xfs_inobt_init_cursorChristoph Hellwig2024-02-221-3/+3
* xfs: split xfs_allocbt_init_cursorChristoph Hellwig2024-02-221-4/+4
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-221-0/+1
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-221-4/+9
* xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong2024-02-221-7/+34
* xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong2023-12-151-0/+153
* xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong2023-12-151-0/+22
* xfs: repair inode fork block mapping data structuresDarrick J. Wong2023-12-151-0/+28
* xfs: repair inode recordsDarrick J. Wong2023-12-151-0/+42
* xfs: try to attach dquots to files before repairing themDarrick J. Wong2023-12-151-5/+8
* xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2023-12-151-0/+2
* xfs: repair inode btreesDarrick J. Wong2023-12-151-0/+59
* xfs: repair free space btreesDarrick J. Wong2023-12-151-0/+72
* xfs: track usage statistics of online fsckDarrick J. Wong2023-08-101-1/+10
* xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-101-0/+51
* xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong2023-08-101-232/+0
* xfs: cull repair code that will never get usedDarrick J. Wong2023-08-101-83/+0
* xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong2023-04-121-48/+56
* xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong2023-04-121-0/+3
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-121-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-121-2/+2
* xfs: pass per-ag references to xfs_free_extentDarrick J. Wong2023-04-121-1/+2
* xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner2023-02-121-3/+1
* xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner2023-02-121-1/+2
* xfs: perags need atomic operational stateDave Chinner2023-02-121-1/+1
* xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong2022-11-171-2/+2
* xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong2022-11-171-1/+5
* xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong2022-11-171-9/+21
* xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong2022-11-171-5/+6
* xfs: fix for variable set but not used warningsunliming2022-07-211-3/+1
* Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-141-6/+9
|\
| * xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-6/+9
* | xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-071-4/+4
* | xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-6/+3
* | xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-071-2/+2
* | xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-071-3/+3
* | xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-2/+3
* | xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-071-1/+1
|/
* xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong2021-12-211-0/+3
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-6/+6
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-1/+1