https://github.com/torvalds/linux
Raw File
Tip revision: d07f6ca923ea0927a1024dfccafc5b53b61cfecc authored by Linus Torvalds on 16 May 2021, 22:27:44 UTC
Linux 5.13-rc2
Tip revision: d07f6ca
Kconfig
config ZONEFS_FS
	tristate "zonefs filesystem support"
	depends on BLOCK
	depends on BLK_DEV_ZONED
	select FS_IOMAP
	select CRC32
	help
	  zonefs is a simple file system which exposes zones of a zoned block
	  device (e.g. host-managed or host-aware SMR disk drives) as files.

	  If unsure, say N.
back to top