All of lore.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>
Subject: [GIT PULL] erofs fixes for 7.2-rc4
Date: Thu, 16 Jul 2026 22:09:29 +0800	[thread overview]
Message-ID: <aljmGezzdz_pJy_C@debian> (raw)

Hi Linus,

Could you consider these fixes for 7.2-rc4?

All commits are small as shown below: anyway, the most impacted one
fixes a regression introduced in v7.1 to avoid false corruption
reports for some ztailpacking-enabled images.

Thanks,
Gao Xiang

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-7.2-rc4-fixes

for you to fetch changes up to 1572282de6d3377ca8605d48c50df3a8c08468e9:

  erofs: hide "cache_strategy=" for plain filesystems (2026-07-13 16:41:42 +0800)

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

 - Fix sanity checks for ztailpacking tail pclusters to avoid
   false corruption reports

 - Use more informative s_id for file-backed mounts

 - Hide the meaningless "cache_strategy=" mount option on plain
   (uncompressed) filesystems

 - Remove the unneeded erofs_is_ishare_inode() helper

----------------------------------------------------------------
Gao Xiang (4):
      erofs: use more informative s_id for file-backed mounts
      erofs: relax sanity check for tail pclusters due to ztailpacking
      erofs: get rid of erofs_is_ishare_inode() helper
      erofs: hide "cache_strategy=" for plain filesystems

 fs/erofs/ishare.c |  8 +-------
 fs/erofs/super.c  | 19 +++++--------------
 fs/erofs/zmap.c   |  3 ++-
 3 files changed, 8 insertions(+), 22 deletions(-)

             reply	other threads:[~2026-07-16 14:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-16 14:09 Gao Xiang [this message]
2026-07-16 17:26 ` [GIT PULL] erofs fixes for 7.2-rc4 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=aljmGezzdz_pJy_C@debian \
    --to=xiang@kernel.org \
    --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 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.