]> git.ipfire.org Git - people/ms/linux.git/commit
Documentation: lzo: document part of the encoding
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Sep 2014 10:31:35 +0000 (12:31 +0200)
committerZefan Li <lizefan@huawei.com>
Mon, 2 Feb 2015 09:04:43 +0000 (17:04 +0800)
commitc6d401effc132d21fb69faa6e1c04428434c375c
tree175610d78d3c63a3729de44b2c81c2150c6a7651
parentbbb7a273be2cd8ea01fdb8c542c120ab2ffef6ad
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>
Signed-off-by: Zefan Li <lizefan@huawei.com>
Documentation/lzo.txt [new file with mode: 0644]