From: "René Rebe" <rene@exactcode.com>
To: Nick Terrell <terrelln@fb.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PREVIEW] Add x86 zstd kernel compression
Date: Thu, 5 Oct 2017 23:15:45 +0200 [thread overview]
Message-ID: <8feb92b2-6dcd-6199-0d74-ecbda1472410@exactcode.com> (raw)
In-Reply-To: <20171005192248.640495-1-terrelln@fb.com>
Hi,
On 10/05/2017 09:22 PM, Nick Terrell wrote:
> On 10/5/17, 1:18 AM, "René Rebe" <rene@exactcode.com> wrote:
>>
>> Hi Nick,
>>
>> On Oct 5, 2017, at 1:29, Nick Terrell <terrelln@fb.com> wrote:
>>
>>> On 10/4/17, 3:01 AM, "linux-kernel-owner@vger.kernel.org on behalf of René Rebe" <linux-kernel-owner@vger.kernel.org on behalf of rene@exactcode.com> wrote:
>>>> Hi,
>>>>
>>>> I noticed zstd compression was recently added for btrfs and squashfs.
>>>> Are there actually already patches floating around for zstd kernel and intird compression?
>>>> Looks like that would be a quite nice fit regarding speed and compression ratio, …
>>>>
>>>> Regards,
>>>> René
>>>
>>> I started working on some patches yesterday, and just got zstd kernel,
>>> initrd, and initramfs compression working today. I think I'll be ready to
>>> send the patches out within a week.
>>
>> awesome, if you have something to test I could give it a try on my test bench, too.
>
> Here is a preview of the patch, though its not quite ready.
> I believe it works, but I still need to clean it up a bit, and split it
> into the decompression function, the initrd piece, and the x86 specific
> piece. I'll try to get the patch set out this week, and I'll CC you.
thanks for the preview, which I applied cleanly, modulo this white-space
chunk:
diff --git a/lib/Kconfig b/lib/Kconfig
index b1445b2..02fdcac 100644
@@ -296,7 +300,7 @@ config GENERIC_ALLOCATOR
#
config REED_SOLOMON
tristate
-
+
config REED_SOLOMON_ENC8
bool
to the 4.14-rc2 tarball and it compiled and booted on x86-64,
including a zstd initrd!
Great work, will probably start testing it on my personal
laptop, to use the same compression everywhere.
Regards,
René
--
René Rebe, ExactCODE GmbH, Lietzenburger Str. 42, DE-10117 Berlin
http://exactcode.com | http://t2-project.org | http://rene.rebe.de
prev parent reply other threads:[~2017-10-05 21:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-04 10:00 zstd kernel and initrd compression René Rebe
2017-10-04 23:29 ` Nick Terrell
2017-10-05 8:17 ` René Rebe
2017-10-05 19:22 ` [PREVIEW] Add x86 zstd kernel compression Nick Terrell
2017-10-05 21:15 ` René Rebe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8feb92b2-6dcd-6199-0d74-ecbda1472410@exactcode.com \
--to=rene@exactcode.com \
--cc=linux-kernel@vger.kernel.org \
--cc=terrelln@fb.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.