aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/lz4_wrapper.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-27Squashfs: add LZ4 compression supportPhillip Lougher1-0/+142
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>