[GIT,PULL] erofs updates for 6.7-rc1

Message ID ZUHVoP/682uPjvfj@debian
State New
Headers
Series [GIT,PULL] erofs updates for 6.7-rc1 |

Pull-request

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

Message

Gao Xiang Nov. 1, 2023, 4:35 a.m. UTC
  Hi Linus,

Could you consider this pull request for 6.7-rc1?

Nothing exciting lands for this cycle, since we're still busying in
developing support for sub-page blocks and large-folios of
compressed data for new scenarios on Android.

In this cycle, MicroLZMA format is marked as stable, and there are
minor cleanups around documentation and codebase.  In addition, it
also fixes incorrect lockref usage in erofs_insert_workgroup().

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

Thanks,
Gao Xiang

The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a0ac8bd7a4fa5b2f4ef14c3b1e9d6e5a5faae06:

  erofs: fix erofs_insert_workgroup() lockref usage (2023-10-31 18:59:49 +0800)

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

 - Fix inode metadata space layout documentation;

 - Avoid warning MicroLZMA format anymore;

 - Fix erofs_insert_workgroup() lockref usage;

 - Some cleanups.

----------------------------------------------------------------
Ferry Meng (2):
      erofs: get rid of ROOT_NID()
      erofs: tidy up redundant includes

Gao Xiang (3):
      erofs: don't warn MicroLZMA format anymore
      erofs: simplify compression configuration parser
      erofs: fix erofs_insert_workgroup() lockref usage

Tiwei Bie (1):
      erofs: fix inode metadata space layout description in documentation

 Documentation/filesystems/erofs.rst |  2 +-
 fs/erofs/Kconfig                    |  7 +---
 fs/erofs/compress.h                 |  6 +++
 fs/erofs/data.c                     |  2 -
 fs/erofs/decompressor.c             | 63 +++++++++++++++++++++++++++--
 fs/erofs/decompressor_deflate.c     |  6 +--
 fs/erofs/decompressor_lzma.c        |  7 +---
 fs/erofs/internal.h                 | 42 ++-----------------
 fs/erofs/super.c                    | 81 +++++--------------------------------
 fs/erofs/utils.c                    |  8 +---
 fs/erofs/zdata.c                    |  1 +
 11 files changed, 89 insertions(+), 136 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 2, 2023, 6:37 p.m. UTC | #1
The pull request you sent on Wed, 1 Nov 2023 12:35:44 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/87a201b43bbe14ddf8dc2d73fa15741b7403afc3

Thank you!