[GIT PULL] erofs updates for 5.14-rc1

Gao Xiang xiang at kernel.org
Tue Jun 29 01:30:22 AEST 2021


Hi Linus,

Could you consider this pull request for 5.14-rc1?

No noticable change available for this cycle. Just a bugfix related to
sb chksum feature, 2 minor cleanups and Chao's email address update.

All commits have been in linux-next. This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8215d5b7f15f8643bf12fe005b2bc0cc322aff62:

  MAINTAINERS: erofs: update my email address (2021-06-28 04:46:32 +0800)

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

 - fix wrong error code overwritten due to sb checksum feature;

 - 2 minor cleanups;

 - update Chao's email address.

----------------------------------------------------------------
Chao Yu (1):
      MAINTAINERS: erofs: update my email address

Gao Xiang (1):
      erofs: clean up file headers & footers

Wei Yongjun (1):
      erofs: fix error return code in erofs_read_superblock()

Yue Hu (1):
      erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()

 MAINTAINERS             | 2 +-
 fs/erofs/Kconfig        | 1 -
 fs/erofs/compress.h     | 2 --
 fs/erofs/data.c         | 2 --
 fs/erofs/decompressor.c | 2 --
 fs/erofs/dir.c          | 2 --
 fs/erofs/erofs_fs.h     | 2 --
 fs/erofs/inode.c        | 2 --
 fs/erofs/internal.h     | 2 --
 fs/erofs/namei.c        | 2 --
 fs/erofs/super.c        | 3 +--
 fs/erofs/tagptr.h       | 3 ---
 fs/erofs/utils.c        | 2 --
 fs/erofs/xattr.c        | 2 --
 fs/erofs/xattr.h        | 1 -
 fs/erofs/zdata.c        | 6 +-----
 fs/erofs/zdata.h        | 1 -
 fs/erofs/zmap.c         | 2 --
 fs/erofs/zpvec.h        | 7 +------
 19 files changed, 4 insertions(+), 42 deletions(-)



More information about the Linux-erofs mailing list