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>,
Hongbo Li <lihongbo22@huawei.com>,
Huang Xiaojia <huangxiaojia2@huawei.com>,
Chen Ni <nichen@iscas.ac.cn>, Chao Yu <chao@kernel.org>,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: [GIT PULL] erofs more updates for 6.11-rc1
Date: Fri, 26 Jul 2024 21:12:43 +0800 [thread overview]
Message-ID: <ZqOgy0Xh2hPy4Ojm@debian> (raw)
Hi Linus,
Could you consider these extra patches for 6.11-rc1?
Two patches add STATX_DIOALIGN and FS_IOC_GETFSSYSFSPATH support and
another one gets rid of the remaining page->index in the codebase
according to [1]. I tend to resolve them in this cycle since those
improvements are actually straight-forward.
The remaining fix addresses a LZ4 decompression race introduced in
v6.10 found by regular stress tests.
All commits have been in -next except for Chao's new reviewed-bys,
so I re-pushed them again. No potential merge conflict is observed.
[1] https://lore.kernel.org/r/Zp8fgUSIBGQ1TN0D@casper.infradead.org
Thanks,
Gao Xiang
The following changes since commit a3c10bed330b7ab401254a0c91098a03b04f1448:
erofs: silence uninitialized variable warning in z_erofs_scan_folio() (2024-07-13 12:47:34 +0800)
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-2
for you to fetch changes up to 14e9283fb22d0d259820a5f05c6059678bab9ac5:
erofs: convert comma to semicolon (2024-07-26 18:48:12 +0800)
----------------------------------------------------------------
Changes since last update:
- Support STATX_DIOALIGN and FS_IOC_GETFSSYSFSPATH;
- Fix a race of LZ4 decompression due to recent refactoring;
- Another multi-page folio adaption in erofs_bread().
----------------------------------------------------------------
Chen Ni (1):
erofs: convert comma to semicolon
Gao Xiang (2):
erofs: fix race in z_erofs_get_gbuf()
erofs: support multi-page folios for erofs_bread()
Hongbo Li (1):
erofs: support STATX_DIOALIGN
Huang Xiaojia (1):
erofs: add support for FS_IOC_GETFSSYSFSPATH
fs/erofs/data.c | 30 ++++++++++++------------------
fs/erofs/decompressor_lzma.c | 2 +-
fs/erofs/inode.c | 19 +++++++++++++++++--
fs/erofs/super.c | 16 ++++++++++++++++
fs/erofs/zutil.c | 3 +++
5 files changed, 49 insertions(+), 21 deletions(-)
next reply other threads:[~2024-07-26 13:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-26 13:12 Gao Xiang [this message]
2024-07-26 18:07 ` [GIT PULL] erofs more 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=ZqOgy0Xh2hPy4Ojm@debian \
--to=xiang@kernel.org \
--cc=chao@kernel.org \
--cc=huangxiaojia2@huawei.com \
--cc=lihongbo22@huawei.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nichen@iscas.ac.cn \
--cc=sfr@canb.auug.org.au \
--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