* [GIT PULL] erofs fixes for 6.13-rc4
@ 2024-12-17 14:23 ` Gao Xiang
0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang via Linux-erofs @ 2024-12-17 14:23 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-erofs, LKML
Hi Linus,
Could you consider these three fixes for 6.13-rc4?
The first one fixes a syzbot UAF report caused by a commit introduced
in this cycle, but it also addresses a longstanding memory leak. The
second one resolves a PSI memstall mis-accounting issue.
The remaining patches switch file-backed mounts to use buffered I/Os
by default instead of direct I/Os, since the page cache of underlay
files is typically valid and maybe even dirty. This change also aligns
with the default policy of loopback devices. A mount option has been
added to try to use direct I/Os explicitly.
All commits have been in -next and no potential merge conflict
is observed.
Thanks,
Gao Xiang
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.13-rc4-fixes
for you to fetch changes up to 6422cde1b0d5a31b206b263417c1c2b3c80fe82c:
erofs: use buffered I/O for file-backed mounts by default (2024-12-16 21:02:07 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix (pcluster) memory leak and (sbi) UAF after umounting;
- Fix a case of PSI memstall mis-accounting;
- Use buffered I/Os by default for file-backed mounts.
----------------------------------------------------------------
Gao Xiang (6):
erofs: fix rare pcluster memory leak after unmounting
erofs: fix PSI memstall accounting
erofs: add erofs_sb_free() helper
erofs: use `struct erofs_device_info` for the primary device
erofs: reference `struct erofs_device_info` for erofs_map_dev
erofs: use buffered I/O for file-backed mounts by default
Yue Hu (1):
MAINTAINERS: erofs: update Yue Hu's email address
MAINTAINERS | 2 +-
fs/erofs/data.c | 36 +++++++++----------------
fs/erofs/fileio.c | 9 ++++---
fs/erofs/fscache.c | 10 +++----
fs/erofs/internal.h | 15 ++++-------
fs/erofs/super.c | 78 +++++++++++++++++++++++++++++------------------------
fs/erofs/zdata.c | 4 +--
fs/erofs/zutil.c | 7 ++---
8 files changed, 79 insertions(+), 82 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] erofs fixes for 6.13-rc4
@ 2024-12-17 14:23 ` Gao Xiang
0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang @ 2024-12-17 14:23 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-erofs, LKML, chao, Yue Hu
Hi Linus,
Could you consider these three fixes for 6.13-rc4?
The first one fixes a syzbot UAF report caused by a commit introduced
in this cycle, but it also addresses a longstanding memory leak. The
second one resolves a PSI memstall mis-accounting issue.
The remaining patches switch file-backed mounts to use buffered I/Os
by default instead of direct I/Os, since the page cache of underlay
files is typically valid and maybe even dirty. This change also aligns
with the default policy of loopback devices. A mount option has been
added to try to use direct I/Os explicitly.
All commits have been in -next and no potential merge conflict
is observed.
Thanks,
Gao Xiang
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.13-rc4-fixes
for you to fetch changes up to 6422cde1b0d5a31b206b263417c1c2b3c80fe82c:
erofs: use buffered I/O for file-backed mounts by default (2024-12-16 21:02:07 +0800)
----------------------------------------------------------------
Changes since last update:
- Fix (pcluster) memory leak and (sbi) UAF after umounting;
- Fix a case of PSI memstall mis-accounting;
- Use buffered I/Os by default for file-backed mounts.
----------------------------------------------------------------
Gao Xiang (6):
erofs: fix rare pcluster memory leak after unmounting
erofs: fix PSI memstall accounting
erofs: add erofs_sb_free() helper
erofs: use `struct erofs_device_info` for the primary device
erofs: reference `struct erofs_device_info` for erofs_map_dev
erofs: use buffered I/O for file-backed mounts by default
Yue Hu (1):
MAINTAINERS: erofs: update Yue Hu's email address
MAINTAINERS | 2 +-
fs/erofs/data.c | 36 +++++++++----------------
fs/erofs/fileio.c | 9 ++++---
fs/erofs/fscache.c | 10 +++----
fs/erofs/internal.h | 15 ++++-------
fs/erofs/super.c | 78 +++++++++++++++++++++++++++++------------------------
fs/erofs/zdata.c | 4 +--
fs/erofs/zutil.c | 7 ++---
8 files changed, 79 insertions(+), 82 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] erofs fixes for 6.13-rc4
2024-12-17 14:23 ` Gao Xiang
@ 2024-12-17 17:24 ` pr-tracker-bot
-1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot--- via Linux-erofs @ 2024-12-17 17:24 UTC (permalink / raw)
To: Gao Xiang via Linux-erofs; +Cc: linux-erofs, Linus Torvalds, LKML
The pull request you sent on Tue, 17 Dec 2024 22:23:58 +0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.13-rc4-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ed90ed56e4b1311797302c2e6107f5049ba4586d
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] erofs fixes for 6.13-rc4
@ 2024-12-17 17:24 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-12-17 17:24 UTC (permalink / raw)
To: Gao Xiang via Linux-erofs; +Cc: Linus Torvalds, linux-erofs, LKML
The pull request you sent on Tue, 17 Dec 2024 22:23:58 +0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.13-rc4-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ed90ed56e4b1311797302c2e6107f5049ba4586d
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-12-17 17:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 14:23 [GIT PULL] erofs fixes for 6.13-rc4 Gao Xiang via Linux-erofs
2024-12-17 14:23 ` Gao Xiang
2024-12-17 17:24 ` pr-tracker-bot--- via Linux-erofs
2024-12-17 17:24 ` pr-tracker-bot
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.