aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: repair summary countersGravatar Darrick J. Wong 1-0/+2
2024-02-22xfs: teach repair to fix file nlinksGravatar Darrick J. Wong 1-0/+2
2024-02-22xfs: repair dquots based on live quotacheck resultsGravatar Darrick J. Wong 1-0/+5
2023-12-15xfs: repair quotasGravatar Darrick J. Wong 1-0/+7
2023-12-15xfs: online repair of realtime bitmapsGravatar Darrick J. Wong 1-0/+7
2023-12-15xfs: repair the inode core and forks of a metadata inodeGravatar Darrick J. Wong 1-0/+2
2023-12-15xfs: repair problems in CoW forksGravatar Darrick J. Wong 1-0/+2
2023-12-15xfs: refactor repair forcing tests into a repair.c helperGravatar Darrick J. Wong 1-0/+2
2023-12-15xfs: repair inode fork block mapping data structuresGravatar Darrick J. Wong 1-0/+6
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsGravatar Darrick J. Wong 1-0/+1
2023-12-15xfs: repair inode recordsGravatar Darrick J. Wong 1-0/+20
2023-12-15xfs: disable online repair quota helpers when quota not enabledGravatar Darrick J. Wong 1-0/+9
2023-12-15xfs: repair refcount btreesGravatar Darrick J. Wong 1-0/+2
2023-12-15xfs: repair inode btreesGravatar Darrick J. Wong 1-0/+17
2023-12-15xfs: repair free space btreesGravatar Darrick J. Wong 1-0/+24
2023-08-10xfs: track usage statistics of online fsckGravatar Darrick J. Wong 1-2/+5
2023-08-10xfs: reap large AG metadata extents when possibleGravatar Darrick J. Wong 1-0/+9
2023-08-10xfs: only invalidate blocks if we're going to free themGravatar Darrick J. Wong 1-1/+0
2023-08-10xfs: move the post-repair block reaping code to a separate fileGravatar Darrick J. Wong 1-2/+0
2023-08-10xfs: cull repair code that will never get usedGravatar Darrick J. Wong 1-6/+0
2023-04-11xfs: introduce bitmap type for AG blocksGravatar Darrick J. Wong 1-0/+1
2023-04-11xfs: update copyright years for scrub/ filesGravatar Darrick J. Wong 1-1/+1
2023-04-11xfs: fix author and spdx headers on scrub/ filesGravatar Darrick J. Wong 1-2/+2
2021-10-14xfs: stricter btree height checking when scanning for btree rootsGravatar Darrick J. Wong 1-0/+3
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Gravatar Darrick J. Wong 1-3/+3
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 1-1/+3
2020-03-18xfs: rename xfs_bitmap to xbitmapGravatar Darrick J. Wong 1-3/+3
2020-01-09xfs: remove bogus assertion when online repair isn't enabledGravatar Darrick J. Wong 1-1/+0
2019-04-16xfs: hoist the already_fixed variable to the scrub contextGravatar Darrick J. Wong 1-3/+2
2019-02-11xfs: use buf ops magic to detect btree block typeGravatar Darrick J. Wong 1-3/+0
2018-12-12xfs: const-ify xfs_owner_info argumentsGravatar Darrick J. Wong 1-3/+4
2018-08-10xfs: repair the AGIGravatar Darrick J. Wong 1-0/+2
2018-08-10xfs: repair the AGFLGravatar Darrick J. Wong 1-0/+2
2018-08-10xfs: repair the AGFGravatar Darrick J. Wong 1-0/+2
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapGravatar Darrick J. Wong 1-5/+3
2018-07-29xfs: move the repair extent list into its own fileGravatar Darrick J. Wong 1-26/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairGravatar Darrick J. Wong 1-16/+12
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubGravatar Darrick J. Wong 1-19/+19
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Gravatar Darrick J. Wong 1-37/+37
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-15/+1
2018-05-30xfs: repair superblocksGravatar Darrick J. Wong 1-0/+2
2018-05-30xfs: add helpers to attach quotas to inodesGravatar Darrick J. Wong 1-0/+2
2018-05-30xfs: recover AG btree roots from rmap dataGravatar Darrick J. Wong 1-0/+20
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairGravatar Darrick J. Wong 1-0/+6
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairGravatar Darrick J. Wong 1-0/+28
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsGravatar Darrick J. Wong 1-0/+6
2018-05-30xfs: add helpers to deal with transaction allocation and rollingGravatar Darrick J. Wong 1-0/+12
2018-05-15xfs: implement the metadata repair ioctl flagGravatar Darrick J. Wong 1-0/+56