VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  1) config ZONEFS_FS
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  2) 	tristate "zonefs filesystem support"
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  3) 	depends on BLOCK
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  4) 	depends on BLK_DEV_ZONED
0dda2ddb7ded1 (Johannes Thumshirn 2020-02-25 22:03:33 +0100  5) 	select FS_IOMAP
4f8b848788f77 (Arnd Bergmann      2021-01-03 22:43:52 +0100  6) 	select CRC32
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  7) 	help
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  8) 	  zonefs is a simple file system which exposes zones of a zoned block
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900  9) 	  device (e.g. host-managed or host-aware SMR disk drives) as files.
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900 10) 
8dcc1a9d90c10 (Damien Le Moal     2019-12-25 16:07:44 +0900 11) 	  If unsure, say N.