From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 30 Jul 2009 14:02:22 +0100 Subject: [Cluster-devel] GFS2: Pull request (fixes) In-Reply-To: <1248961524-30913-1-git-send-email-swhiteho@redhat.com> References: <1248961524-30913-1-git-send-email-swhiteho@redhat.com> Message-ID: <1248958942.3298.151.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Please consider pulling the following changes, Steve. ---------------------------------------------------------------------------- The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465: Linus Torvalds (1): Linux 2.6.31-rc4 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git master Benjamin Marzinski (5): GFS2: keep statfs info in sync on grows GFS2: Fix panic in glock memory shrinker GFS2: Don't put unlikely reclaim candidates on the reclaim list. GFS2: Fix incorrent statfs consistency check GFS2: remove dcache entries for remote deleted inodes Steven Whitehouse (2): GFS2: Shrink the shrinker GFS2: Don't try and dealloc own inode fs/gfs2/aops.c | 39 +++++++++++++++ fs/gfs2/glock.c | 138 +++++++++++++++++++++++++++++++++++------------------ fs/gfs2/glock.h | 3 + fs/gfs2/glops.c | 21 ++++++++ fs/gfs2/incore.h | 2 + fs/gfs2/rgrp.c | 23 ++++------ fs/gfs2/super.c | 40 ++++++++++------ fs/gfs2/super.h | 4 ++ 8 files changed, 195 insertions(+), 75 deletions(-)