mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Phillip Lougher <phillip@lougher.demon.co.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Development <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Squashfs updates for 2.6.38
Date: Sun, 16 Jan 2011 03:23:00 +0000	[thread overview]
Message-ID: <4D326494.7060707@lougher.demon.co.uk> (raw)


Hi Linus,

Please consider pulling the following Squashfs update which adds
support for XZ compressed file systems.  In addition to that there's
some minor code improvements/tidying and the addition of a missing
error check to the zlib decompression wrapper code.

Thanks

Phillip

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

The following changes since commit 581548db3b3c0f6e25b500329eb02e3c72e7acbe:
   Linus Torvalds (1):
         Merge branch 'release' of git://git.kernel.org/.../aegl/linux-2.6

are available in the git repository at:

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

Phillip Lougher (7):
       Squashfs: add XZ compression support
       Squashfs: Add XZ compression configuration option
       Squashfs: remove unnecessary variable in zlib_wrapper
       Squashfs: add missing check in zlib_wrapper
       Squashfs: get rid of default n in Kconfig
       Squashfs: move squashfs_i() definition from squashfs.h
       Squashfs: simplify CONFIG_SQUASHFS_LZO handling

  fs/squashfs/Kconfig         |   18 ++++-
  fs/squashfs/Makefile        |    1 +
  fs/squashfs/block.c         |    1 -
  fs/squashfs/cache.c         |    1 -
  fs/squashfs/decompressor.c  |   16 +++--
  fs/squashfs/decompressor.h  |    9 +++
  fs/squashfs/fragment.c      |    1 -
  fs/squashfs/id.c            |    1 -
  fs/squashfs/lzo_wrapper.c   |    1 -
  fs/squashfs/squashfs.h      |    8 --
  fs/squashfs/squashfs_fs.h   |    1 +
  fs/squashfs/squashfs_fs_i.h |    6 ++
  fs/squashfs/xattr_id.c      |    1 -
  fs/squashfs/xz_wrapper.c    |  153 +++++++++++++++++++++++++++++++++++++++++++
  fs/squashfs/zlib_wrapper.c  |   15 +++--
  15 files changed, 203 insertions(+), 30 deletions(-)
  create mode 100644 fs/squashfs/xz_wrapper.c

                 reply	other threads:[~2011-01-16  3:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D326494.7060707@lougher.demon.co.uk \
    --to=phillip@lougher.demon.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®