F2FS is the most commonly used log-structured file system in Linux. It supports flash-friendly features such as adaptive logging, multi-head logging, fsync acceleration, and node address translation. For more information see: https://www.usenix.org/conference/fast15/technical-sessions/presentation/lee
$ fx set core.x64 --with //src/storage/f2fs:tests
$ fx test f2fs-fs-tests f2fs-slow-fs-tests
$ fx test f2fs-unittest
Generate Linux image
$ ./src/virtualization/packages/debian_guest/build-image.sh
prebuilt/virtualization/packages/debian_guest/images/x64 x64
$ fx set core.x64 --with //src/storage/f2fs:tests
$ fx test f2fs-compatibility-test