[GIT PULL] gfs2 changes for 6.14
From: Andreas Gruenbacher
Date: Mon Jan 20 2025 - 09:14:05 EST
Dear Linus,
please consider pulling the following gfs2 changes.
Thanks,
Andreas
The following changes since commit ff2a7a064a69069554564f52b6a84fc8a8c7d688:
Merge tag 'gfs2-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2024-11-26 12:34:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-6.14
for you to fetch changes up to 7c9d9223802fbed4dee1ae301661bf346964c9d2:
gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag (2025-01-14 18:54:08 +0100)
----------------------------------------------------------------
gfs2 changes
- In the quota code, to avoid spurious audit messages, don't call
capable() when quotas are off.
- When changing the 'j' flag of an inode, truncate the inode address
space to avoid mixing "buffer head" and "iomap" pages.
----------------------------------------------------------------
Andreas Gruenbacher (1):
gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
Christian Göttsche (1):
gfs2: reorder capability check last
fs/gfs2/file.c | 1 +
fs/gfs2/quota.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)