[GIT PULL] gfs2 fixes for v5.13-rc5

From: Andreas Gruenbacher
Date: Mon May 31 2021 - 06:56:37 EST


Hi Linus,

please consider pulling the following gfs2 fixes for v5.13-rc5.

(I'll follow up with another set of fixes that may require additional
discussion later today.)

Thanks,
Andreas

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1ab19c5de4c537ec0d9b21020395a5b5a6c059b2:

gfs2: Fix use-after-free in gfs2_glock_shrink_scan (2021-05-31 12:03:28 +0200)

----------------------------------------------------------------
Various gfs2 fixes

----------------------------------------------------------------
Andreas Gruenbacher (2):
gfs2: Prevent direct-I/O write fallback errors from getting lost
gfs2: Fix mmap locking for write faults

Bob Peterson (4):
gfs2: Fix I_NEW check in gfs2_dinode_in
gfs2: fix scheduling while atomic bug in glocks
gfs2: fix a deadlock on withdraw-during-mount
gfs2: Clean up revokes on normal withdraws

Hillf Danton (1):
gfs2: Fix use-after-free in gfs2_glock_shrink_scan

fs/gfs2/file.c | 9 +++++++--
fs/gfs2/glock.c | 28 ++++++++++++++++++++++++----
fs/gfs2/glops.c | 2 +-
fs/gfs2/log.c | 6 +++---
fs/gfs2/log.h | 1 +
fs/gfs2/lops.c | 7 ++++++-
fs/gfs2/lops.h | 1 +
fs/gfs2/util.c | 1 +
8 files changed, 44 insertions(+), 11 deletions(-)