linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Gao Xiang <hsiangkao@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Andrew Morton <akpm@linux-foundation.org>,
	Miao Xie <miaoxie@huawei.com>
Subject: [GIT PULL] erofs updates for 5.8-rc1
Date: Wed, 3 Jun 2020 09:21:37 +0800	[thread overview]
Message-ID: <20200603012137.GA12304@xiangao.remote.csb> (raw)

Hi Linus,

Could you consider this pull request for 5.8-rc1?

The most outstanding part is the new mount api conversion, which is
actually a old patch already pending for several cycles. And the others
are recent trivial cleanups here.

All commits have been tested and have been in linux-next as well.
This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 9cb1fd0efd195590b828b9b865421ad345a4a145:

  Linux 5.7-rc7 (2020-05-24 15:32:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 34f853b849eb6a509eb8f40f2f5946ebb1f62739:

  erofs: suppress false positive last_block warning (2020-05-29 18:58:13 +0800)

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

 - Convert to use the new mount apis;

 - Some random cleanup patches.

----------------------------------------------------------------
Chao Yu (1):
      erofs: convert to use the new mount fs_context api

Chengguang Xu (1):
      erofs: code cleanup by removing ifdef macro surrounding

Gao Xiang (1):
      erofs: suppress false positive last_block warning

 fs/erofs/data.c     |   4 +-
 fs/erofs/inode.c    |   6 --
 fs/erofs/internal.h |  27 +++---
 fs/erofs/namei.c    |   2 -
 fs/erofs/super.c    | 255 +++++++++++++++++++++++-----------------------------
 fs/erofs/xattr.c    |   4 +-
 fs/erofs/xattr.h    |   7 +-
 fs/erofs/zdata.c    |   4 +-
 8 files changed, 136 insertions(+), 173 deletions(-)


             reply	other threads:[~2020-06-03  1:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-03  1:21 Gao Xiang [this message]
2020-06-03  3:50 ` [GIT PULL] erofs updates for 5.8-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=20200603012137.GA12304@xiangao.remote.csb \
    --to=hsiangkao@redhat.com \
    --cc=akpm@linux-foundation.org \
    --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=viro@zeniv.linux.org.uk \
    /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).