From: Phillip Lougher <phillip@squashfs.org.uk>
To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Cc: texstar@gmail.com, martin@mvath.de, guanx.bac@gmail.com,
bruno@wolff.to, dave@vasilevsky.ca, szycha@gmail.com,
blyons@students.naropa.edu, tokiclover@gmail.com,
afm404@gmail.com, hugochevrain@gmail.com,
Phillip Lougher <phillip@squashfs.org.uk>
Subject: [PATCH 0/2] Squashfs: add LZ4 compression
Date: Thu, 27 Nov 2014 08:00:47 +0000 [thread overview]
Message-ID: <1417075250-6502-1-git-send-email-phillip@squashfs.org.uk> (raw)
Hi,
The following is a repost of the Squashfs LZ4 compression patches
updated to the latest -rc kernel. These patches were originally sent
last year, but they did not receive much interest at the time.
These patches are being reposted by popular demand. I have received
many private and public requests to repost these patches and to get
them mainlined.
My intention is to submit them in the next kernel merge window.
If you want LZ4 support in Squashfs now is a good time to publically
support the inclusion of these patches.
Phillip Lougher (2):
Squashfs: add LZ4 compression support
Squashfs: Add LZ4 compression configuration option
Documentation/filesystems/squashfs.txt | 8 +-
fs/squashfs/Kconfig | 15 ++++
fs/squashfs/Makefile | 1 +
fs/squashfs/decompressor.c | 7 ++
fs/squashfs/decompressor.h | 4 +
fs/squashfs/lz4_wrapper.c | 142 ++++++++++++++++++++++++++++++++
fs/squashfs/squashfs_fs.h | 1 +
7 files changed, 174 insertions(+), 4 deletions(-)
create mode 100644 fs/squashfs/lz4_wrapper.c
These patches are also available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-lz4.git master
Squashfs-tools 4.3 already supports LZ4 compression.
Phillip
next reply other threads:[~2014-11-27 8:07 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-27 8:00 Phillip Lougher [this message]
2014-11-27 8:00 ` [PATCH 1/2] Squashfs: add LZ4 compression support Phillip Lougher
2014-11-27 8:00 ` [PATCH 2/2] Squashfs: Add LZ4 compression configuration option Phillip Lougher
2014-11-27 13:37 ` [PATCH 0/2] Squashfs: add LZ4 compression Bruno Wolff III
[not found] ` <CAJZww4gzTnbyB4jbFQc0N4G6GJ31pVwv-PNZtDMbUxXMoH-orQ@mail.gmail.com>
2014-11-27 15:54 ` Fwd: " Marcin Szychowski
2014-11-27 16:55 ` Martin Vath
2014-12-12 7:44 ` Dave Vasilevsky
2014-12-12 8:31 ` Anthony F McInerney
2014-12-12 10:27 ` Guan Xin
[not found] ` <CAGw_SrN6tZyXRx6pxkpnhWc2U5845HRbfzhOK5v9qkjWejFpmA@mail.gmail.com>
2014-12-12 15:56 ` Bruno Wolff III
2014-12-12 22:45 ` Phillip Lougher
-- strict thread matches above, loose matches on Subject: below --
2013-07-22 2:21 Phillip Lougher
2013-07-22 3:05 ` Gu Zheng
2013-07-22 5:07 ` Phillip Lougher
2013-07-22 6:04 ` Gu Zheng
2013-07-22 13:38 ` Phillip Lougher
2013-07-26 22:00 ` Rob Landley
2013-07-23 15:10 ` Bruno Wolff III
2013-07-23 16:17 ` Phillip Lougher
2013-07-23 16:29 ` Bruno Wolff III
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=1417075250-6502-1-git-send-email-phillip@squashfs.org.uk \
--to=phillip@squashfs.org.uk \
--cc=afm404@gmail.com \
--cc=blyons@students.naropa.edu \
--cc=bruno@wolff.to \
--cc=dave@vasilevsky.ca \
--cc=guanx.bac@gmail.com \
--cc=hugochevrain@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin@mvath.de \
--cc=szycha@gmail.com \
--cc=texstar@gmail.com \
--cc=tokiclover@gmail.com \
/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®