[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201013122846.GA12025@xiangao.remote.csb>
Date: Tue, 13 Oct 2020 20:28:46 +0800
From: Gao Xiang <hsiangkao@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
Al Viro <viro@...iv.linux.org.uk>,
Andrew Morton <akpm@...ux-foundation.org>,
Miao Xie <miaoxie@...wei.com>, Chao Yu <yuchao0@...wei.com>,
Fang Wei <fangwei1@...wei.com>,
Li Guifu <bluce.liguifu@...wei.com>,
Gao Xiang <hsiangkao@...hat.com>
Subject: [GIT PULL] erofs update for 5.10-rc1
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(-)
Powered by blists - more mailing lists