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

Bob Peterson rpeterso at redhat.com
Wed Sep 2 20:02:20 UTC 2015


Hi,

Here is a list of patches we've accumulated for GFS2 for the current upstream
merge window. There are only six patches this time: a couple of code
cleanups from Andreas, a change from signed to unsigned for glock statistics,
and two patches that improve GFS2's glock scalability by changing from a
regular hash table to a resizeable hash table.

Regards,

Bob Peterson
Red Hat File Systems

----------------------------------------------------------------

Andreas Gruenbacher (3):
  gfs2: Simplify the seq file code for "sbstats"
  gfs2: Fix a typo in a comment
  gfs2: A minor "sbstats" cleanup

Ben Hutchings (1):
  gfs2: Make statistics unsigned, suitable for use with do_div()

Bob Peterson (2):
  GFS2: Move glock superblock pointer to field gl_name
  GFS2: Use resizable hash table for glocks

 fs/gfs2/glock.c      | 348 ++++++++++++++++++++-------------------------------
 fs/gfs2/glops.c      |  38 +++---
 fs/gfs2/incore.h     |  15 +--
 fs/gfs2/lock_dlm.c   |  12 +-
 fs/gfs2/lops.c       |   6 +-
 fs/gfs2/meta_io.c    |   6 +-
 fs/gfs2/meta_io.h    |   2 +-
 fs/gfs2/quota.c      |  22 ++--
 fs/gfs2/rgrp.c       |  10 +-
 fs/gfs2/trace_gfs2.h |  34 ++---
 fs/gfs2/trans.c      |   4 +-
 11 files changed, 212 insertions(+), 285 deletions(-)

-- 
2.4.3




More information about the Cluster-devel mailing list