summaryrefslogtreecommitdiffstats
path: root/lib/locking
Commit message (Expand)AuthorAgeFilesLines
* locking: clarify read-only locking error message v2Peter Rajnoha2012-07-251-1/+1
* locking: clarify read-only locking error messagePeter Rajnoha2012-07-251-1/+2
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-5/+6
* Add some lock commentsZdenek Kabelac2012-04-241-5/+5
* Fix exclusive lvmchange -aey to fail if volume is active on different node.Milan Broz2012-03-271-1/+1
* Keep exclusive activation in pvmove if LV is already active.Milan Broz2012-03-261-1/+1
* Remove unused and wrongly set cluster VG flag from clvmd lock query command.Milan Broz2012-03-261-1/+1
* Few more close and dev_close traceZdenek Kabelac2012-03-011-1/+2
* Ignore result of unlock explicitelyZdenek Kabelac2012-02-271-1/+1
* Check that whole locking_dir fits _lock_dir bufferZdenek Kabelac2012-02-081-3/+9
* Ensure strncpy() function always ends with '\0'Zdenek Kabelac2012-02-081-1/+2
* Attempt to improve clustered 'lvchange -aey' behaviour to try local node beforeAlasdair Kergon2012-01-213-23/+56
* Preserve exclusive activation of cluster mirror when converting.Jonathan Earl Brassow2012-01-202-2/+2
* Add dm_uuid_prefix/dm_set_uuid_prefix for non-lvm users to override hard-codedAlasdair Kergon2012-01-101-4/+7
* Don't pass LCK_LOCAL to clvmd - it's unused.Alasdair Kergon2011-12-081-4/+6
* Update comments. CLUSTER_VG belongs firmly to args[0].Alasdair Kergon2011-12-081-6/+7
* Fix FIXME and comment :-)Milan Broz2011-12-031-2/+2
* Switch locking bits to match RHEL5 version.Milan Broz2011-12-031-4/+8
* Update comment on LCK_*DMEVENTD*.Petr Rockai2011-11-301-2/+3
* Fix clvmd to respect DMEVENTD_MONITOR_IGNORE. Fixes a bug where dmeventdPetr Rockai2011-11-302-1/+5
* Pass exclusive LV locks to all nodes in the cluster.Alasdair Kergon2011-10-211-1/+0
* Introduce revert_lv for better pvmove cleanup.Alasdair Kergon2011-09-275-4/+26
* Abort if _finish_pvmove suspend_lvs fails instead of cleaning up incompletely.Alasdair Kergon2011-09-272-3/+12
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-302-3/+3
* Suppress locking error messages in monitoring init scripts.Peter Rajnoha2011-08-111-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* If anything bad happens and unlocking failsMilan Broz2011-08-101-9/+13
* Suppress low-level locking errors and warnings while using --sysinit.Peter Rajnoha2011-08-096-33/+46
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-111-2/+2
* Propagate test mode to clvmd to skip activation and changes to held locks.Alasdair Kergon2011-06-012-0/+4
* pre-release clean-upsAlasdair Kergon2011-04-291-2/+2
* clean up critical section patchAlasdair Kergon2011-04-282-8/+11
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-1/+1
* Fix some forgotten -Wold-style-definition gcc warningsZdenek Kabelac2011-04-081-1/+2
* Fix sending uninitilised bytes in cluster messagesZdenek Kabelac2011-03-291-2/+4
* Critical sectionZdenek Kabelac2011-02-182-4/+22
* Fix for bug 677739: removing final exclusive cmirror snapshot,Jonathan Earl Brassow2011-02-182-2/+2
* Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow2011-02-042-2/+5
* Remove extra sync calls.Zdenek Kabelac2011-02-041-3/+1
* Use cluster-wide message to request device name syncZdenek Kabelac2011-02-043-5/+19
* a few more commentsAlasdair Kergon2011-02-021-2/+6
* Allow CLVMD_CMD_SYNC_NAMES to be propagated around the cluster if requested.Alasdair Kergon2011-02-021-7/+11
* Better fix for no-locking udev sync and clvmdZdenek Kabelac2011-02-021-1/+3
* Revert wrong fix for nolock locking missing fs_unlockZdenek Kabelac2011-02-022-4/+1
* fix bad 'strcmp's in 'decode_lock_type' - missing !'sJonathan Earl Brassow2011-02-011-5/+5
* Fix udev synchronization for no-locking modeZdenek Kabelac2011-01-312-1/+4
* Skip NULL check before dm_freeZdenek Kabelac2011-01-281-2/+1
* Skip unnecessary lock_vol() call after volume deactivationZdenek Kabelac2011-01-131-12/+13
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-125-8/+22
* Speedup consequent activation callsZdenek Kabelac2011-01-101-0/+1