linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Gao Xiang via Linux-erofs <linux-erofs@lists.ozlabs.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Miao Xie <miaoxie@huawei.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-erofs@lists.ozlabs.org
Subject: [GIT PULL] erofs fixes for 5.4-rc2
Date: Tue, 1 Oct 2019 17:09:43 +0800	[thread overview]
Message-ID: <20191001090938.GA30542@hsiangkao-HP-ZHAN-66-Pro-G1> (raw)

Hi Linus,

Could you consider this pull request for 5.4-rc2?

3 patches of those address regressions due to recent cleanups, mainly
founded by stress test on latest mainline kernel (no more regression
out compared with older kernels for more than a week). The other patch
updates sub-entries in MAINTAINERS.

All commits have been in -next for a week (since 20190924). In order to
avoiding using a random base of a random day, I just rebased those fixes
on -rc1 stable point without any change, which are now in next-20191001
as well. This merges cleanly with master.

This is my first pull request, due to National Day holiday I'd use my
personal email. I refered many other past pull requests these days,
kindly let me know if something wrong...

Thanks,
Gao Xiang

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.4-rc2-fixes

for you to fetch changes up to dc76ea8c1087b5c44235566ed4be2202d21a8504:

  erofs: fix mis-inplace determination related with noio chain (2019-10-01 04:54:45 +0800)

----------------------------------------------------------------
Changes since last update:
- Resolve 3 regressions due to recent cleanups:
  Fix error handling due to avoiding sb_bread in erofs_read_superblock;
  Fix locking in erofs_get_meta_page;
  Fix mis-inplace behavior due to decompression frontend cleanup.
- Update sub-entries in MAINTAINERS in order to better blame.

----------------------------------------------------------------
Gao Xiang (3):
      MAINTAINERS: erofs: complete sub-entries for erofs
      erofs: fix erofs_get_meta_page locking due to a cleanup
      erofs: fix mis-inplace determination related with noio chain

Wei Yongjun (1):
      erofs: fix return value check in erofs_read_superblock()

 MAINTAINERS      |  3 +++
 fs/erofs/data.c  | 10 +++++++---
 fs/erofs/super.c |  4 ++--
 fs/erofs/zdata.c | 12 ++++++++++--
 4 files changed, 22 insertions(+), 7 deletions(-)


             reply	other threads:[~2019-10-01  9:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01  9:09 Gao Xiang via Linux-erofs [this message]
2019-10-02 21:00 ` [GIT PULL] erofs fixes for 5.4-rc2 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=20191001090938.GA30542@hsiangkao-HP-ZHAN-66-Pro-G1 \
    --to=linux-erofs@lists.ozlabs.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hsiangkao@aol.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miaoxie@huawei.com \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /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).