summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)Author
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
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-28xfs: log proper length of btree block in scrub/repairxfs-5.4-merge-1Eric Sandeen
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flag argumentsxfs-5.3-merge-1Eric Sandeen
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong
2019-02-03xfs: set buffer ops when repair probes for btree typexfs-5.0-fixes-1Darrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong