]> git.ipfire.org Git - thirdparty/u-boot.git/commit - fs/Makefile
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)
commit830613f8f5bba4456b600502f796b8ef1967b0c9
treefddd9252b96b1ef57f9d1cda75f7e2224793c061
parent17af72eb16a36c5d9c0348baab93615fcf0512d3
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