]> www.infradead.org Git - users/willy/linux.git/commit
lib/lzo: separate lzo-rle from lzo
authorDave Rodgman <dave.rodgman@arm.com>
Wed, 5 Dec 2018 00:14:24 +0000 (11:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Dec 2018 08:29:17 +0000 (19:29 +1100)
commit423a11fdded43f6e49251ce2cb0f5341b6fd4592
tree15cdc199fdcf516cd33aa4c24d174f25f124e040
parent9ceb91d10f4642609652fcf9ab17d70a26c5648d
lib/lzo: separate lzo-rle from lzo

To prevent any issues with persistent data, separate lzo-rle
from lzo so that it is treated as a separate algorithm, and
lzo is still available.

Use lzo-rle as the default algorithm for
zram.

Link: http://lkml.kernel.org/r/20181127161913.23863-8-dave.rodgman@arm.com
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Markus F.X.J. Oberhumer <markus@oberhumer.com>
Cc: Matt Sealey <matt.sealey@arm.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <nitingupta910@gmail.com>
Cc: Richard Purdie <rpurdie@openedhand.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Cc: Sonny Rao <sonnyrao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Documentation/lzo.txt
crypto/Makefile
crypto/lzo-rle.c [new file with mode: 0644]
crypto/tcrypt.c
drivers/block/zram/zcomp.c
drivers/block/zram/zram_drv.c
include/linux/lzo.h
lib/lzo/lzo1x_compress.c
lib/lzo/lzodefs.h