[Cluster-devel] [PATCH 00/18] GFS2: Pre-pull patch posting (merge window)

Bob Peterson rpeterso at redhat.com
Tue Oct 23 12:40:34 UTC 2018


Hi,

We've got 18 patches for this merge window, none of which are very major.

1. Andreas Gruenbacher contributed several patches to clean up the gfs2
   block allocator to prepare for future performance enhancements.
2. Andy Price contributed a patch to fix a use-after-free problem.
3. I contributed some patches that fix gfs2's broken rgrplvb mount option.
4. I contributed some cleanup patches and error message improvements.
5. Steve Whitehouse and Abhi Das sent a patch to enable getlabel support.
6. Tim Smith contributed a patch to flush the glock delete workqueue at exit.

I'm planning to send a pull request for this set in a few hours.

Regards,

Bob Peterson
---
Andreas Gruenbacher (8):
  gfs2: Always check the result of gfs2_rbm_from_block
  gfs2: Clean up out-of-bounds check in gfs2_rbm_from_block
  gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
  gfs2: Remove unused RGRP_RSRV_MINBYTES definition
  gfs2: Rename bitmap.bi_{len => bytes}
  gfs2: Fix some minor typos
  gfs2: Fix marking bitmaps non-full
  gfs2: Pass resource group to rgblk_free

Andrew Price (1):
  gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd

Bob Peterson (7):
  gfs2: improve debug information when lvb mismatches are found
  gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
  gfs2: slow the deluge of io error messages
  gfs2: Use fs_* functions instead of pr_* function where we can
  gfs2: Remove unnecessary gfs2_rlist_alloc parameter
  gfs2: write revokes should traverse sd_ail1_list in reverse
  gfs2: Fix minor typo: couln't versus couldn't.

Steve Whitehouse (1):
  gfs2: getlabel support

Tim Smith (1):
  GFS2: Flush the GFS2 delete workqueue before stopping the kernel
    threads

 fs/gfs2/bmap.c       |   4 +-
 fs/gfs2/dir.c        |  28 +++---
 fs/gfs2/file.c       |  18 +++-
 fs/gfs2/glock.c      |  17 ++--
 fs/gfs2/incore.h     |   9 +-
 fs/gfs2/lock_dlm.c   |  10 +--
 fs/gfs2/log.c        |  11 ++-
 fs/gfs2/lops.c       |   2 +-
 fs/gfs2/main.c       |   2 +
 fs/gfs2/ops_fstype.c |   2 +-
 fs/gfs2/quota.c      |   2 +-
 fs/gfs2/rgrp.c       | 201 +++++++++++++++++++++++++------------------
 fs/gfs2/rgrp.h       |  11 +--
 fs/gfs2/super.c      |   4 +-
 fs/gfs2/trans.c      |  15 ++--
 fs/gfs2/util.c       |  16 ++--
 fs/gfs2/util.h       |   2 +-
 fs/gfs2/xattr.c      |  18 ++--
 18 files changed, 218 insertions(+), 154 deletions(-)

-- 
2.17.2




More information about the Cluster-devel mailing list