[Cluster-devel] conga/luci/site/luci/var Data.fs

2009-03-24 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL5 Changes by: rmcc...@sourceware.org 2009-03-24 20:09:04 Modified files: luci/site/luci/var: Data.fs Log message: update Zope DB for bz483775 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/

[Cluster-devel] conga ./conga.spec.in.in luci/cluster/cluster_ ...

2009-03-24 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL5 Changes by: rmcc...@sourceware.org 2009-03-24 20:06:42 Modified files: . : conga.spec.in.in luci/cluster : cluster_svc-macros luci/site/luci/Extensions: LuciClusterInfo.py

[Cluster-devel] [PATCH 7/7] dlm: fix length calculation in compat code

2009-03-24 Thread David Teigland
Using offsetof() to calculate name length does not work because it does not produce consistent results with with structure packing. This caused memcpy to corrupt memory by copying 4 extra bytes off the end of the buffer on 64 bit kernels with 32 bit userspace (the only case where this 32/64 compat

[Cluster-devel] [PATCH 6/7] dlm: ignore cancel on granted lock

2009-03-24 Thread David Teigland
Return immediately from dlm_unlock(CANCEL) if the lock is granted and not being converted; there's nothing to cancel. Signed-off-by: David Teigland --- fs/dlm/lock.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 8cb9204..205ec9

[Cluster-devel] [PATCH 1/7] dlm: Change rwlock which is only used in write mode to a spinlock

2009-03-24 Thread David Teigland
From: Steven Whitehouse The ls_dirtbl[].lock was an rwlock, but since it was only used in write mode a spinlock will suffice. Signed-off-by: Steven Whitehouse Signed-off-by: David Teigland --- fs/dlm/dir.c | 18 +- fs/dlm/dlm_internal.h |2 +- fs/dlm/lockspace.c

[Cluster-devel] [PATCH 5/7] dlm: clear defunct cancel state

2009-03-24 Thread David Teigland
When a conversion completes successfully and finds that a cancel of the convert is still in progress (which is now a moot point), preemptively clear the state associated with outstanding cancel. That state could cause a subsequent conversion to be ignored. Also, improve the consistency and content

[Cluster-devel] [PATCH 4/7] dlm: replace idr with hash table for connections

2009-03-24 Thread David Teigland
From: Christine Caulfield Integer nodeids can be too large for the idr code; use a hash table instead. Signed-off-by: Christine Caulfield Signed-off-by: David Teigland --- fs/dlm/lowcomms.c | 171 1 files changed, 92 insertions(+), 79 dele

[Cluster-devel] [PATCH 3/7] dlm: comment typo fixes

2009-03-24 Thread David Teigland
From: Joe Perches Signed-off-by: Joe Perches Signed-off-by: David Teigland --- fs/dlm/lowcomms.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index bf09262..982314c 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@

[Cluster-devel] [PATCH 0/7] dlm patches for 2.6.30

2009-03-24 Thread David Teigland
(Copying cluster-devel on earlier linux-kernel mail.) Hi, These are the pending dlm patches for the 2.6.30 merge. They have all been in linux-next for quite a while. The notable fixes come from using the dlm with ocfs2 and relate to handling lock cancelation and large nodeids. Dave fs/dlm/d

[Cluster-devel] [PATCH 2/7] dlm: use ipv6_addr_copy

2009-03-24 Thread David Teigland
From: Joe Perches Signed-off-by: Joe Perches Signed-off-by: David Teigland --- fs/dlm/lowcomms.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 103a5eb..bf09262 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -5

[Cluster-devel] GFS2: Pull request

2009-03-24 Thread Steven Whitehouse
Hi, Please consider pulling the following GFS2 changes. There are two very small (2 line) bug fixes since the posting to lkml, otherwise the tree is identical, Steve. The following changes since commit 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84: Linus Torvalds (1): Linux 2.6.29 are avai

[Cluster-devel] GFS2 git tree

2009-03-24 Thread Steven Whitehouse
Hi, I've just rebased the -nmw git tree to 2.6.29. I'll send a merge request shortly, Steve.

[Cluster-devel] Cluster 3.0.0.rc1 release

2009-03-24 Thread Fabio M. Di Nitto
he cluster team and its community are proud to announce the 3.0.0.rc1 release candidate from the STABLE3 branch. The development cycle for 3.0.0 is completed. The STABLE3 branch is now collecting only bug fixes and minimal update required to build and run on top of the latest upstream kernel/coros