From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753126AbbIJNTE (ORCPT ); Thu, 10 Sep 2015 09:19:04 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:56375 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751971AbbIJNTC (ORCPT ); Thu, 10 Sep 2015 09:19:02 -0400 Date: Thu, 10 Sep 2015 09:19:00 -0400 (EDT) From: Bob Peterson To: Linus Torvalds Cc: cluster-devel , Linux Kernel Mailing List Message-ID: <522398968.26276043.1441891140620.JavaMail.zimbra@redhat.com> In-Reply-To: <987432592.26261269.1441889826020.JavaMail.zimbra@redhat.com> Subject: GFS2: Pull request (merge window) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.3.113.53] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF40 (Linux)/8.0.6_GA_5922) Thread-Topic: GFS2: Pull request (merge window) Thread-Index: 6xMYKlE+ZAfj3DHb+TYw0LHJrAa+Aw== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please consider pulling the following changes for the GFS2 file system. I apologize for the late request, but as I explained in my previous email, I wanted to make sure everything was done "the right way." Bob Peterson ---------------------------------------------------------------- The following changes since commit c63f887bdae80858c7cebf914f45f69bbaa88e8d: Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu (2015-06-28 16:52:47 -0700) are available in the git repository at: gitolite@gitolite.kernel.org:/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-merge-window for you to fetch changes up to 8f7e0a806db0a3ba33234af3c39d68ed8c144071: gfs2: A minor "sbstats" cleanup (2015-09-03 13:34:14 -0500) ---------------------------------------------------------------- GFS2: merge window Here is a list of patches we've accumulated for GFS2 for the current upstream merge window. This time we've only got six patches, many of which are very small: - Three cleanups from Andreas Gruenbacher, including a nice cleanup of the sequence file code for the sbstats debugfs file. - A patch from Ben Hutchings that changes statistics variables from signed to unsigned. - Two patches from me that increase GFS2's glock scalability by switching from a conventional hash table to rhashtable. ---------------------------------------------------------------- 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(-)