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

Support EROFS lz4 compressed files.

Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
fs/erofs/Kconfig
fs/erofs/Makefile
fs/erofs/data.c
fs/erofs/decompress.c [new file with mode: 0644]
fs/erofs/decompress.h [new file with mode: 0644]
fs/erofs/namei.c
fs/erofs/zmap.c [new file with mode: 0644]