]> git.baikalelectronics.ru Git - kernel.git/commit
staging: erofs: add a generic z_erofs VLE decompressor
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 26 Jul 2018 12:22:02 +0000 (20:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jul 2018 15:24:09 +0000 (17:24 +0200)
commit15b4b5ebc122d394020a97d6b761796659505c8d
treea66a64b0ab8154ee3d257d1af60d55550717de60
parent780748235f3669fc66b9abff80f52e7f237c309d
staging: erofs: add a generic z_erofs VLE decompressor

Currently, this patch only simply implements LZ4
decompressor due to its development priority.

In the future, erofs will support more compression
algorithm and format other than LZ4, thus a generic
decompressor interface will be needed.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/Kconfig
drivers/staging/erofs/Makefile
drivers/staging/erofs/internal.h
drivers/staging/erofs/unzip_vle.h [new file with mode: 0644]
drivers/staging/erofs/unzip_vle_lz4.c [new file with mode: 0644]