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>,
	Miao Xie <miaoxie@huawei.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Al Viro <viro@zeniv.linux.org.uk>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-erofs@lists.ozlabs.org
Subject: [GIT PULL] erofs update for 5.10-rc1
Date: Tue, 13 Oct 2020 20:28:46 +0800	[thread overview]
Message-ID: <20201013122846.GA12025@xiangao.remote.csb> (raw)

Hi Linus,

Could you consider this pull request for 5.10-rc1?

This cycle addresses a reported permission issue with overlay
due to a duplicated permission check for "trusted." xattrs.
Also, a REQ_RAHEAD flag is added now to all readahead requests
in order to trace readahead I/Os. The others are random cleanups.

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 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 915f4c9358db6f96f08934dd683ae297aaa0fb91:

  erofs: remove unnecessary enum entries (2020-10-09 10:37:42 +0800)

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

 - fix an issue which can cause overlay permission problem
   due to duplicated permission check for "trusted." xattrs;

 - add REQ_RAHEAD flag to readahead requests for blktrace;

 - several random cleanup.

----------------------------------------------------------------
Chao Yu (1):
      erofs: remove unneeded parameter

Chengguang Xu (1):
      erofs: remove unnecessary enum entries

Gao Xiang (4):
      erofs: avoid duplicated permission check for "trusted." xattrs
      erofs: avoid unnecessary variable `err'
      erofs: fold in should_decompress_synchronously()
      erofs: add REQ_RAHEAD flag to readahead requests

 fs/erofs/data.c  |  2 +-
 fs/erofs/super.c |  2 --
 fs/erofs/xattr.c |  2 --
 fs/erofs/zdata.c | 48 +++++++++++++++++++++---------------------------
 4 files changed, 22 insertions(+), 32 deletions(-)


             reply	other threads:[~2020-10-13 12:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13 12:28 Gao Xiang [this message]
2020-10-13 16:24 ` [GIT PULL] erofs update for 5.10-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=20201013122846.GA12025@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).