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: Mon, 13 May 2024 23:03:36 +0200
From: Andreas Gruenbacher <agruenba@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andreas Gruenbacher <agruenba@...hat.com>,
	gfs2@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] gfs2 changes

Hello Linus,

please consider pulling the following gfs2 changes.

Thank you very much,
Andreas

The following changes since commit c95346ac918c5badf51b9a7ac58a26d3bd5bb224:

  gfs2: Fix invalid metadata access in punch_hole (2024-03-11 17:11:18 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c1c53c26e3380a79b65e6b53dac6c3c797a7e8f1:

  gfs2: make timeout values more explicit (2024-05-07 12:42:48 +0200)

----------------------------------------------------------------
gfs2 updates

- Properly fix the glock shrinker this time: it broke in commit "gfs2:
  Make glock lru list scanning safer" and commit "gfs2: fix glock
  shrinker ref issues" wasn't actually enough to fix it.

- On unmount, keep glocks around long enough that no more dlm callbacks
  can occur on them.

- Some more folio conversion patches from Matthew Wilcox.

- Lots of other smaller fixes and cleanups.

----------------------------------------------------------------
Andreas Gruenbacher (21):
      gfs2: Get rid of newlines in log messages
      gfs2: Remove unnecessary gfs2_meta_check_ii argument
      gfs2: Follow-up to flag rename in sysfs status file
      gfs2: Use [NO_]CREATE consistently for gfs2_glock_get
      gfs2: Don't forget to complete delayed withdraw
      gfs2: Fix NULL pointer dereference in gfs2_log_flush
      gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
      gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async
      gfs2: Don't set GLF_LOCK in gfs2_dispose_glock_lru
      gfs2: Get rid of unnecessary test_and_set_bit
      gfs2: Fix "ignore unlock failures after withdraw"
      Revert "gfs2: fix glock shrinker ref issues"
      gfs2: Fix "Make glock lru list scanning safer"
      gfs2: Fix lru_count accounting
      gfs2: Remove ill-placed consistency check
      gfs2: Fix potential glock use-after-free on unmount
      gfs2: Unlock fewer glocks on unmount
      gfs2: finish_xmote cleanup
      gfs2: do_xmote fixes
      gfs2: Remove and replace gfs2_glock_queue_work
      gfs2: gfs2_freeze_unlock cleanup

Andrew Price (1):
      gfs2: Improve gfs2_consist_inode() usage

Matthew Wilcox (Oracle) (4):
      gfs2: Convert gfs2_page_mkwrite() to use a folio
      gfs2: Simplify gfs2_read_super
      gfs2: Add a migrate_folio operation for journalled files
      gfs2: Convert gfs2_aspace_writepage() to use a folio

Wolfram Sang (1):
      gfs2: make timeout values more explicit

 fs/gfs2/aops.c       |   4 +-
 fs/gfs2/bmap.c       |   2 +-
 fs/gfs2/dir.c        |  31 +++++----
 fs/gfs2/file.c       |  59 ++++++++--------
 fs/gfs2/glock.c      | 192 +++++++++++++++++++++++++++++++--------------------
 fs/gfs2/glock.h      |   3 +-
 fs/gfs2/glops.c      |  37 ++++++----
 fs/gfs2/incore.h     |   1 +
 fs/gfs2/lock_dlm.c   |  40 ++++++++---
 fs/gfs2/log.c        |   5 +-
 fs/gfs2/meta_io.c    |  16 ++---
 fs/gfs2/ops_fstype.c |  49 ++++---------
 fs/gfs2/rgrp.c       |  10 +--
 fs/gfs2/super.c      |  28 ++++----
 fs/gfs2/sys.c        |   4 +-
 fs/gfs2/util.c       |  63 ++++++++---------
 fs/gfs2/util.h       |   6 +-
 fs/gfs2/xattr.c      |  28 ++++----
 18 files changed, 320 insertions(+), 258 deletions(-)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ