Re: [PATCH v4 1/5] fs/erofs: add erofs filesystem support
On Sat, Feb 26, 2022 at 03:05:47PM +0800, Huang Jianan wrote: > This patch mainly deals with uncompressed files. > > Signed-off-by: Huang Jianan Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature
[PATCH v4 1/5] fs/erofs: add erofs filesystem support
This patch mainly deals with uncompressed files. Signed-off-by: Huang Jianan --- MAINTAINERS | 7 + fs/Kconfig | 2 + fs/Makefile | 1 + fs/erofs/Kconfig| 12 ++ fs/erofs/Makefile | 7 + fs/erofs/data.c | 223 ++ fs/erofs/erofs_fs.h