summaryrefslogtreecommitdiffstats
path: root/dlm
Commit message (Collapse)AuthorAgeFilesLines
* dlm_load: lvb bitsHEADmasterDavid Teigland2012-11-161-0/+55
|
* dlm_seq: updateDavid Teigland2012-08-291-10/+166
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_load: use QUECVTDavid Teigland2012-04-091-6/+18
| | | | | | add QUECVT command and random load option Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_master: time opsDavid Teigland2012-02-141-1/+17
|
* dlm_master: more locksDavid Teigland2012-01-241-18/+41
|
* dlm_master: new testDavid Teigland2012-01-201-0/+353
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_load: user command inputDavid Teigland2011-11-161-156/+300
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_seq: add iterations optionDavid Teigland2011-10-031-16/+33
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_seq: add new testDavid Teigland2011-07-131-0/+306
| | | | | | | | | measure time to: acquire locks on resources 1-N convert the locks (with -c) unlock the locks (with -u) Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_load: sleep optionsDavid Teigland2011-07-131-6/+22
|
* dlm_kill: fix sleepsDavid Teigland2010-11-042-2/+2
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: dlm_lock releaseDavid Teigland2010-11-041-0/+19
| | | | | | to forcibly clear default lockspace Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: updatesDavid Teigland2010-11-043-17/+89
| | | | | | better emulate target application Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: add dlm_lock_alt testDavid Teigland2010-10-293-11/+322
| | | | | | | | dlm_lock_alt is like dlm_lock_loop, but it enforces a back-and-forth pattern (using a separate dlm lock), ensuring that each node gets the EX in turn after a kill. Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: new testDavid Teigland2010-10-274-0/+353
| | | | | | | | | | | | (dlm_lockspace keeps lockspace around during loop test) node1: dlm_lockspace node2: dlm_lockspace (multiple instances of loop test can be run per node) node1: dlm_lock_loop node2: dlm_lock_loop Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_klock: ifdef RHEL5David Teigland2010-10-221-0/+12
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_klock: miscDavid Teigland2010-07-302-16/+5
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_klock: new testDavid Teigland2010-07-294-0/+384
| | | | | | kernel module that acquires dlm locks Signed-off-by: David Teigland <teigland@redhat.com>
* lock_load: miscDavid Teigland2010-07-271-0/+12
| | | | Signed-off-by: David Teigland <teigland@redhat.com>
* alternate-lvb: copy overDavid Teigland2010-04-131-0/+179
| | | | | | from cluster git tree Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_load: handle EBUSY after cancelDavid Teigland2010-04-091-0/+40
| | | | | | | Nothing we can do to be certain we won't get EBUSY after cancel sometimes, so don't make it an error. Signed-off-by: David Teigland <teigland@redhat.com>
* add new dlm and fs testsDavid Teigland2010-04-061-0/+794
Signed-off-by: David Teigland <teigland@redhat.com>