public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/5] Add LZO compression support to the kernel
@ 2007-05-01 14:46 Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2007-05-01 14:46 UTC (permalink / raw)
  To: LKML, David Woodhouse, herbert; +Cc: linux-mtd, linux-crypto

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(+), 0 deletions(-)

http://folks.o-hand.com/richard/lzo/lzo_kernel-r1.patch
(since it exceeds the file size limit for LKML)

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [PATCH 1/5] Add LZO compression support to the kernel
@ 2007-02-28 19:13 Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2007-02-28 19:13 UTC (permalink / raw)
  To: LKML, David Woodhouse, herbert; +Cc: linux-mtd, linux-crypto

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-01 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 14:46 [PATCH 1/5] Add LZO compression support to the kernel Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2007-02-28 19:13 Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox