]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create incore realtime group structures
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:00 +0000 (14:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:14 +0000 (15:49 -0700)
commit02a25b1c7c0173e89ecd275bdd450deee8f413a9
tree8b9961628690ba4c915bdca792fcf18f121e04d6
parent27828bb4498b9fdbcb0ce13869ac5274225ceaca
xfs: create incore realtime group structures

Create an incore object that will contain information about a realtime
allocation group.  This will eventually enable us to shard the realtime
section in a similar manner to how we shard the data section.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
db/block.c
include/xfs_mount.h
include/xfs_trace.h
libxfs/Makefile
libxfs/init.c
libxfs/libxfs_api_defs.h
libxfs/xfs_format.h
libxfs/xfs_rtgroup.c [new file with mode: 0644]
libxfs/xfs_rtgroup.h [new file with mode: 0644]
libxfs/xfs_sb.c
libxfs/xfs_types.h