lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat,  4 Dec 2021 11:24:46 +0100
From:   Andreas Gruenbacher <agruenba@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andreas Gruenbacher <agruenba@...hat.com>,
        cluster-devel@...hat.com, linux-kernel@...r.kernel.org
Subject: [GIT PULL] gfs2 fixes for v5.16-rc4

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ