kernel: default to zstd compression in ubifs
authorRui Salvaterra <rsalvaterra@gmail.com>
Mon, 5 Apr 2021 15:45:47 +0000 (16:45 +0100)
committerRui Salvaterra <rsalvaterra@gmail.com>
Wed, 21 Apr 2021 09:31:07 +0000 (10:31 +0100)
commitc4d39c4d5f66d5c96131737f7905c96c258d82ba
tree5cbd5f36b6cd003226e30e69cafe53c0c6ee2175
parent53546c3e945f5a0a8f8c62311f48c6f21c9ab0a8
kernel: default to zstd compression in ubifs

Compared to both lzo and zlib, zstd is the best all-around performer. Backport
a kernel patch [1] (to both 5.4 and 5.10), in order to set it as default for
ubifs, if available.

[1] https://lore.kernel.org/linux-mtd/CAFLxGvwhtRY-6kT-sN=AgjvyssHb5qdTS6WQHkhKu3YrPuTkdw@mail.gmail.com/

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
target/linux/generic/backport-5.10/500-v5.13-ubifs-default-to-zstd-compression.patch [new file with mode: 0644]
target/linux/generic/backport-5.4/500-v5.13-ubifs-default-to-zstd-compression.patch [new file with mode: 0644]