All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] GFS2 fixes for 5.7
@ 2020-05-12 14:54 ` Andreas Gruenbacher
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Gruenbacher @ 2020-05-12 14:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andreas Gruenbacher, cluster-devel, linux-kernel

Hi Linus,

could you please pull the following fixes for gfs2?

Thanks a lot,
Andreas

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.7-rc1.fixes

for you to fetch changes up to b14c94908b1b884276a6608dea3d0b1b510338b7:

  Revert "gfs2: Don't demote a glock until its revokes are written" (2020-05-08 15:01:25 -0500)

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

Fixes for bugs prior to v5.7-rc1:
- Fix random block reads when reading fragmented journals (v5.2).
- Fix a possible random memory access in gfs2_walk_metadata (v5.3).

Fixes for v5.7-rc1:
- Fix several overlooked gfs2_qa_get / gfs2_qa_put imbalances.
- Fix several bugs in the new filesystem withdraw logic.

----------------------------------------------------------------
Andreas Gruenbacher (3):
      gfs2: Another gfs2_walk_metadata fix
      gfs2: More gfs2_find_jhead fixes
      gfs2: Grab glock reference sooner in gfs2_add_revoke

Bob Peterson (11):
      gfs2: fix withdraw sequence deadlock
      gfs2: Fix error exit in do_xmote
      gfs2: Fix BUG during unmount after file system withdraw
      gfs2: Fix use-after-free in gfs2_logd after withdraw
      gfs2: Fix problems regarding gfs2_qa_get and _put
      gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_change
      gfs2: remove check for quotas on in gfs2_quota_check
      gfs2: move privileged user check to gfs2_quota_lock_check
      gfs2: don't call quota_unhold if quotas are not locked
      gfs2: If go_sync returns error, withdraw but skip invalidate
      Revert "gfs2: Don't demote a glock until its revokes are written"

 fs/gfs2/bmap.c    | 16 +++++++++-------
 fs/gfs2/glock.c   |  6 ++----
 fs/gfs2/inode.c   |  7 ++++---
 fs/gfs2/log.c     | 11 ++++++++---
 fs/gfs2/lops.c    | 19 ++++++++++++-------
 fs/gfs2/meta_io.c |  2 +-
 fs/gfs2/quota.c   | 13 +++++--------
 fs/gfs2/quota.h   |  3 ++-
 fs/gfs2/super.c   |  1 -
 fs/gfs2/util.c    | 10 ++++++----
 10 files changed, 49 insertions(+), 39 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] [GIT PULL] GFS2 fixes for 5.7
@ 2020-05-12 14:54 ` Andreas Gruenbacher
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Gruenbacher @ 2020-05-12 14:54 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi Linus,

could you please pull the following fixes for gfs2?

Thanks a lot,
Andreas

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.7-rc1.fixes

for you to fetch changes up to b14c94908b1b884276a6608dea3d0b1b510338b7:

  Revert "gfs2: Don't demote a glock until its revokes are written" (2020-05-08 15:01:25 -0500)

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

Fixes for bugs prior to v5.7-rc1:
- Fix random block reads when reading fragmented journals (v5.2).
- Fix a possible random memory access in gfs2_walk_metadata (v5.3).

Fixes for v5.7-rc1:
- Fix several overlooked gfs2_qa_get / gfs2_qa_put imbalances.
- Fix several bugs in the new filesystem withdraw logic.

----------------------------------------------------------------
Andreas Gruenbacher (3):
      gfs2: Another gfs2_walk_metadata fix
      gfs2: More gfs2_find_jhead fixes
      gfs2: Grab glock reference sooner in gfs2_add_revoke

Bob Peterson (11):
      gfs2: fix withdraw sequence deadlock
      gfs2: Fix error exit in do_xmote
      gfs2: Fix BUG during unmount after file system withdraw
      gfs2: Fix use-after-free in gfs2_logd after withdraw
      gfs2: Fix problems regarding gfs2_qa_get and _put
      gfs2: Change BUG_ON to an assert_withdraw in gfs2_quota_change
      gfs2: remove check for quotas on in gfs2_quota_check
      gfs2: move privileged user check to gfs2_quota_lock_check
      gfs2: don't call quota_unhold if quotas are not locked
      gfs2: If go_sync returns error, withdraw but skip invalidate
      Revert "gfs2: Don't demote a glock until its revokes are written"

 fs/gfs2/bmap.c    | 16 +++++++++-------
 fs/gfs2/glock.c   |  6 ++----
 fs/gfs2/inode.c   |  7 ++++---
 fs/gfs2/log.c     | 11 ++++++++---
 fs/gfs2/lops.c    | 19 ++++++++++++-------
 fs/gfs2/meta_io.c |  2 +-
 fs/gfs2/quota.c   | 13 +++++--------
 fs/gfs2/quota.h   |  3 ++-
 fs/gfs2/super.c   |  1 -
 fs/gfs2/util.c    | 10 ++++++----
 10 files changed, 49 insertions(+), 39 deletions(-)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GFS2 fixes for 5.7
  2020-05-12 14:54 ` [Cluster-devel] " Andreas Gruenbacher
@ 2020-05-12 18:55   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-12 18:55 UTC (permalink / raw)
  To: Andreas Gruenbacher
  Cc: Linus Torvalds, Andreas Gruenbacher, cluster-devel, linux-kernel

The pull request you sent on Tue, 12 May 2020 16:54:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.7-rc1.fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e719340f46bd9413590121b140714728862ffe05

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Cluster-devel] [GIT PULL] GFS2 fixes for 5.7
@ 2020-05-12 18:55   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-12 18:55 UTC (permalink / raw)
  To: cluster-devel.redhat.com

The pull request you sent on Tue, 12 May 2020 16:54:34 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-v5.7-rc1.fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e719340f46bd9413590121b140714728862ffe05

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-12 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12 14:54 [GIT PULL] GFS2 fixes for 5.7 Andreas Gruenbacher
2020-05-12 14:54 ` [Cluster-devel] " Andreas Gruenbacher
2020-05-12 18:55 ` pr-tracker-bot
2020-05-12 18:55   ` [Cluster-devel] " pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.