summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: disable reaping in fscounters scrubDarrick J. Wong2023-05-021-1/+0
* xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong2023-04-111-0/+10
* xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong2023-04-111-1/+1
* xfs: ensure that all metadata and data blocks are not cow staging extentsDarrick J. Wong2023-04-111-0/+2
* xfs: scrub should use ECHRNG to signal that the drain is neededDarrick J. Wong2023-04-111-0/+1
* xfs: minimize overhead of drain wakeups by using jump labelsDarrick J. Wong2023-04-111-1/+10
* 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: online checking of the free rt extent countDarrick J. Wong2022-11-161-8/+0
* xfs: standardize GFP flags usage in online scrubDarrick J. Wong2022-11-161-0/+9
* xfs: don't track the AGFL buffer in the scrub AG contextDarrick J. Wong2022-11-161-1/+0
* xfs: fix quotaoff mutex usage now that we don't support disabling itDarrick J. Wong2021-12-211-1/+0
* xfs: convert scrub to use mount-based feature checksDave Chinner2021-08-191-1/+1
* xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong2021-08-181-1/+0
* xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-091-2/+1
* xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-091-0/+11
* xfs: add online scrub for superblock countersDarrick J. Wong2019-04-301-0/+9
* xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-261-0/+1
* xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong2019-04-161-0/+7
* xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-161-2/+3
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-2/+7
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-2/+2
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-32/+30
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-39/+39
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-41/+41
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-301-0/+1
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-151-0/+3
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-151-0/+1
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-171-0/+6
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-171-0/+4
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-171-0/+8
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-171-0/+4
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-171-0/+4
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-0/+11
* xfs: scrub quota informationDarrick J. Wong2017-10-261-0/+9
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-261-0/+15
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-261-0/+1
* xfs: scrub symbolic linksDarrick J. Wong2017-10-261-0/+1
* xfs: scrub extended attributesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub directory metadataDarrick J. Wong2017-10-261-0/+1
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-261-0/+3
* xfs: scrub inodesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub refcount btreesDarrick J. Wong2017-10-261-0/+1
* xfs: scrub rmap btreesDarrick J. Wong2017-10-261-0/+1
* xfs: scrub inode btreesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub free space btreesDarrick J. Wong2017-10-261-0/+2
* xfs: scrub the AGIDarrick J. Wong2017-10-261-0/+1
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-261-0/+2
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-261-0/+1