]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux...
authorCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 09:59:34 +0000 (10:59 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 09:59:34 +0000 (10:59 +0100)
commit6b3582aca37180fa1270867d7964e4023a59302f
tree1d9cbe4a3d0acd8b586ead0307adc6db350d9e7c
parentd7a5b69bf07e06b4096ab00fa620e603b9961746
parentf220f6da5f4ad7da538c39075cf57e829d5202f7
Merge tag 'incore-rtgroups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into staging-merge

xfs: create incore rt allocation groups [v5.5 04/10]

Add in-memory data structures for sharding the realtime volume into
independent allocation groups.  For existing filesystems, the entire rt
volume is modelled as having a single large group, with (potentially) a
number of rt extents exceeding 2^32 blocks, though these are not likely
to exist because the codebase has been a bit broken for decades.  The
next series fills in the ondisk format and other supporting structures.

With a bit of luck, this should all go splendidly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_sb.c
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_trace.h