All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Squashfs updates for 2.6.36
@ 2010-08-11 16:00 Phillip Lougher
  0 siblings, 0 replies; only message in thread
From: Phillip Lougher @ 2010-08-11 16:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Development

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-11 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11 16:00 [GIT PULL] Squashfs updates for 2.6.36 Phillip Lougher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.