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-base //src/storage/f2fs:tests
$ fx test f2fs-fs-tests f2fs-slow-fs-tests
$ fx test f2fs-unittest
Linux kernel built with f2fs $ apt install f2fs-tools (on Debian/Ubuntu)
$ fx set core.x64 --with-base //src/storage/f2fs/test/compatibility:f2fs-compatibility-tests
$ fx test f2fs-compatibility-test