]> git.itanic.dy.fi Git - linux-stable/commit
Documentation: lzo: document part of the encoding
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Sep 2014 10:31:35 +0000 (12:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:40:13 +0000 (09:40 -0700)
commit08130bcc0eb1f7e85577da30345b5ad726cf57d2
treee6ee410f1e5571821670f4cf4954cc436ef32509
parentda56ac02c45047bc383287a4fde5869bec21500a
Documentation: lzo: document part of the encoding

commit d98a0526434d27e261f622cf9d2e0028b5ff1a00 upstream.

Add a complete description of the LZO format as processed by the
decompressor. I have not found a public specification of this format
hence this analysis, which will be used to better understand the code.

Cc: Willem Pinckaers <willem@lekkertech.net>
Cc: "Don A. Bailey" <donb@securitymouse.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/lzo.txt [new file with mode: 0644]