linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@aol.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-erofs@lists.ozlabs.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	Chao Yu <yuchao0@huawei.com>, Miao Xie <miaoxie@huawei.com>,
	Fang Wei <fangwei1@huawei.com>,
	Li Guifu <bluce.liguifu@huawei.com>
Subject: [GIT PULL] erofs updates for 5.7-rc1
Date: Mon, 30 Mar 2020 10:38:40 +0800	[thread overview]
Message-ID: <20200330023830.GA5112@hsiangkao-HP-ZHAN-66-Pro-G1> (raw)
In-Reply-To: 20200330023830.GA5112.ref@hsiangkao-HP-ZHAN-66-Pro-G1

Hi Linus,

Could you consider this pull request for 5.7-rc1?

Another maintaining updates with a XArray adaptation, several fixes
for shrinker and corrupted images are ready for this cycle.

All commits have been stress tested with no noticeable smoke out and
have been in linux-next as well. This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 20741a6e146cab59745c7f25abf49d891a83f8e9:

  MAINTAINERS: erofs: update my email address (2020-03-28 14:12:33 +0800)

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

 - Convert radix tree usage to XArray;

 - Fix shrink scan count on multiple filesystem instances;

 - Better handling for specific corrupted images;

 - Update my email address in MAINTAINERS.

----------------------------------------------------------------
Gao Xiang (5):
      erofs: convert workstn to XArray
      erofs: correct the remaining shrink objects
      erofs: use LZ4_decompress_safe() for full decoding
      erofs: handle corrupted images whose decompressed size less than it'd be
      MAINTAINERS: erofs: update my email address

 MAINTAINERS             |  2 +-
 fs/erofs/decompressor.c | 22 ++++++++----
 fs/erofs/internal.h     |  8 ++---
 fs/erofs/super.c        |  2 +-
 fs/erofs/utils.c        | 90 ++++++++++++++++++-------------------------------
 fs/erofs/zdata.c        | 76 +++++++++++++++++++++--------------------
 6 files changed, 94 insertions(+), 106 deletions(-)


       reply	other threads:[~2020-03-30  2:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200330023830.GA5112.ref@hsiangkao-HP-ZHAN-66-Pro-G1>
2020-03-30  2:38 ` Gao Xiang [this message]
2020-03-30 20:40   ` [GIT PULL] erofs updates for 5.7-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200330023830.GA5112@hsiangkao-HP-ZHAN-66-Pro-G1 \
    --to=hsiangkao@aol.com \
    --cc=akpm@linux-foundation.org \
    --cc=bluce.liguifu@huawei.com \
    --cc=fangwei1@huawei.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miaoxie@huawei.com \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    --cc=yuchao0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).