EROFS: Current Status and Future Plans - Xiang Gao, Alibaba Cloud
Join us at the premier vendor-neutral open source conference, where developers and technologists come together to collaborate, share knowledge, and explore the latest innovations and advancements in open source technology. Learn more at https://events.linuxfoundation.org/
EROFS: Current Status and Future Plans - Xiang Gao, Alibaba Cloud
EROFS [1] is a modern, high-performance block-based immutable Linux filesystem with highly-optimized on-disk format and runtime implementation. Since it's landed upstream, it has been widely deployed to billions of devices, and addresses various target scenarios. Nowadays, almost all Linux mainstream distributions support EROFS including RHEL 9/10.
EROFS has become a recommended filesystem [2] for Android system partitions and has already been adopted by the majority of Android vendors. It has also become popular in the Linux container world. For example, Composefs [3] uses the EROFS format for its metadata tree. Containerd 2.1 [4] also officially includes a built-in EROFS support to boost container launch performance. gVisor now supports EROFS as well [5].
In this talk, we'll provide a detailed introduction to the EROFS file system, including its original targeted scenarios, the recent features, future plans, and more.
[1] https://erofs.docs.kernel.org
[2] https://source.android.com/docs/core/architecture/kernel/erofs
[3] https://github.com/containers/composefs
[4] https://github.com/containerd/containerd/releases/tag/v2.1.0
[5] https://github.com/google/gvisor/pull/9486
The Linux Foundation
The Linux Foundation is a nonprofit consortium dedicated to fostering the growth of Linux and collaborative software development. Founded in 2000, the organization sponsors the work of Linux creator Linus Torvalds and promotes, protects and advances the L...