[PATCH] 30_os-prober.in: only warn if os-prober is available

2024-04-18 Thread Sertonix
From: Christoph Anton Mitterer It doesn’t make sense to warn that os-prober is not going to be executed when that isn’t available anyway. Signed-off-by: Christoph Anton Mitterer Signed-off-by: Sertonix --- The initial patch was attached in this bug report: https://savannah.gnu.org/bugs/index

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

2024-04-18 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

[PATCH v6 0/2] Introduce EROFS support

2024-04-18 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 v6 1/2] fs/erofs: Add support for EROFS

2024-04-18 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

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

2024-04-18 Thread Yifan Zhao
On 2024/4/18 16:16, Glenn Washburn wrote: On Mon, 4 Mar 2024 01:15:54 +0800 Yifan Zhao wrote: 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 syste

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

2024-04-18 Thread Glenn Washburn
On Mon, 4 Mar 2024 01:15:55 +0800 Yifan Zhao wrote: > 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 Glenn > --- > .gitignore | 1 + >

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

2024-04-18 Thread Glenn Washburn
On Mon, 4 Mar 2024 01:15:54 +0800 Yifan Zhao wrote: > 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 ro