[GIT PULL] erofs fixes for 5.17-rc3

Gao Xiang xiang at kernel.org
Sat Feb 5 06:12:14 AEDT 2022


Hi Linus,

Could you consider this pull request for 5.17-rc3?

This includes two fixes related to fsdax cleanup in this cycle and
ztailpacking to fix small compressed data inlining. There is also a
trivial cleanup to rearrange code for better reading.

All commits have been in -next and no merge conflicts.

Thanks,
Gao Xiang

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.17-rc3-fixes

for you to fetch changes up to 24331050a3e6afcd4451409831dd9ae8085a42f6:

  erofs: fix small compressed files inlining (2022-02-04 12:37:12 +0800)

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

 - fix fsdax partition offset misbehavior;

 - clean up z_erofs_decompressqueue_work() declaration;

 - fix up EOF lcluster inlining, especially for small compressed data.

----------------------------------------------------------------
Gao Xiang (3):
      erofs: fix fsdax partition offset handling
      erofs: avoid unnecessary z_erofs_decompressqueue_work() declaration
      erofs: fix small compressed files inlining

 fs/erofs/data.c  |   8 ++--
 fs/erofs/zdata.c | 113 +++++++++++++++++++++++++++----------------------------
 fs/erofs/zmap.c  |   7 ++++
 3 files changed, 67 insertions(+), 61 deletions(-)


More information about the Linux-erofs mailing list