summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-19xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-9/+9
2021-07-03Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-6/+8
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner1-5/+5
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-2/+3
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner1-2/+2
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner1-0/+1
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+2
2021-03-26xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong1-1/+5
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-2/+2
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong1-3/+3
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong1-8/+8
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong1-3/+1
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig1-3/+5