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