aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14xfs: stricter btree height checking when scanning for btree rootsDarrick J. Wong1-0/+3
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong1-3/+3
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong1-1/+3
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong1-3/+3
2020-01-09xfs: remove bogus assertion when online repair isn't enabledDarrick J. Wong1-1/+0
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong1-3/+2
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong1-3/+0
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-3/+4
2018-08-10xfs: repair the AGIDarrick J. Wong1-0/+2
2018-08-10xfs: repair the AGFLDarrick J. Wong1-0/+2
2018-08-10xfs: repair the AGFDarrick J. Wong1-0/+2
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong1-5/+3
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong1-26/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-16/+12
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-19/+19
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-37/+37
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: repair superblocksDarrick J. Wong1-0/+2
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong1-0/+2
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong1-0/+20
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong1-0/+6
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong1-0/+28
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong1-0/+6
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong1-0/+12
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+56