Linux-EROFS Archive mirror
 help / color / mirror / Atom feed
From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linuxfoundation.org>
Cc: Christian Brauner <brauner@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Hongbo Li <lihongbo22@huawei.com>,
	linux-erofs@lists.ozlabs.org
Subject: [GIT PULL] erofs fixes for 6.9-rc7
Date: Mon, 29 Apr 2024 18:04:22 +0800	[thread overview]
Message-ID: <Zi9wpiog2uo1wGBb@debian> (raw)

Hi Linus,

Could you consider this pull request for 6.9-rc7?

Here are three fixes related to EROFS fscache mode.  The most important
two patches fix calling kill_block_super() in bdev-based mode instead of
kill_anon_super() as mentioned in [1].  The rest patch is an informative
one.

All commits have been in -next and no potential merge conflict is
observed.

[1] https://lore.kernel.org/r/15ab9875-5123-7bc2-bb25-fc683129ad9e@huawei.com

Thanks,
Gao Xiang

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.9-rc7-fixes

for you to fetch changes up to 7af2ae1b1531feab5d38ec9c8f472dc6cceb4606:

  erofs: reliably distinguish block based and fscache mode (2024-04-28 20:36:52 +0800)

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

 - Better error message when prepare_ondemand_read failed;

 - Fix unmount of bdev-based mode if CONFIG_EROFS_FS_ONDEMAND is on.

----------------------------------------------------------------
Baokun Li (1):
      erofs: get rid of erofs_fs_context

Christian Brauner (1):
      erofs: reliably distinguish block based and fscache mode

Hongbo Li (1):
      erofs: modify the error message when prepare_ondemand_read failed

 fs/erofs/fscache.c  |   2 +-
 fs/erofs/internal.h |   7 ---
 fs/erofs/super.c    | 124 +++++++++++++++++++++++-----------------------------
 3 files changed, 56 insertions(+), 77 deletions(-)

             reply	other threads:[~2024-04-29 10:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 10:04 Gao Xiang [this message]
2024-04-29 15:57 ` [GIT PULL] erofs fixes for 6.9-rc7 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=Zi9wpiog2uo1wGBb@debian \
    --to=xiang@kernel.org \
    --cc=brauner@kernel.org \
    --cc=lihongbo22@huawei.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).