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

2024-02-19 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 v4 rebased 2/2] fs/erofs: Add tests for EROFS in grub-fs-tester

2024-02-19 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 --- .gitignore | 1 + Makefile.util.def| 6 ++ tests/erofs_test.in | 20 tests/uti