cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window)
@ 2015-09-02 20:02 Bob Peterson
  2015-09-02 20:02 ` [Cluster-devel] [PATCH 1/6] gfs2: Simplify the seq file code for "sbstats" Bob Peterson
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Bob Peterson @ 2015-09-02 20:02 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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



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

end of thread, other threads:[~2015-09-03 14:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 20:02 [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window) Bob Peterson
2015-09-02 20:02 ` [Cluster-devel] [PATCH 1/6] gfs2: Simplify the seq file code for "sbstats" Bob Peterson
2015-09-02 20:02 ` [Cluster-devel] [PATCH 2/6] GFS2: Move glock superblock pointer to field gl_name Bob Peterson
2015-09-03 14:38   ` Andreas Gruenbacher
2015-09-02 20:02 ` [Cluster-devel] [PATCH 3/6] GFS2: Use resizable hash table for glocks Bob Peterson
2015-09-03 14:39   ` Andreas Gruenbacher
2015-09-02 20:02 ` [Cluster-devel] [PATCH 4/6] gfs2: Make statistics unsigned, suitable for use with do_div() Bob Peterson
2015-09-03 14:39   ` Andreas Gruenbacher
2015-09-02 20:02 ` [Cluster-devel] [PATCH 5/6] gfs2: Fix a typo in a comment Bob Peterson
2015-09-02 20:02 ` [Cluster-devel] [PATCH 6/6] gfs2: A minor "sbstats" cleanup Bob Peterson
2015-09-03 14:45 ` [Cluster-devel] [PATCH 0/6] GFS2: Pre-pull patch posting (merge window) Andreas Gruenbacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).