]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux...
authorCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 09:58:27 +0000 (10:58 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 12 Nov 2024 09:58:27 +0000 (10:58 +0100)
commit28cf0d1a34b2f5ddc556c9b53b6eaf4b054bb7c9
tree400da2041236797bffc9d421758317be232febd5
parent131ffe5e695a7adbea1d10d433a4e05a788c49ae
parente5e5cae05b71aa5b5e291c0e74b4e4d98a0b05d4
Merge tag 'generic-groups-6.13_2024-11-05' of https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into staging-merge

xfs: create a generic allocation group structure [v5.5 02/10]

Soon we'll be sharding the realtime volume into separate allocation
groups.  These rt groups will /mostly/ behave the same as the ones on
the data device, but since rt groups don't have quite the same set of
struct fields as perags, let's hoist the parts that will be shared by
both into a common xfs_group object.

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

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