From: Chao Yu <chao@kernel.org>
To: Gao Xiang <hsiangkao@linux.alibaba.com>, linux-erofs@lists.ozlabs.org
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] erofs: Zstandard compression support
Date: Wed, 8 May 2024 21:12:06 +0800 [thread overview]
Message-ID: <39cc1370-a80b-427d-86e7-6903ed1ce868@kernel.org> (raw)
In-Reply-To: <20240508090346.2992116-1-hsiangkao@linux.alibaba.com>
On 2024/5/8 17:03, Gao Xiang wrote:
> Add Zstandard compression as the 4th supported algorithm since it
> becomes more popular now and some end users have asked this for
> quite a while [1][2].
>
> Each EROFS physical cluster contains only one valid standard
> Zstandard frame as described in [3] so that decompression can be
> performed on a per-pcluster basis independently.
>
> Currently, it just leverages multi-call stream decompression APIs with
> internal sliding window buffers. One-shot or bufferless decompression
> could be implemented later for even better performance if needed.
>
> [1] https://github.com/erofs/erofs-utils/issues/6
> [2] https://lore.kernel.org/r/Y08h+z6CZdnS1XBm@B-P7TQMD6M-0146.lan
> [3] https://www.rfc-editor.org/rfc/rfc8478.txt
> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Acked-by: Chao Yu <chao@kernel.org>
Thanks,
next prev parent reply other threads:[~2024-05-08 13:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-08 9:03 [PATCH] erofs: Zstandard compression support Gao Xiang
2024-05-08 9:03 ` Gao Xiang
2024-05-08 13:12 ` Chao Yu [this message]
2024-05-08 19:12 ` kernel test robot
2024-05-08 23:44 ` [PATCH v2] " Gao Xiang
2024-05-08 23:44 ` Gao Xiang
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=39cc1370-a80b-427d-86e7-6903ed1ce868@kernel.org \
--to=chao@kernel.org \
--cc=hsiangkao@linux.alibaba.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
/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.