[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220204191213.GA18192@hsiangkao-HP-ZHAN-66-Pro-G1>
Date:   Sat, 5 Feb 2022 03:12:14 +0800
From:   Gao Xiang <xiang@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>, linux-erofs@...ts.ozlabs.org,
        Chao Yu <chao@...nel.org>, Christoph Hellwig <hch@....de>,
        Yue Hu <zbestahu@...il.com>
Subject: [GIT PULL] erofs fixes for 5.17-rc3
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(-)
Powered by blists - more mailing lists
 
