public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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>,
	Sheng Yong <shengyong1@xiaomi.com>,
	Jiucheng Xu <jiucheng.xu@amlogic.com>,
	Hongbo Li <lihongbo22@huawei.com>, Chao Yu <chao@kernel.org>
Subject: [GIT PULL] erofs fixes for 7.0-rc6
Date: Thu, 26 Mar 2026 08:57:47 +0800	[thread overview]
Message-ID: <acSEi76uD7DCHJ6d@debian> (raw)

Hi Linus,

Could you consider these fixes for 7.0-rc6?

There are three random fixes and a Kconfig refinement.
Details are shown below..

Thanks,
Gao Xiang

The following changes since commit 1f318b96cc84d7c2ab792fcc0bfd42a7ca890681:

  Linux 7.0-rc3 (2026-03-08 16:56:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.0-rc6-fixes

for you to fetch changes up to 2f0407ed923b7eb363424033fc12fe253da139c4:

  erofs: fix .fadvise() for page cache sharing (2026-03-25 10:40:02 +0800)

----------------------------------------------------------------
Changes since last update:

 - Mark I/Os as failed when encountering short reads on file-backed
   mounts

 - Label GFP_NOIO in the BIO completion when the completion is in
   the process context, and directly call into the decompression
   to avoid deadlocks

 - Improve Kconfig descriptions to better highlight the overall
   efforts

 - Fix .fadvise() for page cache sharing

----------------------------------------------------------------
Gao Xiang (2):
      erofs: update the Kconfig description
      erofs: fix .fadvise() for page cache sharing

Jiucheng Xu (1):
      erofs: add GFP_NOIO in the bio completion if needed

Sheng Yong (1):
      erofs: set fileio bio failed in short read case

 fs/erofs/Kconfig  | 45 ++++++++++++++++++++++++++++++---------------
 fs/erofs/fileio.c |  6 ++----
 fs/erofs/ishare.c | 15 +++++++++++++--
 fs/erofs/zdata.c  |  3 +++
 4 files changed, 48 insertions(+), 21 deletions(-)

             reply	other threads:[~2026-03-26  0:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-26  0:57 Gao Xiang [this message]
2026-03-26  1:52 ` [GIT PULL] erofs fixes for 7.0-rc6 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=acSEi76uD7DCHJ6d@debian \
    --to=xiang@kernel.org \
    --cc=chao@kernel.org \
    --cc=jiucheng.xu@amlogic.com \
    --cc=lihongbo22@huawei.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shengyong1@xiaomi.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox