[GIT PULL] erofs fixes for 5.9-rc1

From: Gao Xiang
Date: Wed Aug 05 2020 - 23:28:45 EST


Hi Linus,

Could you consider this pull request for 5.9-rc1?

This cycle mainly addresses an issue out of some extended inode with
designated location, which can hardly be generated by current mkfs but
needs to handle at runtime anyway. The others are quite trivial ones.

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 92ed301919932f777713b9172e525674157e983d:

Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0e62ea33ac12ebde876b67eca113630805191a66:

erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's (2020-08-03 21:04:46 +0800)

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

- use HTTPS links instead of insecure HTTP ones;

- fix crossing page boundary on specific extended inodes;

- remove useless WQ_CPU_INTENSIVE flag for unbound wq;

- minor cleanup.

----------------------------------------------------------------
Alexander A. Klimov (1):
erofs: Replace HTTP links with HTTPS ones

Gao Xiang (3):
erofs: fix extended inode could cross boundary
erofs: fold in used-once helper erofs_workgroup_unfreeze_final()
erofs: remove WQ_CPU_INTENSIVE flag from unbound wq's

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 | 123 +++++++++++++++++++++++++++++++-----------------
fs/erofs/internal.h | 2 +-
fs/erofs/namei.c | 2 +-
fs/erofs/super.c | 2 +-
fs/erofs/utils.c | 16 ++-----
fs/erofs/xattr.c | 2 +-
fs/erofs/xattr.h | 2 +-
fs/erofs/zdata.c | 6 +--
fs/erofs/zdata.h | 2 +-
fs/erofs/zmap.c | 2 +-
fs/erofs/zpvec.h | 2 +-
16 files changed, 100 insertions(+), 71 deletions(-)