]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: allow internal RT devices for zoned mode
authorChristoph Hellwig <hch@lst.de>
Tue, 8 Apr 2025 07:09:44 +0000 (09:09 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:25:38 +0000 (07:25 +0200)
commit3bcb6750f1361534f66de85cd2ed15f668ee1a4d
tree0007d6d3dd4c2e68cfa79edd8fd0480ec7972d11
parent3e4cd2a857f0a43b98a6d26e5abde23fcba4a448
xfs: allow internal RT devices for zoned mode

Source kernel commit: bdc03eb5f98f6f1ae4bd5e020d1582a23efb7799

Allow creating an RT subvolume on the same device as the main data
device.  This is mostly used for SMR HDDs where the conventional zones
are used for the data device and the sequential write required zones
for the zoned RT section.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_group.h
libxfs/xfs_rtgroup.h
libxfs/xfs_sb.c