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, 19 Dec 2020 22:11:27 +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 changes for 5.11

Hi Linus,

could you please pull the following gfs2 changes for 5.11?

Thanks a lot,
Andreas

The following changes since commit dd0ecf544125639e54056d851e4887dbb94b6d2f:

  gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_func (2020-12-01 00:21:10 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-5.11

for you to fetch changes up to 6e5c4ea37a99e5b97aba227fc43f3682d4bc0496:

  gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only (2020-12-03 17:04:41 +0100)

----------------------------------------------------------------
Changes in gfs2:
* Don't wait for unfreeze of the wrong filesystems.
* Remove an obsolete delete_work_func hack and an incorrect sb_start_write.
* Minor documentation updates and cosmetic care.

----------------------------------------------------------------
Andreas Gruenbacher (2):
      gfs2: Make inode operations static
      Revert "GFS2: Prevent delete work from occurring on glocks used for create"

Andrew Price (2):
      Documentation: Update filesystems/gfs2.rst
      MAINTAINERS: Add gfs2 bug tracker link

Bob Peterson (2):
      gfs2: Remove sb_start_write from gfs2_statfs_sync
      gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only

Tom Rix (1):
      gfs2: remove trailing semicolons from macro definitions

 Documentation/filesystems/gfs2.rst | 37 ++++++++++++++++++-------------------
 MAINTAINERS                        |  2 +-
 fs/gfs2/glock.c                    |  8 --------
 fs/gfs2/incore.h                   |  1 -
 fs/gfs2/inode.c                    | 16 ++++++++--------
 fs/gfs2/inode.h                    |  3 ---
 fs/gfs2/super.c                    |  2 --
 fs/gfs2/util.c                     |  2 +-
 fs/gfs2/util.h                     |  6 +++---
 9 files changed, 31 insertions(+), 46 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ