[GIT PULL] gfs2 changes

From: Andreas Gruenbacher
Date: Mon Sep 23 2024 - 14:04:53 EST


Dear Linus,

please consider pulling the following gfs2 changes.

Thank you very much,
Andreas


The following changes since commit 6706415bf9f3dcb425f4b60a08a3a6f1d94ec0e0:

Merge tag 'gfs2-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2024-07-17 12:23:33 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v6.10-fixes

for you to fetch changes up to 6888c1e85f5db129e6ddcff879bb127bbfdb5c64:

gfs2: Remove gfs2_aspace_writepage() (2024-09-02 14:46:37 +0200)

----------------------------------------------------------------
gfs2 changes

- Eliminate the writepage address space operation (by Matthew Wilcox).

- A syzkaller fix (by Julian Sun) and a minor cleanup (by Andreas
Gruenbacher).

----------------------------------------------------------------
Andreas Gruenbacher (1):
gfs2: Minor gfs2_glock_cb cleanup

Julian Sun (1):
gfs2: fix double destroy_workqueue error

Matthew Wilcox (Oracle) (4):
gfs2: Add gfs2_aspace_writepages()
gfs2: Remove __gfs2_writepage()
gfs2: Remove gfs2_jdata_writepage()
gfs2: Remove gfs2_aspace_writepage()

fs/gfs2/aops.c | 30 ------------------------------
fs/gfs2/glock.c | 9 ++++++---
fs/gfs2/log.c | 12 ++----------
fs/gfs2/meta_io.c | 24 +++++++++++++++++-------
fs/gfs2/ops_fstype.c | 3 ++-
5 files changed, 27 insertions(+), 51 deletions(-)