summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtsummary.c
AgeCommit message (Expand)Author
2024-12-23xfs: allow queued realtime intents to drain before scrubbingDarrick J. Wong
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong
2024-11-05xfs: encode the rtsummary in big endian formatDarrick J. Wong
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig
2024-11-05xfs: refactor xfs_rtsummary_blockcountChristoph Hellwig
2024-11-05xfs: refactor xfs_rtbitmap_blockcountChristoph Hellwig
2024-11-05xfs: calculate RT bitmap and summary blocks based on sb_rextentsChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig
2024-04-15xfs: online repair of realtime summariesDarrick J. Wong
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval
2023-10-18xfs: consolidate realtime allocation argumentsDave Chinner
2023-10-18xfs: use accessor functions for summary info wordsDarrick J. Wong
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2023-10-17xfs: convert rt summary macros to helpersDarrick J. Wong
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong
2023-10-17xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong
2023-10-17xfs: rename xfs_verify_rtext to xfs_verify_rtbextDarrick J. Wong
2023-10-17xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoDarrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong