]> asedeno.scripts.mit.edu Git - linux.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)
commit0d40d6e399c12c662eda395fe4f0602327d0d01f
treea66a64b0ab8154ee3d257d1af60d55550717de60
parent366c96a3a8681c90d0663f580ebc4dd077df2152
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]