summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtbitmap.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong1-16/+0
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig1-2/+2
2023-12-07xfs: don't allow overly small or large realtime volumesDarrick J. Wong1-0/+13
2023-12-07xfs: make rextslog computation consistent with mkfsDarrick J. Wong1-0/+3
2023-10-19xfs: simplify rt bitmap/summary block accessor functionsDarrick J. Wong1-12/+12
2023-10-19xfs: simplify xfs_rtbuf_get calling conventionsDarrick J. Wong1-2/+20
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval1-5/+12
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner1-23/+23
2023-10-19xfs: use accessor functions for summary info wordsDarrick J. Wong1-2/+26
2023-10-19xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong1-0/+7
2023-10-18xfs: use accessor functions for bitmap wordsDarrick J. Wong1-2/+25
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong1-0/+12
2023-10-18xfs: convert rt summary macros to helpersDarrick J. Wong1-0/+50
2023-10-18xfs: convert open-coded xfs_rtword_t pointer accesses to helperDarrick J. Wong1-0/+11
2023-10-18xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macrosDarrick J. Wong1-1/+1
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong1-0/+27
2023-10-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong1-0/+29
2023-10-18xfs: create rt extent rounding helpers for realtime extent blocksDarrick J. Wong1-0/+18
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong1-0/+14
2023-10-18xfs: create helpers to convert rt block numbers to rt extent numbersDarrick J. Wong1-0/+31
2023-10-18xfs: create a helper to convert extlen to rtextlenDarrick J. Wong1-0/+8
2023-10-18xfs: create a helper to compute leftovers of realtime extentsDarrick J. Wong1-0/+9
2023-10-18xfs: create a helper to convert rtextents to rtblocksDarrick J. Wong1-0/+16
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong1-14/+12
2023-10-18xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong1-1/+1
2023-10-18xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong1-6/+6
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong1-6/+5
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-0/+82