summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01xfs: report XFS_CORRUPT_ON errors to the health systemcorruption-health-reports_2020-06-01Darrick J. Wong
2020-06-01xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report quota block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report inode corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report symlink block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report btree block corruption errors to the health systemDarrick J. Wong
2020-06-01xfs: report block map corruption errors to the health tracking systemDarrick J. Wong
2020-06-01xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong
2020-06-01xfs: separate the marking of sick and checked metadataDarrick J. Wong
2020-06-01xfs: online repair of realtime summariesrepair-fsfile-metadata_2020-06-01Darrick J. Wong
2020-06-01xfs: repair quotasDarrick J. Wong
2020-06-01xfs: online repair of directoriesrepair-inode-data_2020-06-01Darrick J. Wong
2020-06-01xfs: scrub should set preen if attr leaf has holesDarrick J. Wong
2020-06-01xfs: repair extended attributesDarrick J. Wong
2020-06-01xfs: create a new inode fork block unmap helperDarrick J. Wong
2020-06-01xfs: remove unnecessary inode-transaction rollDarrick J. Wong
2020-06-01xfs: create a blob array data structureDarrick J. Wong
2020-06-01xfs: repair damaged symlinksrepair-inodes_2020-06-01Darrick J. Wong
2020-06-01xfs: repair inode block mapsDarrick J. Wong
2020-06-01xfs: zap broken inode forksDarrick J. Wong
2020-06-01xfs: repair inode recordsDarrick J. Wong
2020-06-01xfs: repair refcount btreesrepair-ag-btrees_2020-06-01Darrick J. Wong
2020-06-01xfs: repair inode btreesDarrick J. Wong
2020-06-01xfs: repair free space btreesDarrick J. Wong
2020-06-01xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2020-06-01xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2020-06-01Darrick J. Wong
2020-06-01xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2020-06-01xfs: create a big array data structureDarrick J. Wong
2020-06-01xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2020-06-01Darrick J. Wong
2020-06-01xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2020-06-01xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2020-06-01xfs: convert xbitmap to interval treerepair-bitmap-rework_2020-06-01Darrick J. Wong
2020-06-01xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2020-06-01xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2020-06-01xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2020-06-01Darrick J. Wong
2020-06-01xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2020-06-01xfs: rtbitmap scrubber should check inode sizescrub-fixes_2020-06-01Darrick J. Wong
2020-06-01xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong
2020-06-01xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2020-06-01Darrick J. Wong
2020-06-01xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-06-01xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-06-01xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong
2020-06-01xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong
2020-06-01xfs: force writes to delalloc regions to unwrittenstale-exposure_2020-06-01Darrick J. Wong
2020-06-01xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong
2020-06-01xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong
2020-06-01xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong
2020-06-01xfs: remove unnecessary includes from xfs_log_recover.crefactor-log-recovery_2020-06-01Darrick J. Wong
2020-06-01xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.cDarrick J. Wong