From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Tue, 24 Mar 2009 09:11:29 -0500 Subject: [Cluster-devel] [PATCH 0/7] dlm patches for 2.6.30 Message-ID: <1237903896-18969-1-git-send-email-teigland@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit (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/dir.c | 18 +++--- fs/dlm/dlm_internal.h | 2 +- fs/dlm/lock.c | 60 ++++++++++++++-- fs/dlm/lockspace.c | 2 +- fs/dlm/lowcomms.c | 181 ++++++++++++++++++++++++++----------------------- fs/dlm/user.c | 24 ++++--- 6 files changed, 175 insertions(+), 112 deletions(-) Christine Caulfield (1): dlm: replace idr with hash table for connections David Teigland (3): dlm: clear defunct cancel state dlm: ignore cancel on granted lock dlm: fix length calculation in compat code Joe Perches (2): dlm: use ipv6_addr_copy dlm: comment typo fixes Steven Whitehouse (1): dlm: Change rwlock which is only used in write mode to a spinlock