public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs updates for 6.5-rc1
@ 2023-06-26  4:39 Gao Xiang
  2023-06-26 20:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2023-06-26  4:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jingbo Xu, Sandeep Dhavale, Yue Hu, Yangtao Li, Chao Yu,
	linux-erofs, LKML

Hi Linus,

Could you consider this pull request for 6.5-rc1?

No outstanding new feature available for this cycle.  Most of these
commits are decompression cleanups which are part of the ongoing
development for subpage/folio compression support as well as xattr
cleanups for the upcoming xattr bloom filter optimization [1].

In addition, there are bugfixes to address some corner cases of
compressed images due to global data de-duplication and arm64 16k
pages.

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

Thanks,
Gao Xiang

[1] https://lore.kernel.org/r/20230621083209.116024-1-jefflexu@linux.alibaba.com

The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 8241fdd3cdfe88e31a3de09a72b5bff661e4534a:

  erofs: clean up zmap.c (2023-06-22 21:16:34 +0800)

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

 - Fix rare I/O hang on deduplicated compressed images due to loop
   hooked chains;

 - Fix compact compression layout of 16k blocks on arm64 devices;

 - Fix atomic context detection of async decompression;

 - Decompression/Xattr code cleanups.

----------------------------------------------------------------
Gao Xiang (8):
      erofs: allocate extra bvec pages directly instead of retrying
      erofs: avoid on-stack pagepool directly passed by arguments
      erofs: kill hooked chains to avoid loops on deduplicated compressed images
      erofs: adapt managed inode operations into folios
      erofs: use struct lockref to replace handcrafted approach
      erofs: use poison pointer to replace the hard-coded address
      erofs: fix compact 4B support for 16k block size
      erofs: clean up zmap.c

Jingbo Xu (6):
      erofs: convert erofs_read_metabuf() to erofs_bread() for xattr
      erofs: use absolute position in xattr iterator
      erofs: unify xattr_iter structures
      erofs: make the size of read data stored in buffer_ofs
      erofs: unify inline/shared xattr iterators for listxattr/getxattr
      erofs: use separate xattr parsers for listxattr/getxattr

Sandeep Dhavale (1):
      erofs: Fix detection of atomic context

Yangtao Li (1):
      erofs: remove unnecessary goto

Yue Hu (3):
      erofs: fold in z_erofs_decompress()
      erofs: remove the member readahead from struct z_erofs_decompress_frontend
      erofs: clean up z_erofs_pcluster_readmore()

 fs/erofs/compress.h     |   3 +-
 fs/erofs/decompressor.c |   8 +-
 fs/erofs/internal.h     |  41 +--
 fs/erofs/super.c        |  69 +----
 fs/erofs/utils.c        |  86 +++----
 fs/erofs/xattr.c        | 670 +++++++++++++++++-------------------------------
 fs/erofs/zdata.c        | 269 +++++++++----------
 fs/erofs/zmap.c         |  75 +++---
 8 files changed, 438 insertions(+), 783 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] erofs updates for 6.5-rc1
  2023-06-26  4:39 [GIT PULL] erofs updates for 6.5-rc1 Gao Xiang
@ 2023-06-26 20:02 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-06-26 20:02 UTC (permalink / raw)
  To: Gao Xiang; +Cc: Linus Torvalds, Yangtao Li, LKML, Yue Hu, linux-erofs

The pull request you sent on Mon, 26 Jun 2023 12:39:07 +0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/098c5dd9cf96fc6d7f35429561ef58cd7c5fcecf

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-26 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26  4:39 [GIT PULL] erofs updates for 6.5-rc1 Gao Xiang
2023-06-26 20:02 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox