linux-fsdevel.vger.kernel.org archive mirror
 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>,
	linux-fsdevel@vger.kernel.org
Subject: [GIT PULL V2] Squashfs updates for 2.6.34-rc1
Date: Fri, 05 Mar 2010 16:29:49 +0000	[thread overview]
Message-ID: <4B91317D.7000205@lougher.demon.co.uk> (raw)

Hi Linus,

Please consider pulling the following revised Squashfs update for 2.6.34-rc1.
I have removed all the lzma/bunzip2/inflate/lzo code changes (which as far as I
know were the blocking issue previously).

What remains in the pull request is a clean-up/refactoring of the zlib
wrapper code, outline knowledge of lzma/lzo compressed filesystems (unsupported,
but it gives users an understandable error message when they try to mount them),
and some trivial code tidying.

Please pull.

Thanks

Phillip

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

The following changes since commit 7284ce6c9f6153d1777df5f310c959724d1bd446:
   Linus Torvalds (1):
         Linux 2.6.33-rc4

are available in the git repository at:

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

Phillip Lougher (6):
       Squashfs: move zlib decompression wrapper code into a separate file
       Squashfs: factor out remaining zlib dependencies into separate wrapper file
       Squashfs: add a decompressor framework
       Squashfs: add decompressor entries for lzma and lzo
       Squashfs: get rid of obsolete variable in struct squashfs_sb_info
       Squashfs: get rid of obsolete definition in header file

  fs/squashfs/Makefile         |    2 +-
  fs/squashfs/block.c          |   76 ++--------------------
  fs/squashfs/cache.c          |    1 -
  fs/squashfs/decompressor.c   |   68 +++++++++++++++++++
  fs/squashfs/decompressor.h   |   55 +++++++++++++++
  fs/squashfs/dir.c            |    1 -
  fs/squashfs/export.c         |    1 -
  fs/squashfs/file.c           |    1 -
  fs/squashfs/fragment.c       |    1 -
  fs/squashfs/id.c             |    1 -
  fs/squashfs/inode.c          |    1 -
  fs/squashfs/namei.c          |    1 -
  fs/squashfs/squashfs.h       |    8 ++-
  fs/squashfs/squashfs_fs.h    |    6 +-
  fs/squashfs/squashfs_fs_sb.h |   40 ++++++------
  fs/squashfs/super.c          |   49 +++++++-------
  fs/squashfs/symlink.c        |    1 -
  fs/squashfs/zlib_wrapper.c   |  150 ++++++++++++++++++++++++++++++++++++++++++
  18 files changed, 335 insertions(+), 128 deletions(-)
  create mode 100644 fs/squashfs/decompressor.c
  create mode 100644 fs/squashfs/decompressor.h
  create mode 100644 fs/squashfs/zlib_wrapper.c

             reply	other threads:[~2010-03-05 16:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-05 16:29 Phillip Lougher [this message]
2010-03-06 20:53 ` [GIT PULL V2] Squashfs updates for 2.6.34-rc1 Bruno Wolff III
2010-03-07 14:14   ` Bruno Wolff III
2010-03-11 15:20 ` Woody Suwalski

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=4B91317D.7000205@lougher.demon.co.uk \
    --to=phillip@lougher.demon.co.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).