2010-08-11 16:02:43

by Phillip Lougher

[permalink] [raw]
Subject: [GIT PULL] Squashfs updates for 2.6.36

Hi Linus,

Please consider pulling the following Squashfs update which adds
LZO decompression support. In addition to this there's various
minor updates which fix compiler warnings and whitespace/typos.

Thanks

Phillip

----------------

The following changes since commit 899f4530334da9292556e1f8f5791468e0136ff1:
Phillip Lougher (1):
squashfs: update documentation to include description of xattr layout

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus.git master

Chan Jeong (1):
Squashfs: Add LZO compression support

Phillip Lougher (7):
squashfs: fix compiler inline warning
Squashfs: Make XATTR config name consistent with other file systems
squashfs: fix filename in header comment
Squashfs: fix block size use in LZO decompressor
Squashfs: update Kconfig and documentation for LZO
Squashfs: fix filename typo
Squashfs: fix checkpatch.pl warnings

Documentation/filesystems/squashfs.txt | 2 +-
fs/squashfs/Kconfig | 25 +++++-
fs/squashfs/Makefile | 4 +-
fs/squashfs/decompressor.c | 6 ++
fs/squashfs/lzo_wrapper.c | 136 ++++++++++++++++++++++++++++++++
fs/squashfs/squashfs.h | 3 +
fs/squashfs/squashfs_fs.h | 20 +++---
fs/squashfs/xattr.c | 4 +-
fs/squashfs/xattr.h | 2 +-
9 files changed, 181 insertions(+), 21 deletions(-)
create mode 100644 fs/squashfs/lzo_wrapper.c