summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/rtsummary.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig2024-09-011-6/+5
* xfs: online repair of realtime summariesDarrick J. Wong2024-04-151-15/+18
* xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig2024-02-211-3/+3
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-301-0/+1
* xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-221-1/+1
* xfs: check rt summary file geometry more thoroughlyDarrick J. Wong2023-12-151-27/+110
* xfs: try to attach dquots to files before repairing themDarrick J. Wong2023-12-151-0/+4
* 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-191-1/+5
* xfs: use accessor functions for summary info wordsDarrick J. Wong2023-10-191-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-181-6/+8
* xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong2023-10-181-1/+1
* xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong2023-10-181-2/+2
* xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong2023-10-181-1/+1
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2023-10-181-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