summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)Author
2022-11-09xfs: repair extended attributesDarrick J. Wong
2022-11-09xfs: online repair of realtime summariesrepair-rtsummary_2022-11-09Darrick J. Wong
2022-11-09xfs: hook live rmap operations during a repair operationrepair-rmap-btree_2022-11-09Darrick J. Wong
2022-11-09xfs: repair the rmapbtDarrick J. Wong
2022-11-09xfs: update health status if we get a clean bill of healthindirect-health-reporting_2022-11-09Darrick J. Wong
2022-11-09xfs: repair dquots based on live quotacheck resultsrepair-quotacheck_2022-11-09Darrick J. Wong
2022-11-09xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong
2022-11-09xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2022-11-09xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2022-11-09xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-11-09xfs: repair inode recordsDarrick J. Wong
2022-11-09xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2022-11-09xfs: repair inode btreesDarrick J. Wong
2022-11-09xfs: repair free space btreesDarrick J. Wong
2022-11-09xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong
2022-11-09xfs: reap large AG metadata extents when possibleDarrick J. Wong
2022-11-09xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2022-11-09xfs: cull repair code that will never get usedDarrick J. Wong
2022-11-09xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2022-11-09xfs: scrub should use ECHRNG to signal that the drain is neededscrub-drain-intents_2022-11-09Darrick J. Wong
2022-11-09xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2022-11-09xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedxfs-6.2-fixes_2022-11-09Darrick J. Wong
2022-11-09xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-09xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-09xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong
2022-07-20xfs: fix for variable set but not used warningsunliming
2022-07-14Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong
2022-07-07xfs: rework xfs_buf_incore() APIDave Chinner
2022-07-07xfs: replace xfs_ag_block_count() with perag accessesDave Chinner
2022-07-07xfs: Pre-calculate per-AG agino geometryDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_put_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_get_freelistDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-07-07xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner
2021-12-21xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong