summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)Author
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong
2023-12-15xfs: repair inode recordsDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2023-12-15xfs: repair inode btreesDarrick J. Wong
2023-12-15xfs: repair free space btreesDarrick J. Wong
2023-08-10xfs: track usage statistics of online fsckDarrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong
2023-04-11xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2023-04-11xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong
2023-04-11xfs: update copyright years for scrub/ filesDarrick J. Wong
2023-04-11xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong
2023-04-11xfs: pass per-ag references to xfs_free_extentDarrick J. Wong
2023-02-13xfs: introduce xfs_alloc_vextent_exact_bno()Dave Chinner
2023-02-13xfs: use xfs_alloc_vextent_this_ag() where appropriateDave Chinner
2023-02-13xfs: perags need atomic operational stateDave Chinner
2022-11-16xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong
2022-11-16xfs: don't retry repairs harder when EAGAIN is returnedDarrick J. Wong
2022-11-16xfs: log the AGI/AGF buffers when rolling transactions during an AG repairDarrick J. Wong
2022-11-16xfs: 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
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig