linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Squashfs updates for 2.6.39
@ 2011-03-23 21:44 Phillip Lougher
  0 siblings, 0 replies; only message in thread
From: Phillip Lougher @ 2011-03-23 21:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Development

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(-)

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

only message in thread, other threads:[~2011-03-23 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-23 21:44 [GIT PULL] Squashfs updates for 2.6.39 Phillip Lougher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).