Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.6-rc4 10 lines 285 B view raw
1config ZONEFS_FS 2 tristate "zonefs filesystem support" 3 depends on BLOCK 4 depends on BLK_DEV_ZONED 5 select FS_IOMAP 6 help 7 zonefs is a simple file system which exposes zones of a zoned block 8 device (e.g. host-managed or host-aware SMR disk drives) as files. 9 10 If unsure, say N.