aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/decompressor.c
Commit message (Collapse)AuthorAgeFilesLines
* Squashfs: add decompressor entries for lzma and lzoPhillip Lougher2010-01-201-0/+10
| | | | | | | | | Add knowledge of lzma/lzo compression formats to the decompressor framework. For now these are added as unsupported. Without these entries lzma/lzo compressed filesystems will be flagged as having unknown compression which is undesirable. Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
* Squashfs: add a decompressor frameworkPhillip Lougher2010-01-201-0/+58
This adds a decompressor framework which allows multiple compression algorithms to be cleanly supported. Also update zlib wrapper and other code to use the new framework. Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>