linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] lib/lzo: performance improvements
@ 2018-11-30 11:47 Dave Rodgman
  2018-11-30 11:47 ` [PATCH 1/8] lib/lzo: tidy-up ifdefs Dave Rodgman
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Dave Rodgman @ 2018-11-30 11:47 UTC (permalink / raw)
  To: linux-kernel, akpm
  Cc: herbert, davem, Matt Sealey, nitingupta910, markus, minchan,
	sergey.senozhatsky.work, sonnyrao, gregkh, nd

This patch series introduces performance improvements for lzo.

The previous version of this patchset is here:
https://lkml.org/lkml/2018/11/27/1086

On 29/11/2018 8:32 pm, Andrew Morton wrote:
> On Thu, 29 Nov 2018 10:21:53 +0000 Dave Rodgman <dave.rodgman@arm.com> wrote:
>>> OK, so it's not just "separate lzo-rle", it's also "switch zram to
>>> a new compression algorithm by default". I'd say that usually I'd
>>> expect this to be separate patches.
>>
>> Yes, fair point. akpm has picked this up now though, so probably a bit
>> late to break it out into a separate patch?
> 
> That's fine.  akpm is flexible ;)  Whatever produces the best overall
> result in the permanent record, please.

Thanks - I've separated this as suggested. I've also fixed up the commit
message for patch 1 (tidy-up ifdefs) which looks like it was accidentally
changed (please ignore if the change was intentional).

Dave



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH v4 0/7] lib/lzo: performance improvements
@ 2018-11-30 14:26 Dave Rodgman
  2018-11-30 14:26 ` [PATCH 6/8] lib/lzo: implement run-length encoding Dave Rodgman
  0 siblings, 1 reply; 12+ messages in thread
From: Dave Rodgman @ 2018-11-30 14:26 UTC (permalink / raw)
  To: linux-kernel, akpm
  Cc: herbert, davem, Matt Sealey, nitingupta910, markus, minchan,
	sergey.senozhatsky.work, sonnyrao, gregkh, nd, sfr

This patch series introduces performance improvements for lzo.

The previous version of this patchset is here:
https://lkml.org/lkml/2018/11/30/807

This version of the patchset fixes a maybe-used-uninitialized warning
(although the previous version was still safe).

Dave



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

end of thread, other threads:[~2018-12-06 15:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30 11:47 [PATCH v3 0/7] lib/lzo: performance improvements Dave Rodgman
2018-11-30 11:47 ` [PATCH 1/8] lib/lzo: tidy-up ifdefs Dave Rodgman
2018-11-30 11:47 ` [PATCH 2/8] lib/lzo: clean-up by introducing COPY16 Dave Rodgman
2018-11-30 12:27   ` David Laight
2018-11-30 11:47 ` [PATCH 3/8] lib/lzo: enable 64-bit CTZ on Arm Dave Rodgman
2018-11-30 11:47 ` [PATCH 4/8] lib/lzo: 64-bit CTZ on arm64 Dave Rodgman
2018-11-30 11:47 ` [PATCH 5/8] lib/lzo: fast 8-byte copy " Dave Rodgman
2018-11-30 11:47 ` [PATCH 6/8] lib/lzo: implement run-length encoding Dave Rodgman
2018-11-30 11:47 ` [PATCH 7/8] lib/lzo: separate lzo-rle from lzo Dave Rodgman
2018-11-30 11:47 ` [PATCH 8/8] zram: default to lzo-rle instead of lzo Dave Rodgman
2018-11-30 14:26 [PATCH v4 0/7] lib/lzo: performance improvements Dave Rodgman
2018-11-30 14:26 ` [PATCH 6/8] lib/lzo: implement run-length encoding Dave Rodgman
2018-12-06 15:56   ` Markus F.X.J. Oberhumer

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).