]> www.infradead.org Git - users/hch/xfsprogs.git/commit
add zoned device support xfs-zoned-old-2024-06-10
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Apr 2024 13:11:34 +0000 (15:11 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 10 Apr 2024 03:53:57 +0000 (05:53 +0200)
commitf3ef3cf12ee6e903ba8bf3b14df7c7314736e4f4
tree56651aa1bf2aa865702040da1b5cba16537d1d9b
parentdebeea80b5bdaba0c779919627284a12ea92604d
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