From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>,
Hongzhen Luo <hongzhen@linux.alibaba.com>,
Chao Yu <chao@kernel.org>
Subject: [GIT PULL] erofs updates for 6.11-rc1
Date: Mon, 15 Jul 2024 14:22:27 +0800 [thread overview]
Message-ID: <ZpTAI1mLZ1pfTnz8@debian> (raw)
Hi Linus,
Could you consider this pull request for 6.11-rc1?
No outstanding new features have landed for this cycle so far.
There are patches addressing folio conversions for compressed inodes:
While large folio support for compressed data could work now, it remains
disabled since the stress test could hang due to page migration in a few
hours after enabling it. I need more time to investigate further before
enabling this feature.
Additionally, there are also some patches to clean up stream
decompressors and tracepoints for simplicity.
All commits have been tested and no potential merge conflict is
observed.
Thanks,
Gao Xiang
The following changes since commit 256abd8e550ce977b728be79a74e1729438b4948:
Linux 6.10-rc7 (2024-07-07 14:23:46 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.11-rc1
for you to fetch changes up to a3c10bed330b7ab401254a0c91098a03b04f1448:
erofs: silence uninitialized variable warning in z_erofs_scan_folio() (2024-07-13 12:47:34 +0800)
----------------------------------------------------------------
Changes since last update:
- More folio conversions for compressed inodes;
- Stream decompressor (LZMA/DEFLATE/ZSTD) cleanups;
- Minor tracepoint cleanup.
----------------------------------------------------------------
Dan Carpenter (1):
erofs: silence uninitialized variable warning in z_erofs_scan_folio()
Gao Xiang (8):
erofs: convert z_erofs_pcluster_readmore() to folios
erofs: convert z_erofs_read_fragment() to folios
erofs: teach z_erofs_scan_folios() to handle multi-page folios
erofs: tidy up `struct z_erofs_bvec`
erofs: move each decompressor to its own source file
erofs: refine z_erofs_{init,exit}_subsystem()
erofs: tidy up stream decompressors
erofs: avoid refcounting short-lived pages
Hongzhen Luo (1):
erofs: get rid of z_erofs_map_blocks_iter_* tracepoints
fs/erofs/compress.h | 61 ++++---
fs/erofs/decompressor.c | 148 ++++++++++++++---
fs/erofs/decompressor_deflate.c | 149 +++++------------
fs/erofs/decompressor_lzma.c | 166 +++++++------------
fs/erofs/decompressor_zstd.c | 154 ++++++------------
fs/erofs/internal.h | 48 ++----
fs/erofs/super.c | 34 +---
fs/erofs/zdata.c | 346 ++++++++++++++++++++--------------------
fs/erofs/zmap.c | 4 +-
include/trace/events/erofs.h | 32 +---
10 files changed, 496 insertions(+), 646 deletions(-)
next reply other threads:[~2024-07-15 6:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 6:22 Gao Xiang [this message]
2024-07-17 20:18 ` [GIT PULL] erofs updates for 6.11-rc1 pr-tracker-bot
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=ZpTAI1mLZ1pfTnz8@debian \
--to=xiang@kernel.org \
--cc=chao@kernel.org \
--cc=hongzhen@linux.alibaba.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox