[GIT PULL] Squashfs updates for 2.6.39

From: Phillip Lougher
Date: Wed Mar 23 2011 - 17:44:48 EST


Hi Linus,

Please consider pulling the following Squashfs updates, these
add support for reading compression options out of the filesystem,
plus there are a couple of bug fixes and documentation updates.

Thanks

Phillip


The following changes since commit 100b33c8bd8a3235fd0b7948338d6cbb3db3c63d:

Linux 2.6.38-rc4 (2011-02-07 16:03:55 -0800)

are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus.git master

Phillip Lougher (8):
Squashfs: extend decompressor framework to handle compression options
Squashfs: add compression options support to xz decompressor
Squashfs: Update Kconfig help text to include xz compression
Squashfs: Update documentation to include compression options
Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore
Squashfs: wrap squashfs_mount() definition
Squashfs: handle corruption of directory structure
Squashfs: Use vmalloc rather than kmalloc for zlib workspace

Documentation/filesystems/squashfs.txt | 28 +++++++++++-----
fs/squashfs/Kconfig | 12 +++---
fs/squashfs/decompressor.c | 34 ++++++++++++++++++++
fs/squashfs/decompressor.h | 7 +---
fs/squashfs/dir.c | 9 +++++
fs/squashfs/lzo_wrapper.c | 4 +-
fs/squashfs/namei.c | 12 +++++++
fs/squashfs/squashfs.h | 1 +
fs/squashfs/squashfs_fs.h | 4 ++
fs/squashfs/super.c | 15 +++++---
fs/squashfs/xz_wrapper.c | 53 ++++++++++++++++++++++++++------
fs/squashfs/zlib_wrapper.c | 10 +++---
12 files changed, 145 insertions(+), 44 deletions(-)
--
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/