summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-01xfs: hoist setting of XFS_LI_RECOVERED to callerDarrick J. Wong
2020-06-01xfs: refactor intent item iop_recover callsDarrick J. Wong
2020-06-01xfs: refactor intent item RECOVERED flag into the log itemDarrick J. Wong
2020-06-01xfs: refactor adding recovered intent items to the logDarrick J. Wong
2020-06-01xfs: refactor releasing finished intents during log recoveryDarrick J. Wong
2020-06-01xfs: refactor xlog_item_is_intent now that we're done convertingDarrick J. Wong
2020-06-01xfs: refactor recovered BUI log item playbackDarrick J. Wong
2020-06-01xfs: refactor recovered CUI log item playbackDarrick J. Wong
2020-06-01xfs: refactor recovered RUI log item playbackDarrick J. Wong
2020-06-01xfs: refactor recovered EFI log item playbackDarrick J. Wong
2020-06-01xfs: remove log recovery quotaoff item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery BUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery CUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery RUI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery EFI item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery icreate item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery dquot item dispatch for pass2 commit functionsDarrick J. Wong
2020-06-01xfs: refactor log recovery inode item dispatch for pass2 commit functionsDarrick J. Wong