summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2020-10-26xfs: scrub should set preen if attr leaf has holesrepair-xattrs_2020-10-26Darrick J. Wong
2020-10-26xfs: repair extended attributesDarrick J. Wong
2020-10-26xfs: create a blob array data structureDarrick J. Wong
2020-10-26xfs: online repair of realtime summariesrepair-rtsummary_2020-10-26Darrick J. Wong
2020-10-26xfs: create temporary files and directories for online repairDarrick J. Wong
2020-10-26xfs: repair summary countersrepair-hard-problems_2020-10-26Darrick J. Wong
2020-10-26xfs: repair the rmapbtDarrick J. Wong
2020-10-26xfs: ask to freeze if fscounters scrubber failsDarrick J. Wong
2020-10-26xfs: introduce online scrub freezeDarrick J. Wong
2020-10-26xfs: update health status if we get a clean bill of healthindirect-health-reporting_2020-10-26Darrick J. Wong
2020-10-26xfs: remember sick inodes that get inactivatedDarrick J. Wong
2020-10-26xfs: parallelize inode inactivationDarrick J. Wong
2020-10-26xfs: deferred inode inactivationDarrick J. Wong
2020-10-26xfs: rename block gc start and stop functionsDarrick J. Wong
2020-10-26xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2020-10-26Darrick J. Wong
2020-10-26xfs: report btree block corruption errors to the health systemDarrick J. Wong
2020-10-26xfs: separate the marking of sick and checked metadataDarrick J. Wong
2020-10-26xfs: repair dquots based on live quotacheck resultsrepair-quota_2020-10-26Darrick J. Wong
2020-10-26xfs: track quota updates during live quotacheckDarrick J. Wong
2020-10-26xfs: implement live quotacheck inode scanDarrick J. Wong
2020-10-26xfs: repair quotasDarrick J. Wong
2020-10-26xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2020-10-26xfs: repair damaged symlinksrepair-inodes_2020-10-26Darrick J. Wong
2020-10-26xfs: repair inode block mapsDarrick J. Wong
2020-10-26xfs: zap broken inode forksDarrick J. Wong
2020-10-26xfs: repair inode recordsDarrick J. Wong
2020-10-26xfs: repair refcount btreesrepair-ag-btrees_2020-10-26Darrick J. Wong
2020-10-26xfs: repair inode btreesDarrick J. Wong
2020-10-26xfs: repair free space btreesDarrick J. Wong
2020-10-26xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2020-10-26xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2020-10-26Darrick J. Wong
2020-10-26xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2020-10-26xfs: create a big array data structureDarrick J. Wong
2020-10-26xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2020-10-26Darrick J. Wong
2020-10-26xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2020-10-26xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2020-10-26xfs: convert xbitmap to interval treerepair-bitmap-rework_2020-10-26Darrick J. Wong
2020-10-26xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2020-10-26xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2020-10-26xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2020-10-26Darrick J. Wong
2020-10-26xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2020-10-26xfs: online checking of the free rt extent countscrub-fixes_2020-10-26Darrick J. Wong
2020-10-26xfs: check btree keys reflect the child blockDarrick J. Wong
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong
2020-09-15xfs: Remove kmem_zalloc_large()Carlos Maiolino
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online scrubDarrick J. Wong
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino