[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4D6C2FF6.9080507@lougher.demon.co.uk>
Date: Mon, 28 Feb 2011 23:29:58 +0000
From: Phillip Lougher <phillip@...gher.demon.co.uk>
To: linux-fsdevel@...r.kernel.org
CC: Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/6] Squashfs: add compressor specific options support
Hi,
Latest round of Squashfs patches aimed at the next merge window.
These patches mainly add support for compressor specific options,
but there's the usual couple of trivial patches.
Phillip Lougher (6):
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
Documentation/filesystems/squashfs.txt | 28 +++++++++++-----
fs/squashfs/Kconfig | 12 +++---
fs/squashfs/decompressor.c | 34 ++++++++++++++++++++
fs/squashfs/decompressor.h | 7 +---
fs/squashfs/lzo_wrapper.c | 4 +-
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 | 4 +-
10 files changed, 121 insertions(+), 41 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists