aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-20xfs: 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/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeBDarrick 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-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong1-9/+9
2021-07-02Merge 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-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong1-1/+5
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-2/+2
2020-07-28xfs: 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
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong1-2/+0
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-2/+6
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-2/+2
2019-08-28xfs: log proper length of btree block in scrub/repairEric Sandeen1-1/+1
2019-07-02xfs: create iterator error codesDarrick J. Wong1-2/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-1/+1
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong1-17/+8
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong1-3/+2
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong1-2/+2
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong1-1/+2
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong1-3/+8
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-3/+1
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-25/+25
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong1-14/+57
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong1-13/+48
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong1-19/+27
2018-08-10xfs: repair the AGFDarrick J. Wong1-9/+18
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong1-47/+38
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong1-193/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-74/+74
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-18/+18
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-82/+82
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-2/+2