aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix for variable set but not used warningsunliming2022-07-201-3/+1
* Merge tag 'xfs-buf-lockless-lookup-5.20' of git://git.kernel.org/pub/scm/linu...Darrick J. Wong2022-07-141-6/+9
|\
| * xfs: rework xfs_buf_incore() APIDave Chinner2022-07-071-6/+9
* | xfs: replace xfs_ag_block_count() with perag accessesDave Chinner2022-07-071-4/+4
* | xfs: Pre-calculate per-AG agino geometryDave Chinner2022-07-071-6/+3
* | xfs: pass perag to xfs_alloc_put_freelistDave Chinner2022-07-071-2/+2
* | xfs: pass perag to xfs_alloc_get_freelistDave Chinner2022-07-071-3/+3
* | xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-2/+3
* | xfs: pass perag to xfs_ialloc_read_agi()Dave Chinner2022-07-071-1/+1
|/
* xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong2021-12-211-0/+3
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-6/+6
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-181-1/+1
* xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-181-9/+9
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-021-6/+8
|\
| * xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-021-5/+5
| * xfs: add a perag to the btree cursorDave Chinner2021-06-021-2/+3
| * xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-2/+2
| * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-0/+1
* | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-261-1/+1
|/
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+2
* xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong2021-03-251-1/+5
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-2/+2
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-281-3/+3
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-181-8/+8
* xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2020-03-181-3/+1
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-111-3/+5
* xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-261-2/+0
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-2/+6
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-2/+2
* xfs: log proper length of btree block in scrub/repairEric Sandeen2019-08-281-1/+1
* xfs: create iterator error codesDarrick J. Wong2019-07-021-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-8/+0
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-1/+1
* xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong2019-04-261-17/+8
* xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-161-3/+2
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-2/+2
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-111-1/+2
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-031-3/+8
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+1
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-25/+25
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-181-14/+57
* xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong2018-10-181-13/+48
* xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong2018-08-141-19/+27
* xfs: repair the AGFDarrick J. Wong2018-08-101-9/+18
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-311-47/+38
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-291-193/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-74/+74
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-18/+18
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-82/+82
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-2/+2