summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
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
2022-11-09xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2022-11-09xfs: hoist rmap record flag checks from scrubDarrick J. Wong
2022-11-09xfs: complain about bad file mapping records in the ondisk bmbtbtree-complain-bad-records_2022-11-09Darrick J. Wong
2022-11-09xfs: complain about bad records in query_range helpersDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for rmap btreesDarrick J. Wong
2022-11-09xfs: return a failure address from xfs_rmap_irec_offset_unpackDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for refcount btreesDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for inode btreesDarrick J. Wong
2022-11-09xfs: standardize ondisk to incore conversion for free space btreesDarrick J. Wong
2022-11-09xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong
2022-11-09xfs: create a function to duplicate an active perag referencepass-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_refcount_intent its own perag referenceintents-perag-refs_2022-11-09Darrick J. Wong
2022-11-09xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong