From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Yue Hu <huyue2@coolpad.com>,
Chunhai Guo <guochunhai@vivo.com>,
linux-erofs@lists.ozlabs.org
Subject: [GIT PULL] erofs fixes for 6.5-rc2
Date: Thu, 13 Jul 2023 23:27:49 +0800 [thread overview]
Message-ID: <ZLAX9WApf3wGm5Q+@debian> (raw)
Hi Linus,
Could you consider these patches for 6.5-rc2?
Three patches address regressions related to post-EOF unexpected
behaviors and fsdax unavailability of chunk-based regular files.
The other two patches mainly get rid of kmap_atomic() and simplify
z_erofs_transform_plain() which I think they are simple enough to
be addressed in this cycle.
All commits have been in -next for a while and no potential merge
conflict is observed.
Thanks,
Gao Xiang
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.5-rc2-fixes
for you to fetch changes up to 18bddc5b67038722cb88fcf51fbf41a0277092cb:
erofs: fix fsdax unavailability for chunk-based regular files (2023-07-12 00:50:56 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix two unexpected loop cases when reading beyond EOF;
- Fix fsdax unavailability for chunk-based regular files;
- Get rid of the remaining kmap_atomic();
- Minor cleanups.
----------------------------------------------------------------
Chunhai Guo (2):
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond EOF
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Gao Xiang (2):
erofs: get rid of the remaining kmap_atomic()
erofs: simplify z_erofs_transform_plain()
Xin Yin (1):
erofs: fix fsdax unavailability for chunk-based regular files
fs/erofs/decompressor.c | 37 +++++++++++++++++--------------------
fs/erofs/inode.c | 3 ++-
fs/erofs/zdata.c | 4 ++--
3 files changed, 21 insertions(+), 23 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Gao Xiang <xiang@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-erofs@lists.ozlabs.org, LKML <linux-kernel@vger.kernel.org>,
Chao Yu <chao@kernel.org>, Xin Yin <yinxin.x@bytedance.com>,
Chunhai Guo <guochunhai@vivo.com>, Yue Hu <huyue2@coolpad.com>
Subject: [GIT PULL] erofs fixes for 6.5-rc2
Date: Thu, 13 Jul 2023 23:27:49 +0800 [thread overview]
Message-ID: <ZLAX9WApf3wGm5Q+@debian> (raw)
Hi Linus,
Could you consider these patches for 6.5-rc2?
Three patches address regressions related to post-EOF unexpected
behaviors and fsdax unavailability of chunk-based regular files.
The other two patches mainly get rid of kmap_atomic() and simplify
z_erofs_transform_plain() which I think they are simple enough to
be addressed in this cycle.
All commits have been in -next for a while and no potential merge
conflict is observed.
Thanks,
Gao Xiang
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.5-rc2-fixes
for you to fetch changes up to 18bddc5b67038722cb88fcf51fbf41a0277092cb:
erofs: fix fsdax unavailability for chunk-based regular files (2023-07-12 00:50:56 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix two unexpected loop cases when reading beyond EOF;
- Fix fsdax unavailability for chunk-based regular files;
- Get rid of the remaining kmap_atomic();
- Minor cleanups.
----------------------------------------------------------------
Chunhai Guo (2):
erofs: avoid useless loops in z_erofs_pcluster_readmore() when reading beyond EOF
erofs: avoid infinite loop in z_erofs_do_read_page() when reading beyond EOF
Gao Xiang (2):
erofs: get rid of the remaining kmap_atomic()
erofs: simplify z_erofs_transform_plain()
Xin Yin (1):
erofs: fix fsdax unavailability for chunk-based regular files
fs/erofs/decompressor.c | 37 +++++++++++++++++--------------------
fs/erofs/inode.c | 3 ++-
fs/erofs/zdata.c | 4 ++--
3 files changed, 21 insertions(+), 23 deletions(-)
next reply other threads:[~2023-07-13 15:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 15:27 Gao Xiang [this message]
2023-07-13 15:27 ` [GIT PULL] erofs fixes for 6.5-rc2 Gao Xiang
2023-07-13 21:41 ` pr-tracker-bot
2023-07-13 21:41 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZLAX9WApf3wGm5Q+@debian \
--to=xiang@kernel.org \
--cc=guochunhai@vivo.com \
--cc=huyue2@coolpad.com \
--cc=linux-erofs@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.