]> www.infradead.org Git - users/hch/xfsprogs.git/commit
add zoned device support xfs-zoned-old-2024-04-10
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 14:48:07 +0000 (15:48 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 Feb 2024 15:10:27 +0000 (16:10 +0100)
commite64bc8439c5d8c23b71a3fc0db235e6d90a44d54
treeee647db39550635b2fa8618124d8801107d46968
parent31313d128ad9f9e0a410e70074d30c170d20b928
add zoned device support

This is pretty crude, and only mkfs really works.  repair has all
the code checking and repairing realtime related metadata just stubbed
out when using the zone allocator.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/xfs_mount.h
libxfs/xfs_sb.c
mkfs/proto.c
mkfs/xfs_mkfs.c
repair/phase5.c
repair/phase6.c
repair/rt.c