An error occurred fetching the project authors.
- 09 Aug, 2006 1 commit
-
-
David Teigland authored
To aid debugging, it's useful to be able to see what nodeid the dlm is waiting on for a message reply. Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steven Whitehouse <swhiteho@redhat.com>
-
- 26 Jul, 2006 1 commit
-
-
David Teigland authored
Display more information from debugfs, particularly locks waiting for a master lookup or operations waiting for a remote reply. Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steven Whitehouse <swhiteho@redhat.com>
-
- 13 Jul, 2006 1 commit
-
-
David Teigland authored
This changes the way the dlm handles user locks. The core dlm is now aware of user locks so they can be dealt with more efficiently. There is no more dlm_device module which previously managed its own duplicate copy of every user lock. Signed-off-by:
Patrick Caulfield <pcaulfie@redhat.com> Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steven Whitehouse <swhiteho@redhat.com>
-
- 02 May, 2006 1 commit
-
-
David Teigland authored
In dlm_grant_after_purge() we were holding a hash table read_lock while calling put_rsb() which potentially removes the rsb from the hash table, taking the same lock in write. Fix this by flagging rsb's ahead of time that have been purged. Then iteratively read_lock the hash table, find a flagged rsb, unlock, process rsb. Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steven Whitehouse <swhiteho@redhat.com>
-
- 23 Feb, 2006 1 commit
-
-
David Teigland authored
This patch removes support for range locking from the DLM Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steven Whitehouse <swhiteho@redhat.com>
-
- 20 Jan, 2006 1 commit
-
-
David Teigland authored
Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steve Whitehouse <swhiteho@redhat.com>
-
- 18 Jan, 2006 1 commit
-
-
David Teigland authored
This is the core of the distributed lock manager which is required to use GFS2 as a cluster filesystem. It is also used by CLVM and can be used as a standalone lock manager independantly of either of these two projects. It implements VAX-style locking modes. Signed-off-by:
David Teigland <teigland@redhat.com> Signed-off-by:
Steve Whitehouse <swhiteho@redhat.com>
-