summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report quota block corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report inode corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report btree block corruption errors to the health systemDarrick J. Wong
2022-11-09xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2022-11-09xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2022-11-09xfs: report fs corruption errors to the health tracking systemDarrick J. Wong
2022-11-09xfs: separate the marking of sick and checked metadataDarrick J. Wong
2022-11-09xfs: teach repair to fix file nlinksscrub-nlinks_2022-11-09Darrick J. Wong
2022-11-09xfs: track file link count updates during live nlinks fsckDarrick J. Wong
2022-11-09xfs: teach scrub to check file nlinksDarrick J. Wong
2022-11-09xfs: streamline the directory iteration code for scrubDarrick J. Wong
2022-11-09xfs: report health of inode link countsDarrick J. Wong
2022-11-09xfs: repair dquots based on live quotacheck resultsrepair-quotacheck_2022-11-09Darrick J. Wong
2022-11-09xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong
2022-11-09xfs: track quota updates during live quotacheckDarrick J. Wong
2022-11-09xfs: implement live quotacheck inode scanDarrick J. Wong
2022-11-09xfs: report the health of quota countsDarrick J. Wong
2022-11-09xfs: allow blocking notifier chains with filesystem hooksscrub-iscan_2022-11-09Darrick J. Wong
2022-11-09xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong
2022-11-09xfs: implement live inode scan for scrubDarrick J. Wong
2022-11-09xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong
2022-11-09xfs: repair quotasrepair-quota_2022-11-09Darrick J. Wong
2022-11-09xfs: online repair of realtime bitmapsDarrick J. Wong
2022-11-09xfs: create a new inode fork block unmap helperDarrick J. Wong
2022-11-09xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2022-11-09xfs: repair problems in CoW forksrepair-file-mappings_2022-11-09Darrick J. Wong
2022-11-09xfs: create a ranged query function for refcount btreesDarrick J. Wong
2022-11-09xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2022-11-09xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-11-09xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong
2022-11-09xfs: repair obviously broken inode modesrepair-inodes_2022-11-09Darrick J. Wong
2022-11-09xfs: zap broken inode forksDarrick J. Wong
2022-11-09xfs: repair inode recordsDarrick J. Wong
2022-11-09xfs: try to attach dquots to files before repairing themDarrick J. Wong
2022-11-09xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2022-11-09xfs: repair refcount btreesrepair-ag-btrees_2022-11-09Darrick J. Wong
2022-11-09xfs: repair inode btreesDarrick J. Wong
2022-11-09xfs: rewrite xfs_icache_inode_is_allocatedDarrick J. Wong
2022-11-09xfs: repair free space btreesDarrick J. Wong
2022-11-09xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong
2022-11-09xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild_2022-11-09Darrick J. Wong
2022-11-09xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2022-11-09xfs: allow the user to cancel repairs before we start writingrepair-tweaks_2022-11-09Darrick J. Wong
2022-11-09xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2022-11-09xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2022-11-09Darrick J. Wong
2022-11-09xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2022-11-09xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong