]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Squashfs: add XZ compression support
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 9 Dec 2010 02:02:29 +0000 (02:02 +0000)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 13 Jan 2011 20:51:20 +0000 (20:51 +0000)
commit81bb8debd0d570dc67dc1e9d8b612632cb941893
treec76e83b286af6c6f44785afe95d7bbcf89eb73ce
parent581548db3b3c0f6e25b500329eb02e3c72e7acbe
Squashfs: add XZ compression support

Add support for reading file systems compressed with the
XZ compression algorithm.

This patch adds the XZ decompressor wrapper code.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
fs/squashfs/squashfs_fs.h
fs/squashfs/xz_wrapper.c [new file with mode: 0644]