[Cluster-devel] [GFS2 PATCH 00/10] gfs2: misc. patch collection

Bob Peterson rpeterso at redhat.com
Tue Jul 13 18:09:48 UTC 2021


This is a set of 10 patches from my collection. They can be added
individually or as a set.

Bob Peterson (10):
  gfs2: Fix glock recursion in freeze_go_xmote_bh
  gfs2: Eliminate go_xmote_bh in favor of go_lock
  gfs2: be more verbose replaying invalid rgrp blocks
  gfs2: trivial clean up of gfs2_ail_error
  gfs2: tiny cleanup in gfs2_log_reserve
  gfs2: init system threads before freeze lock
  gfs2: Don't release and reacquire local statfs bh
  gfs2: New log flush watchdog
  gfs2: fix deadlock in gfs2_ail1_empty withdraw
  gfs2: replace sd_aspace with sd_inode

 fs/gfs2/aops.c       |   9 +---
 fs/gfs2/glock.c      |  12 +----
 fs/gfs2/glops.c      |  43 +++++++++--------
 fs/gfs2/incore.h     |  15 +++++-
 fs/gfs2/log.c        |  71 +++++++++++++++++++++++++---
 fs/gfs2/log.h        |   1 +
 fs/gfs2/lops.c       |  44 ++++++++++++------
 fs/gfs2/main.c       |   8 ++++
 fs/gfs2/meta_io.c    |   2 +-
 fs/gfs2/meta_io.h    |   2 -
 fs/gfs2/ops_fstype.c |  80 +++++++++++++++++++++++++++-----
 fs/gfs2/super.c      | 107 ++++++++-----------------------------------
 fs/gfs2/super.h      |   3 +-
 fs/gfs2/sys.c        |   6 ++-
 14 files changed, 235 insertions(+), 168 deletions(-)

-- 
2.31.1




More information about the Cluster-devel mailing list