[GIT PULL] gfs2 fixes for v5.16-rc4

From: Andreas Gruenbacher
Date: Sat Dec 04 2021 - 05:24:57 EST


Hi Linus,

please consider pulling the following gfs2 fixes for 5.16-rc4.

Thanks,
Andreas

The following changes since commit 42eb8fdac2fc5d62392dcfcf0253753e821a97b0:

Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 (2021-11-17 15:55:07 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.16-rc4-fixes

for you to fetch changes up to 3d36e57ff768dbb919c06ffedec4bfe4587c6254:

gfs2: gfs2_create_inode rework (2021-12-02 12:41:10 +0100)

----------------------------------------------------------------
Fixes in gfs2:
* Since commit 486408d690e1 ("gfs2: Cancel remote delete work
asynchronously"), inode create and lookup-by-number can overlap more
easily and we can end up with temporary duplicate inodes. Fix the
code to prevent that.
* Fix a BUG demoting weak glock holders from a remote node.

----------------------------------------------------------------
Andreas Gruenbacher (4):
gfs2: Fix remote demote of weak glock holders
gfs2: gfs2_inode_lookup cleanup
gfs2: gfs2_inode_lookup rework
gfs2: gfs2_create_inode rework

fs/gfs2/glock.c | 10 ++++--
fs/gfs2/inode.c | 109 +++++++++++++++++++++++---------------------------------
2 files changed, 52 insertions(+), 67 deletions(-)