summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rtsummary.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong2023-10-191-1/+1
* xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong2023-10-191-3/+2
* xfs: cache last bitmap block in realtime allocatorOmar Sandoval2023-10-191-2/+2
* xfs: consolidate realtime allocation argumentsDave Chinner2023-10-181-1/+5
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-181-10/+22
* xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong2023-10-181-4/+3
* xfs: convert rt summary macros to helpersDarrick J. Wong2023-10-171-6/+8
* xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-171-1/+1
* xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-171-2/+2
* xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-171-1/+1
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-171-1/+1
* xfs: implement online scrubbing of rtsummary infoDarrick J. Wong2023-08-101-22/+232
* xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong2023-08-101-0/+54