summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: track usage statistics of online fsckDarrick J. Wong2023-08-101-2/+5
* xfs: reap large AG metadata extents when possibleDarrick J. Wong2023-08-101-0/+9
* xfs: only invalidate blocks if we're going to free themDarrick J. Wong2023-08-101-1/+0
* xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong2023-08-101-2/+0
* xfs: cull repair code that will never get usedDarrick J. Wong2023-08-101-6/+0
* xfs: introduce bitmap type for AG blocksDarrick J. Wong2023-04-111-0/+1
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-111-1/+1
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-111-2/+2
* xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong2021-10-141-0/+3
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-3/+3
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-281-1/+3
* xfs: rename xfs_bitmap to xbitmapDarrick J. Wong2020-03-181-3/+3
* xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong2020-01-091-1/+0
* xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-161-3/+2
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-111-3/+0
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-3/+4
* xfs: repair the AGIDarrick J. Wong2018-08-101-0/+2
* xfs: repair the AGFLDarrick J. Wong2018-08-101-0/+2
* xfs: repair the AGFDarrick J. Wong2018-08-101-0/+2
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-311-5/+3
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-291-26/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-16/+12
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-19/+19
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-37/+37
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: repair superblocksDarrick J. Wong2018-05-301-0/+2
* xfs: add helpers to attach quotas to inodesDarrick J. Wong2018-05-301-0/+2
* xfs: recover AG btree roots from rmap dataDarrick J. Wong2018-05-301-0/+20
* xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2018-05-301-0/+6
* xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2018-05-301-0/+28
* xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2018-05-301-0/+6
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-0/+12
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-151-0/+56