[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 1/2] fs/erofs: Add support for EROFS
From: |
Gao Xiang |
Subject: |
Re: [PATCH v5 1/2] fs/erofs: Add support for EROFS |
Date: |
Wed, 6 Mar 2024 10:18:21 +0800 |
User-agent: |
Mozilla Thunderbird |
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 devices.
This patch brings EROFS uncompressed support. Now, it's possible to boot
directly through GRUB with an EROFS rootfs.
EROFS compressed files will be supported later since it has more work to
polish.
[1] https://erofs.docs.kernel.org
Signed-off-by: Yifan Zhao <zhaoyifan@sjtu.edu.cn>
After checking the v4->v5 diff, it still looks good to me,
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
BTW, Glenn, would you mind taking some time checking if
this version looks good to you? Thanks a lot!
Thanks,
Gao Xiang