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

2023-07-20 Thread Glenn Washburn
Found one more stylistic change. Other than that this looks reasonable for inclusion. Reviewed-by: Glenn Washburn Glenn On Thu, 20 Jul 2023 21:37:48 +0800 Yifan Zhao wrote: > EROFS is a lightweight read-only filesystem designed for performance which > has already been widely used in several s

[PATCH v2 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