diff options
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | 2020-07-30 15:33:47 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-07 22:31:32 -0400 |
commit | c51006130370b48b7eb5a93ada745385aa27f6bf (patch) | |
tree | ecd8782353da828ee0761eaa83d6ed2fe3f6c9bd /MAINTAINERS | |
parent | 550a9e7902ce2a6103d97d70a22bad64e4fab7fd (diff) | |
download | u-boot-c51006130370b48b7eb5a93ada745385aa27f6bf.tar.gz |
fs/squashfs: new filesystem
Add support for SquashFS filesystem. Right now, it does not support
compression but support for zlib will be added in a follow-up commit.
Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 889a73f15f..c2501e82f6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -969,6 +969,12 @@ S: Maintained F: drivers/spmi/ F: include/spmi/ +SQUASHFS +M: Joao Marcos Costa <joaomarcos.costa@bootlin.com> +S: Maintained +F: fs/squashfs/ +F: include/sqfs.h + TARGET_BCMNS3 M: Bharat Gooty <bharat.gooty@broadcom.com> M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com> |