[GIT PULL] GFS2 fixes for 5.10-rc1
From: Andreas Gruenbacher
Date: Thu Nov 05 2020 - 05:27:43 EST
Hi Linus,
please consider pulling the following gfs2 fixes on top of 5.10-rc1 (ish).
Thank you very much,
Andreas
The following changes since commit 4525c8781ec0701ce824e8bd379ae1b129e26568:
scsi: qla2xxx: remove incorrect sparse #ifdef (2020-10-26 15:45:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.10-rc1-fixes
for you to fetch changes up to da7d554f7c62d0c17c1ac3cc2586473c2d99f0bd:
gfs2: Wake up when sd_glock_disposal becomes zero (2020-11-03 14:39:11 +0100)
----------------------------------------------------------------
Various gfs2 fixes
----------------------------------------------------------------
Alexander Aring (1):
gfs2: Wake up when sd_glock_disposal becomes zero
Andreas Gruenbacher (1):
gfs2: Don't call cancel_delayed_work_sync from within delete work function
Bob Peterson (6):
gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free
gfs2: Add missing truncate_inode_pages_final for sd_aspace
gfs2: init_journal's undo directive should also undo the statfs inodes
gfs2: Split up gfs2_meta_sync into inode and rgrp versions
gfs2: don't initialize statfs_change inodes in spectator mode
gfs2: check for live vs. read-only file system in gfs2_fitrim
fs/gfs2/glock.c | 3 ++-
fs/gfs2/glops.c | 56 +++++++++++++++++++++++++++++++++++++++++-----------
fs/gfs2/glops.h | 1 +
fs/gfs2/inode.c | 3 ++-
fs/gfs2/lops.c | 31 +++++------------------------
fs/gfs2/lops.h | 2 --
fs/gfs2/ops_fstype.c | 14 ++++++++-----
fs/gfs2/recovery.c | 2 +-
fs/gfs2/rgrp.c | 5 ++++-
fs/gfs2/super.c | 1 +
10 files changed, 70 insertions(+), 48 deletions(-)