]> 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)
commita8edee684d86fa67237ae6e82019636afd96df05
treea66a64b0ab8154ee3d257d1af60d55550717de60
parent342c122feb5ebefed65a93476f7668fa31e9eea0
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]