index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_rtbitmap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
1
-16
/
+0
2023-12-22
xfs: move xfs_rtget_summary to xfs_rtbitmap.c
Christoph Hellwig
1
-2
/
+2
2023-12-06
xfs: don't allow overly small or large realtime volumes
Darrick J. Wong
1
-0
/
+13
2023-12-06
xfs: make rextslog computation consistent with mkfs
Darrick J. Wong
1
-0
/
+3
2023-10-19
xfs: simplify rt bitmap/summary block accessor functions
Darrick J. Wong
1
-12
/
+12
2023-10-19
xfs: simplify xfs_rtbuf_get calling conventions
Darrick J. Wong
1
-2
/
+20
2023-10-19
xfs: cache last bitmap block in realtime allocator
Omar Sandoval
1
-5
/
+12
2023-10-18
xfs: consolidate realtime allocation arguments
Dave Chinner
1
-23
/
+23
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
1
-2
/
+26
2023-10-18
xfs: create helpers for rtsummary block/wordcount computations
Darrick J. Wong
1
-0
/
+7
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
1
-2
/
+25
2023-10-18
xfs: create helpers for rtbitmap block/wordcount computations
Darrick J. Wong
1
-0
/
+12
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
1
-0
/
+50
2023-10-17
xfs: convert open-coded xfs_rtword_t pointer accesses to helper
Darrick J. Wong
1
-0
/
+11
2023-10-17
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
1
-0
/
+27
2023-10-17
xfs: use shifting and masking when converting rt extents, if possible
Darrick J. Wong
1
-0
/
+29
2023-10-17
xfs: create rt extent rounding helpers for realtime extent blocks
Darrick J. Wong
1
-0
/
+18
2023-10-17
xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
Darrick J. Wong
1
-0
/
+14
2023-10-17
xfs: create helpers to convert rt block numbers to rt extent numbers
Darrick J. Wong
1
-0
/
+31
2023-10-17
xfs: create a helper to convert extlen to rtextlen
Darrick J. Wong
1
-0
/
+8
2023-10-17
xfs: create a helper to compute leftovers of realtime extents
Darrick J. Wong
1
-0
/
+9
2023-10-17
xfs: create a helper to convert rtextents to rtblocks
Darrick J. Wong
1
-0
/
+16
2023-10-17
xfs: convert rt extent numbers to xfs_rtxnum_t
Darrick J. Wong
1
-14
/
+12
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
1
-1
/
+1
2023-10-17
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
Darrick J. Wong
1
-6
/
+6
2023-10-17
xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
Darrick J. Wong
1
-6
/
+5
2023-10-17
xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
Darrick J. Wong
1
-0
/
+82