summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2021-10-22xfs: ask the dentry cache if it knows the parent of a directoryDarrick J. Wong
2021-10-22xfs: online repair of parent pointersDarrick J. Wong
2021-10-22xfs: online repair of directoriesDarrick J. Wong
2021-10-22xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2021-10-22Darrick J. Wong
2021-10-22xfs: repair extended attributesDarrick J. Wong
2021-10-22xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2021-10-22xfs: create a blob array data structureDarrick J. Wong
2021-10-22xfs: online repair of realtime summariesrepair-rtsummary_2021-10-22Darrick J. Wong
2021-10-22xfs: create temporary files and directories for online repairDarrick J. Wong
2021-10-22xfs: repair summary countersrepair-hard-problems_2021-10-22Darrick J. Wong
2021-10-22xfs: repair the rmapbtDarrick J. Wong
2021-10-22xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2021-10-22xfs: ask to freeze if fscounters scrubber failsDarrick J. Wong
2021-10-22xfs: introduce online scrub freezeDarrick J. Wong
2021-10-22xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-10-22Darrick J. Wong
2021-10-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2021-10-22xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2021-10-22Darrick J. Wong
2021-10-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2021-10-22xfs: separate the marking of sick and checked metadataDarrick J. Wong
2021-10-22xfs: repair dquots based on live quotacheck resultsrepair-quota_2021-10-22Darrick J. Wong
2021-10-22xfs: track quota updates during live quotacheckDarrick J. Wong
2021-10-22xfs: implement live quotacheck inode scanDarrick J. Wong
2021-10-22xfs: implement live inode scan for scrubDarrick J. Wong
2021-10-22xfs: repair quotasDarrick J. Wong
2021-10-22xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2021-10-22xfs: repair damaged symlinksrepair-inodes_2021-10-22Darrick J. Wong
2021-10-22xfs: repair inode block mapsDarrick J. Wong
2021-10-22xfs: reintroduce reaping of file extents to xrep_reap_extentsDarrick J. Wong
2021-10-22xfs: repair obviously broken inode modesDarrick J. Wong
2021-10-22xfs: zap broken inode forksDarrick J. Wong
2021-10-22xfs: repair inode recordsDarrick J. Wong
2021-10-22xfs: warn about inodes with project id of -1Darrick J. Wong
2021-10-22xfs: repair refcount btreesrepair-ag-btrees_2021-10-22Darrick J. Wong
2021-10-22xfs: repair inode btreesDarrick J. Wong
2021-10-22xfs: repair free space btreesDarrick J. Wong
2021-10-22xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2021-10-22xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2021-10-22Darrick J. Wong
2021-10-22xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2021-10-22xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2021-10-22xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2021-10-22xfs: create a big array data structureDarrick J. Wong
2021-10-22xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2021-10-22Darrick J. Wong
2021-10-22xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2021-10-22xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-10-22xfs: convert xbitmap to interval treerepair-bitmap-rework_2021-10-22Darrick J. Wong
2021-10-22xfs: reap large extents when possibleDarrick J. Wong
2021-10-22xfs: ignore stale buffers when scanning the buffer cacheDarrick J. Wong
2021-10-22xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2021-10-22xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2021-10-22xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong