commit | fa894a36a9090c53050cf0e9cf186c4521209974 | [log] [tgz] |
---|---|---|
author | David Oberhollenzer <goliath@infraroot.at> | Mon Nov 06 11:14:03 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 18:53:09 2023 -0500 |
tree | f8c52aef27a87acefd355c1d98518b47341eca70 | |
parent | 99374ff189dab2d678449d3dcf3756dccfd2acc2 [diff] |
fs/squashfs: enable LZ4 compression support The structure is identical to the existing compressor implementations, trivially adding lz4 decompression to sqfs_decompress. The changes were tested using a sandbox build. An LZ4 compressed squashfs image was bound as a host block device. Signed-off-by: David Oberhollenzer <goliath@infraroot.at> Reviewed-by: Joao Marcos Costa <jmcosta944@gmail.com>