projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91...
[platform/kernel/linux-starfive.git]
/
fs
/
zonefs
/
Kconfig
1
config ZONEFS_FS
2
tristate "zonefs filesystem support"
3
depends on BLOCK
4
depends on BLK_DEV_ZONED
5
select FS_IOMAP
6
select CRC32
7
help
8
zonefs is a simple file system which exposes zones of a zoned block
9
device (e.g. host-managed or host-aware SMR disk drives) as files.
10
11
If unsure, say N.