aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/lz4_wrapper.c
Commit message (Collapse)AuthorAge
* Squashfs: add LZ4 compression supportPhillip Lougher2014-11-27
Add support for reading file systems compressed with the LZ4 compression algorithm. This patch adds the LZ4 decompressor wrapper code. Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>