[GIT PULL] erofs update for 5.10-rc1

Gao Xiang hsiangkao at redhat.com
Tue Oct 13 23:28:46 AEDT 2020


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(-)



More information about the Linux-erofs mailing list