summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2022-11-09xfs: support deferred bmap updates on the attr forkDarrick 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: clean up bmap log intent item tracepoint callsitesDarrick 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: 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 inode 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 scrub to check file nlinksDarrick J. Wong
2022-11-09xfs: report health of inode link countsDarrick 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: create a new inode fork block unmap helperDarrick J. Wong
2022-11-09xfs: create a ranged query function for refcount btreesDarrick J. Wong
2022-11-09xfs: repair inode fork block mapping data structuresDarrick J. Wong
2022-11-09xfs: zap broken inode forksDarrick J. Wong
2022-11-09xfs: repair inode recordsDarrick 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: repair free space btreesDarrick J. Wong
2022-11-09xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild_2022-11-09Darrick J. Wong
2022-11-09xfs: move btree bulkload record initialization to ->get_record implementationsrepair-prep-for-bulk-loading_2022-11-09Darrick J. Wong
2022-11-09xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2022-11-09xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2022-11-09xfs: teach scrub to check for sole ownership of metadata objectsDarrick J. Wong
2022-11-09xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps_2022-11-09Darrick J. Wong
2022-11-09xfs: remove pointless shadow variable from xfs_difree_inobtDarrick J. Wong
2022-11-09xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2022-11-09xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2022-11-09xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2022-11-09xfs: refactor converting btree irec to btree keyDarrick J. Wong
2022-11-09xfs: fix rm_offset flag handling in rmap keysDarrick J. Wong
2022-11-09xfs: hoist inode record alignment checks from scrubbtree-hoist-scrub-checks_2022-11-09Darrick J. Wong