]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: allow internal RT devices for zoned mode
authorChristoph Hellwig <hch@lst.de>
Sun, 17 Nov 2024 07:53:10 +0000 (08:53 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Feb 2025 04:49:09 +0000 (05:49 +0100)
commitf3cbdfa12fd8173788a74db2a1c3be3443b5b09c
treed0ff4177388a119fcc0ae98a601d0ac63bc261eb
parent0fd80e30eb47649a24aa2f7a26b9de24f430608f
xfs: allow internal RT devices for zoned mode

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>
fs/xfs/libxfs/xfs_group.h
fs/xfs/libxfs/xfs_rtgroup.h
fs/xfs/libxfs/xfs_sb.c
fs/xfs/xfs_file.c
fs/xfs/xfs_fsops.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_super.c