EROFS: Current Status and Future Plans - Xiang Gao, Alibaba Cloud
Dec 19, 2025•Channel
AI Analysis
Data from YouTube Data API v3•Updated Just now
Video Overview
Video Details
Published5 months ago
Duration39:33
Video IDnKteBUd1suc
Languageen
CategoryScience & Technology
PrivacyPublic
Made for KidsNo
Video TypeRegular Video
Performance Metrics
Views28
Likes1
Comments0
Engagement Rate3.57%
Likes per 100 views3.57
Comments per 1K views0.00
Description
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