summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/scrub.h
AgeCommit message (Expand)Author
2021-09-17xfs: teach scrub to check file nlinksDarrick J. Wong
2021-09-17xfs: cross-reference chceks with the rt refcount btreeDarrick J. Wong
2021-09-17xfs: scrub the realtime refcount btreeDarrick J. Wong
2021-09-17xfs: cross-reference the realtime rmapbtDarrick J. Wong
2021-09-17xfs: scrub the realtime rmapbtDarrick J. Wong
2021-09-17xfs: refactor realtime scrubbing context managementDarrick J. Wong
2021-09-17xfs: move orphan files to the orphanagerepair-dirs_2021-09-17Darrick J. Wong
2021-09-17xfs: repair extended attributesDarrick J. Wong
2021-09-17xfs: create temporary files and directories for online repairDarrick J. Wong
2021-09-17xfs: introduce online scrub freezeDarrick J. Wong
2021-09-17xfs: implement live quotacheck inode scanDarrick J. Wong
2021-09-17xfs: repair inode btreesDarrick J. Wong
2021-09-17xfs: repair free space btreesDarrick J. Wong
2021-09-17xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2021-09-17Darrick J. Wong
2021-09-17xfs: online checking of the free rt extent countDarrick J. Wong
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2019-04-30xfs: add online scrub for superblock countersxfs-5.2-merge-3Darrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen
2017-10-26xfs: scrub quota informationDarrick J. Wong
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong
2017-10-26xfs: scrub symbolic linksDarrick J. Wong
2017-10-26xfs: scrub extended attributesDarrick J. Wong
2017-10-26xfs: scrub directory metadataDarrick J. Wong
2017-10-26xfs: scrub inode block mappingsDarrick J. Wong
2017-10-26xfs: scrub inodesDarrick J. Wong
2017-10-26xfs: scrub refcount btreesDarrick J. Wong
2017-10-26xfs: scrub rmap btreesDarrick J. Wong
2017-10-26xfs: scrub inode btreesDarrick J. Wong
2017-10-26xfs: scrub free space btreesDarrick J. Wong