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

2023-12-27 Thread Gao Xiang
On 2023/12/27 21:10, Daniel Kiper wrote: Hi Gao, On Mon, Dec 25, 2023 at 03:26:28PM +0800, Gao Xiang wrote: Hi Daniel, [...] It seems that GRUB 2.12 has been always released. Is it possible to consider this to the upstream? Sure thing. Though there is a holiday season here. So, expect

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

2023-12-27 Thread Daniel Kiper
Hi Gao, On Mon, Dec 25, 2023 at 03:26:28PM +0800, Gao Xiang wrote: > Hi Daniel, [...] > It seems that GRUB 2.12 has been always released. Is it possible to > consider this to the upstream? Sure thing. Though there is a holiday season here. So, expect reviews in a few weeks. [...] > > > > > I

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

2023-12-25 Thread Gao Xiang
Hi Daniel, On Fri, Sep 08, 2023 at 10:04:53AM +0800, Gao Xiang wrote: > Hi, > > On 2023/9/8 03:57, Daniel Kiper wrote: > > Hi Gao, > > > > On Wed, Sep 06, 2023 at 01:46:25PM +0800, Gao Xiang wrote: > > > Hi Daniel, > > > > > > On 2023/7/21 01:37, Glenn Washburn wrote: > > > > On Thu, 20 Jul 202

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

2023-09-07 Thread Gao Xiang
Hi, On 2023/9/8 03:57, Daniel Kiper wrote: Hi Gao, On Wed, Sep 06, 2023 at 01:46:25PM +0800, Gao Xiang wrote: Hi Daniel, On 2023/7/21 01:37, Glenn Washburn wrote: On Thu, 20 Jul 2023 21:14:22 +0800 wrote: Thank you for the reply! As Xiang pointed out, we believe that uncompressed support

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

2023-09-07 Thread Daniel Kiper
Hi Gao, On Wed, Sep 06, 2023 at 01:46:25PM +0800, Gao Xiang wrote: > Hi Daniel, > > On 2023/7/21 01:37, Glenn Washburn wrote: > > On Thu, 20 Jul 2023 21:14:22 +0800 > > wrote: > > > > > Thank you for the reply! > > > > > > As Xiang pointed out, we believe that uncompressed support for > > > EROFS

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

2023-09-05 Thread Gao Xiang
Hi Daniel, On 2023/7/21 01:37, Glenn Washburn wrote: On Thu, 20 Jul 2023 21:14:22 +0800 wrote: Thank you for the reply! As Xiang pointed out, we believe that uncompressed support for EROFS is still valuable, so I would be very grateful if this support could be merged into the GRUB mainline

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

2023-07-20 Thread Glenn Washburn
Glenn > > -Original Message- > > From: Glenn Washburn > > Sent: Monday, July 17, 2023 11:51 AM > > To: Yifan Zhao > > Cc: The development of GNU GRUB ; > > hsiang...@linux.alibaba.com; jeffl...@linux.alibaba.com > > Subject: Re: [PATCH 1/2] f

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

2023-07-20 Thread zhaoyifan
t; To: Yifan Zhao > Cc: The development of GNU GRUB ; > hsiang...@linux.alibaba.com; jeffl...@linux.alibaba.com > Subject: Re: [PATCH 1/2] fs/erofs: Add support for EROFS > > On Mon, 17 Jul 2023 00:03:08 +0800 > Yifan Zhao wrote: > > > EROFS is a lightweight read-o

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

2023-07-17 Thread Gao Xiang
Hi Glenn, On 2023/7/17 11:51, Glenn Washburn wrote: On Mon, 17 Jul 2023 00:03:08 +0800 Yifan Zhao wrote: EROFS is a lightweight read-only filesystem designed for performance which has already been widely used in several scenarios, such as Android system partitions, container images, and rootf

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

2023-07-16 Thread Glenn Washburn
On Mon, 17 Jul 2023 00:03:08 +0800 Yifan Zhao wrote: > EROFS is a lightweight read-only filesystem designed for performance which > has already been widely used in several scenarios, such as Android system > partitions, container images, and rootfs for embedded devices. > > This patch brings ERO