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

2024-04-26 Thread Glenn Washburn
On Mon, 22 Apr 2024 12:20:35 +0800 Yifan Zhao wrote: > > On 2024/4/22 11:15, Glenn Washburn wrote: > > On Fri, 19 Apr 2024 01:12:40 +0800 > > Yifan Zhao wrote: > > > >> On 2024/4/18 16:16, Glenn Washburn wrote: > >>> On Mon, 4 Mar 2024 01:15:54 +0800 > >>> Yifan Zhao wrote: > >>> > EROFS

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

2024-04-21 Thread Yifan Zhao
On 2024/4/22 11:15, Glenn Washburn wrote: On Fri, 19 Apr 2024 01:12:40 +0800 Yifan Zhao wrote: 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 shi

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

2024-04-21 Thread Yifan Zhao
On 2024/4/22 11:15, Glenn Washburn wrote: On Fri, 19 Apr 2024 01:12:40 +0800 Yifan Zhao wrote: 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 shi

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

2024-04-21 Thread Glenn Washburn
On Fri, 19 Apr 2024 01:12:40 +0800 Yifan Zhao wrote: > > 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 dis

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 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

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

2024-04-10 Thread Gao Xiang
Hi Gleen, Daniel, On 2024/4/5 04:56, Daniel Kiper wrote: On Wed, Mar 06, 2024 at 10:18:21AM +0800, Gao Xiang wrote: On 2024/3/4 01:15, 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 a

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

2024-04-04 Thread Daniel Kiper
On Wed, Mar 06, 2024 at 10:18:21AM +0800, Gao Xiang wrote: > On 2024/3/4 01:15, 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 Andr

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

2024-03-05 Thread Gao Xiang
On 2024/3/4 01:15, 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 rootfs for embedded devi

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

2024-03-03 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