[PATCH 0/6] dlm patches for 2.6.28

From: David Teigland
Date: Mon Sep 22 2008 - 14:40:54 EST



Hi,

These are the pending dlm patches for the 2.6.28 merge. They have all
been in linux-next for quite a while. There are two minor enhancements in
addition to the fixes. The first allows a lockspace to be created and
used from both kernel and userspace threads at once. This is to support
ocfs2 tools using the dlm along with the fs. The second copies an idea
from ocfs2: it allows the dlm to detect when the necessary userspace
control daemon fails, and stop locking activity in response.
Dave


Andrew Morton (1):
dlm: choose better identifiers

David Teigland (5):
dlm: allow multiple lockspace creates
dlm: detect available userspace daemon
dlm: fix locking of lockspace list in dlm_scand
dlm: fix address compare
dlm: remove bkl


fs/dlm/config.c | 77 ++++++++++++++-------
fs/dlm/dlm_internal.h | 7 ++-
fs/dlm/lockspace.c | 158 ++++++++++++++++++++++++++++++++-----------
fs/dlm/lockspace.h | 1 +
fs/dlm/user.c | 124 +++++++++++++++++++++++++--------
fs/dlm/user.h | 4 +-
fs/gfs2/locking/dlm/mount.c | 3 +-
include/linux/dlm.h | 5 +-
include/linux/dlm_device.h | 2 +-
9 files changed, 281 insertions(+), 100 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/