[GIT PULL] gfs2 changes for 7.2
From: Andreas Gruenbacher
Date: Fri Jun 26 2026 - 11:07:38 EST
Dear Linus,
please consider pulling the following gfs2 fixes for 7.2. And sorry for the
rather late request.
Thanks,
Andreas
The following changes since commit 4da0dd95be3b0321bf9687fb1a3c2fed3319c032:
Merge tag 'gfs2-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2026-04-15 19:12:04 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-7.2
for you to fetch changes up to 4982e58669b11c43644efb5fb7435975848b716e:
gfs2: page poisoning fix (2026-05-29 11:11:40 +0200)
----------------------------------------------------------------
gfs2 fixes
- page poisoning not handled correctly when growing files.
- quota initialization / destroction fixes: sleeping under a bitlock in
PREEMPT_RT, broken quota_init error recovery, missing RCU synchronization.
----------------------------------------------------------------
Andreas Gruenbacher (2):
gfs2: Remove unused fallocate_chunk argument
gfs2: page poisoning fix
Jie Wang (2):
gfs2: fix quota init duplicate scan
gfs2: move quota_init qc iterator increment
Tristan Madani (1):
gfs2: fix use-after-free in gfs2_qd_dealloc
fs/gfs2/bmap.c | 19 +++++++++++++++++++
fs/gfs2/bmap.h | 1 +
fs/gfs2/file.c | 15 ++++++++++++---
fs/gfs2/quota.c | 36 ++++++++++++++++++++++++------------
fs/gfs2/super.c | 1 +
5 files changed, 57 insertions(+), 15 deletions(-)