public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs updates for 6.14-rc1
@ 2025-01-25 15:54 Gao Xiang
  2025-01-26 18:31 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2025-01-25 15:54 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: LKML, linux-erofs, Chao Yu, Ethan Carter Edwards, Chen Linxuan

Hi Linus,

Could you consider this pull request for 6.14-rc1?

Still no outstanding feature for this cycle, as some ongoing
improvements remain premature for now.

It includes a micro-optimization for the superblock checksum, along
with minor bugfixes and code cleanups, as usual.

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

Thanks,
Gao Xiang

The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532:

  Linux 6.13-rc7 (2025-01-12 14:37:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8f9530aeeb4f756bdfa70510b40e5d28ea3c742e:

  erofs: refine z_erofs_get_extent_compressedlen() (2025-01-23 17:12:11 +0800)

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

 - Micro-optimize superblock checksum;

 - Avoid overly large bvecs[] for file-backed mounts;

 - Some leftover folio conversion in z_erofs_bind_cache();

 - Minor bugfixes and cleanups.

----------------------------------------------------------------
Chen Linxuan (2):
      erofs: return SHRINK_EMPTY if no objects to free
      erofs: remove dead code in erofs_fc_parse_param

Ethan Carter Edwards (1):
      fs: erofs: xattr.c change kzalloc to kcalloc

Gao Xiang (8):
      erofs: micro-optimize superblock checksum
      erofs: shorten bvecs[] for file-backed mounts
      erofs: fix potential return value overflow of z_erofs_shrink_scan()
      erofs: simplify z_erofs_load_compact_lcluster()
      erofs: get rid of `z_erofs_next_pcluster_t`
      erofs: tidy up zdata.c
      erofs: convert z_erofs_bind_cache() to folios
      erofs: refine z_erofs_get_extent_compressedlen()

 fs/erofs/compress.h |  23 +----
 fs/erofs/erofs_fs.h |   3 +-
 fs/erofs/fileio.c   |   4 +-
 fs/erofs/super.c    |  32 +++----
 fs/erofs/xattr.c    |   2 +-
 fs/erofs/zdata.c    | 243 ++++++++++++++++++++--------------------------------
 fs/erofs/zmap.c     | 125 +++++++++++----------------
 fs/erofs/zutil.c    |   2 +-
 8 files changed, 162 insertions(+), 272 deletions(-)

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

end of thread, other threads:[~2025-01-26 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-25 15:54 [GIT PULL] erofs updates for 6.14-rc1 Gao Xiang
2025-01-26 18:31 ` 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