From: Richard Purdie <rpurdie@openedhand.com>
To: LKML <linux-kernel@vger.kernel.org>,
David Woodhouse <dwmw2@infradead.org>,
herbert@gondor.apana.org.au
Cc: linux-mtd <linux-mtd@lists.infradead.org>, linux-crypto@vger.kernel.org
Subject: [PATCH 1/5] Add LZO compression support to the kernel
Date: Wed, 28 Feb 2007 19:13:24 +0000 [thread overview]
Message-ID: <1172690004.16062.136.camel@localhost.localdomain> (raw)
Add LZO1X compression/decompression support to the kernel.
This is based on the standard userspace lzo library, particularly
minilzo with the headers much trimmed down and simplified for kernel
use. Its structured so that it should still diff with the userspace
version for ease of future updating.
Signed-off-by: Richard Purdie <rpurdie@openedhand.com>
---
include/linux/lzo.h | 63 +
lib/Kconfig | 5
lib/Makefile | 1
lib/lzo/Makefile | 3
lib/lzo/lzoconf.h | 186 +++++
lib/lzo/lzodefs.h | 463 +++++++++++++
lib/lzo/lzointf.c | 37 +
lib/lzo/minilzo.c | 1771
++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 2529 insertions(+)
http://folks.o-hand.com/richard/lzo/lzo_kernel.patch
(since it exceeds the file size limit for LKML)
I can email inline if anyone prefers it that way.
next reply other threads:[~2007-02-28 19:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-28 19:13 Richard Purdie [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-05-01 14:46 [PATCH 1/5] Add LZO compression support to the kernel Richard Purdie
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=1172690004.16062.136.camel@localhost.localdomain \
--to=rpurdie@openedhand.com \
--cc=dwmw2@infradead.org \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.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