commit | 0d40d6e399c12c662eda395fe4f0602327d0d01f | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Thu Jul 26 20:22:02 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 27 17:24:09 2018 +0200 |
tree | a66a64b0ab8154ee3d257d1af60d55550717de60 | |
parent | 366c96a3a8681c90d0663f580ebc4dd077df2152 [diff] |
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>