Re: [PATCH v10 0/2] Introduce EROFS support

2024-05-09 Thread Gao Xiang
Hi Daniel, On 2024/5/10 01:57, Daniel Kiper wrote: Hey, On Thu, May 02, 2024 at 03:01:37PM +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, s

Re: [PATCH v10 0/2] Introduce EROFS support

2024-05-09 Thread Daniel Kiper
Hey, On Thu, May 02, 2024 at 03:01:37PM +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 > ima

Re: [PATCH v10 0/2] Introduce EROFS support

2024-05-09 Thread Gao Xiang
Hi Daniel, Glenn, Vladimir, On 2024/5/2 15:01, 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, a

[PATCH v10 0/2] Introduce EROFS support

2024-05-02 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