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>,
Ferry Meng <mengferry@linux.alibaba.com>
Subject: [GIT PULL] erofs fixes for 7.0-rc2
Date: Thu, 26 Feb 2026 03:43:15 +0800 [thread overview]
Message-ID: <aZ9Q0_cPEZQQM_75@debian> (raw)
Hi Linus,
Could you consider these fixes for 7.0-rc2?
Details are shown below and all commits have been in -next.
Thanks,
Gao Xiang
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.0-rc2-fixes
for you to fetch changes up to 4a2d046e4b13202a6301a993961f5b30ae4d7119:
erofs: fix interlaced plain identification for encoded extents (2026-02-25 17:40:58 +0800)
----------------------------------------------------------------
Changes since last update:
- Do not share the page cache if the real @aops differs
- Fix the incomplete condition for interlaced plain extents
- Get rid of more unnecessary #ifdefs
----------------------------------------------------------------
Ferry Meng (1):
erofs: remove more unnecessary #ifdefs
Gao Xiang (1):
erofs: fix interlaced plain identification for encoded extents
Hongbo Li (1):
erofs: allow sharing page cache with the same aops only
fs/erofs/inode.c | 7 ++++-
fs/erofs/internal.h | 16 +++++-----
fs/erofs/ishare.c | 14 +++++----
fs/erofs/super.c | 85 +++++++++++++++++++++++------------------------------
fs/erofs/zmap.c | 9 +++---
5 files changed, 63 insertions(+), 68 deletions(-)
next reply other threads:[~2026-02-25 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-25 19:43 Gao Xiang [this message]
2026-02-26 3:28 ` [GIT PULL] erofs fixes for 7.0-rc2 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=aZ9Q0_cPEZQQM_75@debian \
--to=xiang@kernel.org \
--cc=lihongbo22@huawei.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mengferry@linux.alibaba.com \
--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 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.