[GIT PULL] erofs fixes for 5.19-rc1

Gao Xiang xiang at kernel.org
Thu Jun 2 03:01:11 AEST 2022


Hi Linus,

This is a follow-up pull request including some fixes of fscache
mode related to compressed inodes and a cachefiles tracepoint.
There is also a patch to fix an unexpected decompression strategy
change due to a cleanup in the past.  All the fixes are quite small.

Apart from these, documentation is also updated for a better
description of recent new features.

In addition, the reason why I decided to post these now is that
I'm working on folio adaption for compressed files with widely
cleanups.  It seems that some trivial cleanups without actual logical
change can be submitted in advance, so I could have a more recent
codebase to work on folios and avoiding the PG_error page flag for
the next cycle.  It'd be better to submit them in this merge window
instead of post-rc1 since they are not fixes strictly.

All commits have been in -next and stress tested.
Please consider this request!

Thanks,
Gao Xiang

The following changes since commit 65965d9530b0c320759cd18a9a5975fb2e098462:

  Merge tag 'erofs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs (2022-05-24 18:42:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4398d3c31b582db0d640b23434bf344a6c8df57c:

  erofs: fix 'backmost' member of z_erofs_decompress_frontend (2022-05-31 23:15:30 +0800)

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

 - Leave compressed inodes unsupported in fscache mode for now;

 - Avoid crash when using tracepoint cachefiles_prep_read;

 - Fix `backmost' behavior due to a recent cleanup;

 - Update documentation for better description of recent new features;

 - Several decompression cleanups w/o logical change.

----------------------------------------------------------------
Gao Xiang (4):
      erofs: update documentation
      erofs: get rid of `struct z_erofs_collection'
      erofs: get rid of label `restart_now'
      erofs: simplify z_erofs_pcluster_readmore()

Jeffle Xu (1):
      erofs: leave compressed inodes unsupported in fscache mode for now

Weizhao Ouyang (1):
      erofs: fix 'backmost' member of z_erofs_decompress_frontend

Xin Yin (1):
      erofs: fix crash when enable tracepoint cachefiles_prep_read

 Documentation/filesystems/erofs.rst |  64 +++++++++-----
 fs/erofs/fscache.c                  |   1 +
 fs/erofs/inode.c                    |   5 +-
 fs/erofs/zdata.c                    | 167 +++++++++++++++---------------------
 fs/erofs/zdata.h                    |  50 +++++------
 5 files changed, 136 insertions(+), 151 deletions(-)



More information about the Linux-erofs mailing list