[GIT PULL] erofs updates for 5.6-rc1

From: Gao Xiang
Date: Tue Jan 28 2020 - 21:05:37 EST


Hi Linus,

Could you consider this pull request for 5.6-rc1?

A regression fix, several cleanups and (maybe) plus an upcoming
new mount api convert patch as a part of vfs update are considered
available for this cycle.

All commits have been in linux-next and tested with no smoke out.

Thanks,
Gao Xiang

The following changes since commit c79f46a282390e0f5b306007bf7b11a46d529538:

Linux 5.5-rc5 (2020-01-05 14:23:27 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1e4a295567949ee8e6896a7db70afd1b6246966e:

erofs: clean up z_erofs_submit_queue() (2020-01-21 16:46:23 +0800)

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

- fix an out-of-bound read access introduced in v5.3,
which could rarely cause data corruption;

- various cleanup patches.

----------------------------------------------------------------
Gao Xiang (3):
erofs: fix out-of-bound read for shifted uncompressed block
erofs: fold in postsubmit_is_all_bypassed()
erofs: clean up z_erofs_submit_queue()

Vladimir Zapolskiy (4):
erofs: correct indentation of an assigned structure inside a function
erofs: remove unused tag argument while finding a workgroup
erofs: remove unused tag argument while registering a workgroup
erofs: remove void tagging/untagging of workgroup pointers

fs/erofs/decompressor.c | 22 ++++-----
fs/erofs/internal.h | 4 +-
fs/erofs/utils.c | 15 ++----
fs/erofs/xattr.h | 17 +++----
fs/erofs/zdata.c | 123 +++++++++++++++++++-----------------------------
5 files changed, 74 insertions(+), 107 deletions(-)