[Cluster-devel] [GFS2] Add writepages for GFS2 jdata

2007-10-17 Thread Steven Whitehouse
>From 58a874d0bd9013ddc2c9085736fc656fd74120da Mon Sep 17 00:00:00 2001 From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Wed, 17 Oct 2007 09:04:24 +0100 Subject: [PATCH] [GFS2] Add writepages for GFS2 jdata This patch resolves a lock ordering issue where we had been getting a transaction lock in

[Cluster-devel] [GFS2] Don't hold page lock when starting transaction

2007-10-17 Thread Steven Whitehouse
For those of you following the bugzilla, this is the long awaited patch-6b. If you don't know what that means, don't worry its not important, its just the final patch in the series. >From 260cee85730c7ae74f1feb9a40ac5fb651589178 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse <[EMAIL PROTECTE

[Cluster-devel] GFS2/DLM git tree

2007-10-17 Thread Steven Whitehouse
Hi, So as you've probably all noticed by now, Linus has merged the previous -nmw git tree earlier this week and I've thus started a new one. Although I rebased it last night, I'm about to do it again when I push that last set of patches that I just posted. Thats because I managed to pull from Linu

[Cluster-devel] [GFS2] Introduce gfs2_set_aops()

2007-10-17 Thread Steven Whitehouse
>From 8b777b51c2aebedc469fe7c6b0f41b50746c8281 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Wed, 17 Oct 2007 08:47:38 +0100 Subject: [PATCH] [GFS2] Introduce gfs2_set_aops() Just like ext3 we now have three sets of address space operations to cover the cases of writeb

[Cluster-devel] [GFS2] Add gfs2_is_writeback()

2007-10-17 Thread Steven Whitehouse
Hi, This patch and the following 4 relate to Red Hat bugzilla #303351. I've had them in my local tree for testing for a while, but I've been waiting for the merge of the new AOPs code before producing the versions for my -nmw git tree which are attached here, Steve. >From 5f5c60307feda8319fa3285

[Cluster-devel] [GFS2] Split gfs2_writepage into three cases

2007-10-17 Thread Steven Whitehouse
>From da6ae988ab5a8f1a111b1dc857c705c2e143c309 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 13:49:05 +0100 Subject: [PATCH] [GFS2] Split gfs2_writepage into three cases This patch splits gfs2_writepage into separate functions for each of the three cas

[Cluster-devel] cluster/dlm/lib libdlm.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 18:13:41 Modified files: dlm/lib: libdlm.c Log message: Honour the mode parameter to dlm_create_lockspace() even if the device node was cr

[Cluster-devel] cluster/fence/agents/xvm fence_xvmd.c

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 18:21:29 Modified files: fence/agents/xvm: fence_xvmd.c Log message: Make fence_xvmd read options from ccs like it should Patches: http://sourceware.org/

[Cluster-devel] cluster/dlm/tool main.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 18:10:56 Modified files: dlm/tool : main.c Log message: The output of 'dlm_tool lockdump' could make it appear that a granted lock was still

[Cluster-devel] cluster/dlm/tool main.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 18:08:47 Modified files: dlm/tool : main.c Log message: The output of 'dlm_tool lockdump' could make it appear that a granted lock was still converting because th

[Cluster-devel] Re: fence/agents/xvm cleanup?

2007-10-17 Thread Lon Hohberger
On Wed, 2007-10-17 at 08:32 +0200, Fabio Massimo Di Nitto wrote: > Hi Lon, > > while poking around in the code to kill ccsd, I noticed that args_get_ccs is > built within fence_xvmd but not used anywhere. > > I am not sure if that is intentional (and therefor we can just kill it) or not > used by

[Cluster-devel] cluster/fence/agents/xvm debug.c fence_xvm.c f ...

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 18:27:27 Modified files: fence/agents/xvm: debug.c fence_xvm.c fence_xvmd.c ip_lookup.c mcast.c simple_auth.c tcp.c xml.c xvm.h Log message: Make fen

[Cluster-devel] cluster/fence/agents/xvm fence_xvmd.c

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 18:29:57 Modified files: fence/agents/xvm: fence_xvmd.c Log message: Make fence_xvmd read options from ccs like it should Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/clu

[Cluster-devel] cluster/dlm/tool main.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 19:07:52 Modified files: dlm/tool : main.c Log message: used wrong define, DLM_LOCK_ instead of LKM_ Patches: http://sourceware.org/cgi-bin/cvsweb.

[Cluster-devel] cluster/dlm/tool main.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 19:11:30 Modified files: dlm/tool : main.c Log message: used wrong define, DLM_LOCK_ instead of LKM_ Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/m

[Cluster-devel] cluster/fence/agents/xvm debug.h

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 19:38:31 Added files: fence/agents/xvm: debug.h Log message: Include missing debug.h header file Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/xvm/deb

[Cluster-devel] cluster gfs/gfs_mkfs/main.c gfs/gfs_mkfs/mkfs_ ...

2007-10-17 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 20:16:35 Modified files: gfs/gfs_mkfs : main.c mkfs_gfs.h gfs2/libgfs2 : libgfs2.h gfs2/mkfs : main_mkfs.c Log message: fix bz 311591 - make lock_dlm

[Cluster-devel] cluster gfs/gfs_mkfs/main.c gfs/gfs_mkfs/mkfs_ ...

2007-10-17 Thread adas
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 20:16:44 Modified files: gfs/gfs_mkfs : main.c mkfs_gfs.h gfs2/libgfs2 : libgfs2.h gfs2/mkfs : main_mkfs.c Log message: fix bz