* [GIT PULL] erofs fixes for 6.1-rc2
@ 2022-10-18 9:45 Gao Xiang
2022-10-18 19:06 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2022-10-18 9:45 UTC (permalink / raw)
To: Linus Torvalds
Cc: Chao Yu, Yue Hu, Dawei Li, Jingbo Xu, Jia Zhu, linux-erofs, LKML
(sorry, forgot to send to related mailing lists... resend now)
Hi Linus,
Could you consider these fixes for 6.1-rc2?
There are some bugs reported these days and the following patches
address them.
Some issues looks trivial but the compressed data deduplication one
can only be reproduced with the stress test for almost two weeks.
Anyway, I think all of them needs to be fixed immediately and details
are shown as below. All commits have been in linux-next and no merge
conflicts.
Thanks,
Gao Xiang
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.1-rc2-fixes
for you to fetch changes up to ce4b815686573bef82d5ee53bf6f509bf20904dc:
erofs: protect s_inodes with s_inode_list_lock for fscache (2022-10-17 14:57:57 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix illegal unmapped accesses when initializing compressed inodes;
- Fix up very rare hung on page lock after enabling compressed data
deduplication;
- Fix up inplace decompression success rate;
- Take s_inode_list_lock to protect sb->s_inodes for fscache shared
domain.
----------------------------------------------------------------
Dawei Li (1):
erofs: protect s_inodes with s_inode_list_lock for fscache
Gao Xiang (2):
erofs: shouldn't churn the mapping page for duplicated copies
erofs: fix up inplace decompression success rate
Yue Hu (1):
erofs: fix illegal unmapped accesses in z_erofs_fill_inode_lazy()
fs/erofs/fscache.c | 3 +++
fs/erofs/zdata.c | 17 +++++++----------
fs/erofs/zdata.h | 6 +++---
fs/erofs/zmap.c | 22 ++++++++++------------
4 files changed, 23 insertions(+), 25 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] erofs fixes for 6.1-rc2
2022-10-18 9:45 [GIT PULL] erofs fixes for 6.1-rc2 Gao Xiang
@ 2022-10-18 19:06 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-10-18 19:06 UTC (permalink / raw)
To: Gao Xiang; +Cc: Linus Torvalds, LKML, Yue Hu, Dawei Li, linux-erofs
The pull request you sent on Tue, 18 Oct 2022 17:45:30 +0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.1-rc2-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7ae460973d3455371a1182297357eeb9fafb0227
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-18 19:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18 9:45 [GIT PULL] erofs fixes for 6.1-rc2 Gao Xiang
2022-10-18 19:06 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox