linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Squashfs: Add support for LZMA compressed filesystems
@ 2009-12-07  8:25 root
  2009-12-07  8:47 ` Peter Korsgaard
  0 siblings, 1 reply; 10+ messages in thread
From: root @ 2009-12-07  8:25 UTC (permalink / raw)
  To: akpm, linux-embedded, linux-fsdevel, linux-kernel,
	phillip.lougher, tim.bird

Hi,

The following patches add LZMA decompression support to Squashfs, using the
in-kernel LZMA decompression library.

The patches also add a decompression framework to Squashfs.
This allows LZMA decompression to be added cleanly, and it allows
additional decompressors to be easily added in the future.

To enable the in-kernel LZMA decompression code to be used by Squashfs,
there are two patches to the lzma code itself: one to make lzma available
to non-init code, and one to make lzma reentrant.  These are obviously
not restricted to Squashfs, but are needed by any non-init code that
may wish to use lzma compression.

These patches are available in my squashfs-devel git tree in a slightly
different format (these patches have been refactored for posting, they'll
be put into a git tree ASAP).

http://git.kernel.org/?p=linux/kernel/git/pkl/squashfs-devel.git;a=summary

I would like to thank the CE Linux Forum (CELF) for supporting this work.

Thanks

Phillip

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/9] Squashfs: Add support for LZMA compressed filesystems
@ 2009-12-07  8:37 Phillip Lougher
  2009-12-21 23:16 ` Bruno Wolff III
  0 siblings, 1 reply; 10+ messages in thread
From: Phillip Lougher @ 2009-12-07  8:37 UTC (permalink / raw)
  To: akpm, linux-embedded, linux-fsdevel, linux-kernel,
	phillip.lougher, tim.bird

Hi,

The following patches add LZMA decompression support to Squashfs, using the
in-kernel LZMA decompression library.

The patches also add a decompression framework to Squashfs.
This allows LZMA decompression to be added cleanly, and it allows
additional decompressors to be easily added in the future.

To enable the in-kernel LZMA decompression code to be used by Squashfs,
there are two patches to the lzma code itself: one to make lzma available
to non-init code, and one to make lzma reentrant.  These are obviously
not restricted to Squashfs, but are needed by any non-init code that
may wish to use lzma compression.

These patches are available in my squashfs-devel git tree in a slightly
different format (these patches have been refactored for posting, they'll
be put into a git tree ASAP).

http://git.kernel.org/?p=linux/kernel/git/pkl/squashfs-devel.git;a=summary

I would like to thank the CE Linux Forum (CELF) for supporting this work.

Thanks

Phillip


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

end of thread, other threads:[~2010-01-01  9:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-07  8:25 [PATCH 0/9] Squashfs: Add support for LZMA compressed filesystems root
2009-12-07  8:47 ` Peter Korsgaard
2009-12-08 17:59   ` Phillip Lougher
2009-12-13 20:13     ` Arkadiusz Miśkiewicz
  -- strict thread matches above, loose matches on Subject: below --
2009-12-07  8:37 Phillip Lougher
2009-12-21 23:16 ` Bruno Wolff III
2009-12-21 23:47   ` Phillip Lougher
2009-12-21 23:56     ` Bruno Wolff III
2009-12-31 12:06     ` Bruno Wolff III
2010-01-01  9:11       ` Bruno Wolff III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).