[PATCH v8 2/2] fs/erofs: Add tests for EROFS in grub-fs-tester

2024-04-24 Thread Yifan Zhao
In this patch, three tests of EROFS are introduced and they cover compact, extended and chunk-based inodes, respectively. Signed-off-by: Yifan Zhao Reviewed-by: Glenn Washburn --- .gitignore | 1 + Makefile.util.def| 6 ++ tests/erofs_test.in | 20 ++

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

2024-04-24 Thread Yifan Zhao
EROFS [1] is a lightweight read-only filesystem designed for performance which has already been shipped in most Linux distributions as well as widely used in several scenarios, such as Android system partitions, container images, and rootfs for embedded devices. This patch brings EROFS uncompresse

[PATCH v8 0/2] Introduce EROFS support

2024-04-24 Thread Yifan Zhao
EROFS [1] is a lightweight read-only filesystem designed for performance which has already been shipped in most Linux distributions as well as widely used in several scenarios, such as Android system partitions, container images, and rootfs for embedded devices. This patch brings EROFS uncompresse