Re: [PATCH] ubifs: default to zstd compression

2021-04-08 Thread Rui Salvaterra
Hi, Richard, On Thu, 8 Apr 2021 at 12:00, Richard Weinberger wrote: > > I was about to NACK this patch but by looking at the diff I realized > that you change > the default compressor only for the default filesystem as created by > UBIFS itself. Yes, that was the idea. :) > Queued for the merge

Re: [PATCH] ubifs: default to zstd compression

2021-04-08 Thread Richard Weinberger
On Mon, Apr 5, 2021 at 5:36 PM Rui Salvaterra wrote: > > Compared to lzo and zlib, zstd is the best all-around performer, both in terms > of speed and compression ratio. Set it as the default, if available. I was about to NACK this patch but by looking at the diff I realized that you change the d

[PATCH] ubifs: default to zstd compression

2021-04-05 Thread Rui Salvaterra
Compared to lzo and zlib, zstd is the best all-around performer, both in terms of speed and compression ratio. Set it as the default, if available. Signed-off-by: Rui Salvaterra --- fs/ubifs/sb.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/ubifs/sb.c b/fs/ubifs/sb.c index c160f718c