summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-14xfs: repair problems in CoW forksrepair-file-mappings_2022-10-14Darrick J. Wong
2022-10-14xfs: create a ranged query function for refcount btreesDarrick J. Wong
2022-10-14xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong
2022-10-14xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-10-14xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong
2022-10-14xfs: repair obviously broken inode modesrepair-inodes_2022-10-14Darrick J. Wong
2022-10-14xfs: zap broken inode forksDarrick J. Wong
2022-10-14xfs: repair inode recordsDarrick J. Wong
2022-10-14xfs: try to attach dquots to files before repairing themDarrick J. Wong
2022-10-14xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong
2022-10-14xfs: repair refcount btreesrepair-ag-btrees_2022-10-14Darrick J. Wong
2022-10-14xfs: repair inode btreesDarrick J. Wong
2022-10-14xfs: rewrite xfs_icache_inode_is_allocatedDarrick J. Wong
2022-10-14xfs: repair free space btreesDarrick J. Wong
2022-10-14xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong
2022-10-14xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild_2022-10-14Darrick J. Wong
2022-10-14xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2022-10-14xfs: allow the user to cancel repairs before we start writingrepair-tweaks_2022-10-14Darrick J. Wong
2022-10-14xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2022-10-14xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2022-10-14Darrick J. Wong
2022-10-14xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2022-10-14xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2022-10-14xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2022-10-14xfs: improve xfarray quicksort pivotbig-array_2022-10-14Darrick J. Wong
2022-10-14xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong
2022-10-14xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2022-10-14xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2022-10-14xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2022-10-14xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2022-10-14xfs: create a big array data structureDarrick J. Wong
2022-10-14xfs: move btree bulkload record initialization to ->get_record implementationsrepair-prep-for-bulk-loading_2022-10-14Darrick J. Wong
2022-10-14xfs: log EFIs for all btree blocks being used to stage a btreeDarrick J. Wong
2022-10-14xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2022-10-14xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2022-10-14xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2022-10-14xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairrepair-reap-fixes_2022-10-14Darrick J. Wong
2022-10-14xfs: reap large AG metadata extents when possibleDarrick J. Wong
2022-10-14xfs: ignore stale buffers when scanning the buffer cacheDarrick J. Wong
2022-10-14xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2022-10-14xfs: use deferred frees to reap old btree blocksDarrick J. Wong
2022-10-14xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2022-10-14xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2022-10-14xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2022-10-14xfs: cull repair code that will never get usedDarrick J. Wong
2022-10-14xfs: cross-reference rmap records with refcount btreesscrub-strengthen-rmap-checking_2022-10-14Darrick J. Wong
2022-10-14xfs: cross-reference rmap records with inode btreesDarrick J. Wong
2022-10-14xfs: cross-reference rmap records with free space btreesDarrick J. Wong
2022-10-14xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2022-10-14xfs: introduce bitmap type for AG blocksDarrick J. Wong
2022-10-14xfs: convert xbitmap to interval treerepair-bitmap-rework_2022-10-14Darrick J. Wong