Re: [PATCH v3 1/2] fs/erofs: Add support for EROFS

2023-07-20 Thread Gao Xiang
Hi Yifan, On 2023/7/21 11:29, Yifan Zhao wrote: EROFS is a lightweight read-only filesystem designed for performance which has already been widely used in several scenarios, such as Android system partitions, container images, and rootfs for embedded devices. This patch brings EROFS uncompresse

[PATCH v3 1/2] fs/erofs: Add support for EROFS

2023-07-20 Thread Yifan Zhao
EROFS is a lightweight read-only filesystem designed for performance which has already been widely used in several scenarios, such as Android system partitions, container images, and rootfs for embedded devices. This patch brings EROFS uncompressed support. Now, it's possible to boot directly thro