https://github.com/torvalds/linux
Raw File
Tip revision: d31e86ef6377cbd7e4bbf1e8ff472ff48e04c5d8 authored by Linus Torvalds on 09 June 2024, 17:14:24 UTC
arm64: access_ok() optimization
Tip revision: d31e86e
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