]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: allow internal RT devices for zoned mode
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:35:55 +0000 (07:35 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:09:57 +0000 (18:09 +0200)
commit9840f7e09e2f6c2f263eade74ed6f6d64cf7e689
tree56b3fecd739a47680aa9ba195cfcec98fb55cad3
parent611ad47ee44b5ceae42adc5e753adf626e7f7fb4
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>
include/libxfs.h
include/xfs_mount.h
libxfs/init.c
libxfs/rdwr.c
libxfs/xfs_group.h
libxfs/xfs_rtgroup.h
libxfs/xfs_sb.c
repair/agheader.c