summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09xfs: xfs_bmap_finish_one should map unwritten extents properlyexpand-bmap-intent-usage_2022-11-09Darrick J. Wong
2022-11-09xfs: support deferred bmap updates on the attr forkDarrick J. Wong
2022-11-09xfs: support recovering bmap intent items targetting realtime extentsrealtime-bmap-intents_2022-11-09Darrick J. Wong
2022-11-09xfs: add a realtime flag to the bmap update log redo itemsDarrick J. Wong
2022-11-09xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong
2022-11-09xfs: fix xfs_bunmapi to allow unmapping of partial rt extentsDarrick J. Wong
2022-11-09xfs: remove xfs_trans_set_bmap_flagsbmap-intent-cleanups_2022-11-09Darrick J. Wong
2022-11-09xfs: clean up bmap log intent item tracepoint callsitesDarrick J. Wong
2022-11-09xfs: split tracepoint classes for deferred itemsDarrick J. Wong
2022-11-09xfs: hook live rmap operations during a repair operationrepair-rmap-btree_2022-11-09Darrick J. Wong
2022-11-09xfs: create a shadow rmap btree during rmap repairDarrick J. Wong
2022-11-09xfs: repair the rmapbtDarrick J. Wong
2022-11-09xfs: create a helper to decide if a file mapping targets the rt volumeDarrick J. Wong
2022-11-09xfs: connect in-memory btrees to xfilesin-memory-btrees_2022-11-09Darrick J. Wong
2022-11-09xfs: support in-memory btreesDarrick J. Wong
2022-11-09xfs: consolidate btree block allocation tracepointsDarrick J. Wong
2022-11-09xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2022-11-09xfs: support in-memory buffer cache targetsDarrick J. Wong
2022-11-09xfs: teach buftargs to maintain their own buffer hashtableDarrick J. Wong
2022-11-09xfs: dump xfiles for debugging purposesDarrick J. Wong
2022-11-09xfs: repair summary countersrepair-fscounters_2022-11-09Darrick J. Wong
2022-11-09xfs: remove XCHK_REAPING_DISABLED from scrubDarrick J. Wong
2022-11-09xfs: stabilize fs summary counters for online fsckDarrick J. Wong
2022-11-09xfs: update health status if we get a clean bill of healthindirect-health-reporting_2022-11-09Darrick J. Wong
2022-11-09xfs: remember sick inodes that get inactivatedDarrick J. Wong
2022-11-09xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong
2022-11-09xfs: report XFS_IS_CORRUPT errors to the health systemcorruption-health-reports_2022-11-09Darrick J. Wong
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