[GIT PULL] gfs2 fixes for 5.15

From: Andreas Gruenbacher
Date: Mon Aug 30 2021 - 17:10:45 EST


Hi Linus,

please consider pulling the following gfs2 fixes for 5.15, which are all
unrelated to the deadlock avoidance patch queue we've been discussing.

Thanks,
Andreas

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.14-rc2-fixes

for you to fetch changes up to 08d736667185dca2751cf47eabb0830cecdeb160:

gfs2: Remove redundant check from gfs2_glock_dq (2021-08-20 09:03:46 -0500)

----------------------------------------------------------------
Changes in gfs2:
* Various withdraw related fixes (freeze glock recursion, thread
initialization / destruction order, journal recovery, glock cleanup,
withdraw under journal lock).
* Some error message improvements.
* Various minor cleanups.

----------------------------------------------------------------
Bob Peterson (14):
gfs2: Fix glock recursion in freeze_go_xmote_bh
gfs2: be more verbose replaying invalid rgrp blocks
gfs2: trivial clean up of gfs2_ail_error
gfs2: tiny cleanup in gfs2_log_reserve
gfs2: init system threads before freeze lock
gfs2: Don't release and reacquire local statfs bh
gfs2: Make recovery error more readable
gfs2: Eliminate vestigial HIF_FIRST
gfs2: nit: gfs2_drop_inode shouldn't return bool
gfs2: Mark journal inodes as "don't cache"
gfs2: don't stop reads while withdraw in progress
gfs2: Don't call dlm after protocol is unmounted
gfs2: Delay withdraw from atomic context
gfs2: Remove redundant check from gfs2_glock_dq

Colin Ian King (1):
gfs2: Fix memory leak of object lsi on error return path

fs/gfs2/aops.c | 9 +----
fs/gfs2/glock.c | 13 +++----
fs/gfs2/glops.c | 27 +++++++------
fs/gfs2/incore.h | 2 +-
fs/gfs2/lock_dlm.c | 5 +++
fs/gfs2/log.c | 2 +-
fs/gfs2/lops.c | 44 +++++++++++++--------
fs/gfs2/meta_io.c | 7 ++--
fs/gfs2/ops_fstype.c | 53 +++++++++++++++++++++++++
fs/gfs2/super.c | 107 +++++++++------------------------------------------
fs/gfs2/super.h | 3 +-
fs/gfs2/util.c | 3 +-
fs/gfs2/util.h | 5 +++
13 files changed, 139 insertions(+), 141 deletions(-)