The Linux Kernel Mailing List
 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 updates for 6.19-rc1
Date: Mon, 1 Dec 2025 19:46:30 +0800	[thread overview]
Message-ID: <aS2AFm3vf2aJWJCB@debian> (raw)

Hi Linus,

Could you consider this pull request for 6.19-rc1?

There is still no outstanding feature for this cycle
since page cache sharing feature is still under review.

All commits have been in -next except for the obvious
license change one and no potential merge conflict is
observed.

Thanks,
Gao Xiang

The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c:

  Linux 6.18-rc6 (2025-11-16 14:25:38 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.19-rc1

for you to fetch changes up to 0bdbf89a8bbeb155644b69dc2d071a1ce23414f8:

  erofs: switch on-disk header `erofs_fs.h` to MIT license (2025-12-01 15:25:43 +0800)

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

 - Fix a WARNING caused by a recent FSDAX misdetection regression

 - Fix the filesystem stacking limit for file-backed mounts

 - Print more informative diagnostics on decompression errors

 - Switch the on-disk definition `erofs_fs.h` to the MIT license

 - Minor cleanups

----------------------------------------------------------------
Gao Xiang (9):
      erofs: correct FSDAX detection
      erofs: limit the level of fs stacking for file-backed mounts
      erofs: tidy up z_erofs_lz4_handle_overlap()
      erofs: improve decompression error reporting
      erofs: improve Zstd, LZMA and DEFLATE error strings
      erofs: enable error reporting for z_erofs_stream_switch_bufs()
      erofs: enable error reporting for z_erofs_fixup_insize()
      erofs: get rid of raw bi_end_io() usage
      erofs: switch on-disk header `erofs_fs.h` to MIT license

 fs/erofs/compress.h             |  12 ++--
 fs/erofs/decompressor.c         | 149 ++++++++++++++++++++--------------------
 fs/erofs/decompressor_crypto.c  |   7 +-
 fs/erofs/decompressor_deflate.c |  37 +++++-----
 fs/erofs/decompressor_lzma.c    |  26 +++----
 fs/erofs/decompressor_zstd.c    |  28 ++++----
 fs/erofs/erofs_fs.h             |   2 +-
 fs/erofs/fileio.c               |   2 +-
 fs/erofs/fscache.c              |   4 +-
 fs/erofs/super.c                |  38 +++++++---
 fs/erofs/zdata.c                |  21 ++++--
 11 files changed, 178 insertions(+), 148 deletions(-)

             reply	other threads:[~2025-12-01 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-01 11:46 Gao Xiang [this message]
2025-12-04  4:48 ` [GIT PULL] erofs updates for 6.19-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=aS2AFm3vf2aJWJCB@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox