]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_mkfs: support creating zoned file systems
authorChristoph Hellwig <hch@lst.de>
Fri, 20 Dec 2024 03:49:38 +0000 (19:49 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 8 Apr 2025 07:27:18 +0000 (09:27 +0200)
commite02b54d4ad8f50bb4ca2fe3b87dc88242c78e119
tree4c6105663e3f5ce729cf5fe6b2c8a2123b2eb327
parent3eb85780415edc0f72e6cbb3050e301fa81302d1
xfs_mkfs: support creating zoned file systems

Default to use all sequential write required zoned for the RT device.

Default to 256 and 1% conventional when -r zoned is specified without
further option.  This mimics a SMR HDD and works well with tests.

Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/init.c
mkfs/proto.c
mkfs/xfs_mkfs.c
repair/agheader.c