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

2024-05-17 Thread Gao Xiang
Hi Daniel, On 2024/5/17 18:22, Daniel Kiper wrote: On Fri, May 17, 2024 at 12:40:53PM +0800, Gao Xiang wrote: From: 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

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

2024-05-17 Thread Daniel Kiper via Grub-devel
On Fri, May 17, 2024 at 12:40:53PM +0800, Gao Xiang wrote: > From: 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,

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

2024-05-16 Thread Gao Xiang
From: 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 bring