summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtsummary.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong1-0/+1
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig1-1/+1
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong1-27/+110
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong1-0/+4
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong1-1/+1
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong1-3/+2
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval1-2/+2
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner1-1/+5
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong1-10/+22
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong1-4/+3
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong1-6/+8
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong1-1/+1
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-2/+2
2023-10-18xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong1-1/+1
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-1/+1
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong1-22/+232
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong1-0/+54