[GIT PULL] Squashfs updates for 3.19

From: Phillip Lougher
Date: Sun Dec 14 2014 - 16:55:13 EST


Hi Linus,

Please pull the following Squashfs updates...

Thanks

Phillip


The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9:

Linux 3.18-rc6 (2014-11-23 15:25:20 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git tags/squashfs-updates

for you to fetch changes up to 62421645bb702c077ee5a462815525106cb53bcf:

Squashfs: Add LZ4 compression configuration option (2014-11-27 18:48:44 +0000)

----------------------------------------------------------------
These patches optionally add LZ4 compression support to Squashfs.
LZ4 is a lightweight compression algorithm which can be used
on embedded systems to reduce CPU and memory overhead (in comparison
to the standard zlib compression).

These patches add the wrapper code to allow Squashfs to use
the existing LZ4 decompression code, and the necessary configuration
option.

----------------------------------------------------------------
Phillip Lougher (2):
Squashfs: add LZ4 compression support
Squashfs: Add LZ4 compression configuration option

Documentation/filesystems/squashfs.txt | 8 +-
fs/squashfs/Kconfig | 15 ++++
fs/squashfs/Makefile | 1 +
fs/squashfs/decompressor.c | 7 ++
fs/squashfs/decompressor.h | 4 +
fs/squashfs/lz4_wrapper.c | 142 ++++++++++++++++++++++++++++++++
fs/squashfs/squashfs_fs.h | 1 +
7 files changed, 174 insertions(+), 4 deletions(-)
create mode 100644 fs/squashfs/lz4_wrapper.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/