[PATCH 0/5] Add LZO Compression
- From: Richard Purdie <rpurdie@xxxxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 19:13:18 +0000
The following patch series adds LZO compression support to the kernel
and exposes it in a variety of places (jffs2, crypto).
This is particularly useful for jffs2 where significant boot time
speedups (~10%) and file read speed improvements (~40%) are seen when
its used with only a slight drop in file compression ratio.
It also adds a favourlzo mode to jffs2 which is similar to the existing
size mode but lets lzo compression win if the lzo compressed size is
"similar" to but not the best compression ratio. This means we can keep
zlib compression where it makes a significant difference to compressed
file size.
The final jffs2 patch which starts adding sysfs support is something I
have around from testing and I'm including it for comments to see if its
desirable upstream. It could be extended further to allow greater
control of jffs2 at runtime.
Richard
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 0/5] Add LZO Compression
- From: Artem Bityutskiy
- Re: [PATCH 0/5] Add LZO Compression
- Prev by Date: Re: lanana: Add major/minor entries for PPC QE UART devices
- Next by Date: [PATCH 1/5] Add LZO compression support to the kernel
- Previous by thread: [PATCH]: Fix __init declarations in Compaq SMART2 Controller driver
- Next by thread: Re: [PATCH 0/5] Add LZO Compression
- Index(es):
Relevant Pages
- Re: Add LZO compression support to cryptoapi
... We would like to use cryptoapi in UBIFS compression/encrypt mechanism. ... If
you have any problem with the patch, ... a common compression test function. ...
Subject: Cryptoapi: add LZO compression algorithm support ... (Linux-Kernel) - [PATCH 5/5] crypto: Add LZO compression support to the crypto interface
... crypto: Add LZO compression support to the crypto interface ... Add LZO1X
compression support to the crypto interface, ... * Cryptographic API for LZO compression.
... (Linux-Kernel) - Re: Faster backups - possibly Solaris pipe buffer size
... letting the tape drive do its own? ... The compression was in a backup
script I inherited (one that was used ... OpenSSL RC4 encryption and possibly the LZO
compression on the Sun CPU. ... (comp.unix.solaris) - Re: Faster backups - possibly Solaris pipe buffer size
... The compression was in a backup script I inherited (one that was used ...
determining whether or not the lzo compression is worth anything. ... (comp.unix.solaris)