]> git.baikalelectronics.ru Git - uboot.git/commit
fs/erofs: add erofs filesystem support
authorHuang Jianan <jnhuang95@gmail.com>
Sat, 26 Feb 2022 07:05:47 +0000 (15:05 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2022 20:19:29 +0000 (16:19 -0400)
commit2f77697cf1a6418717d6cdec14c50e7f5b69cba9
treefddd9252b96b1ef57f9d1cda75f7e2224793c061
parentd9aa13b45101c2774432b8634afc4839e57fc633
fs/erofs: add erofs filesystem support

This patch mainly deals with uncompressed files.

Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
14 files changed:
MAINTAINERS
fs/Kconfig
fs/Makefile
fs/erofs/Kconfig [new file with mode: 0644]
fs/erofs/Makefile [new file with mode: 0644]
fs/erofs/data.c [new file with mode: 0644]
fs/erofs/erofs_fs.h [new file with mode: 0644]
fs/erofs/fs.c [new file with mode: 0644]
fs/erofs/internal.h [new file with mode: 0644]
fs/erofs/namei.c [new file with mode: 0644]
fs/erofs/super.c [new file with mode: 0644]
fs/fs.c
include/erofs.h [new file with mode: 0644]
include/fs.h