summaryrefslogtreecommitdiffstats
path: root/lib/locking
Commit message (Expand)AuthorAgeFilesLines
...
* Check result of dm_snprintf for errorZdenek Kabelac2011-01-052-12/+22
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-131-1/+8
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-2/+2
* Remove dead assignment in _lock_for_clusterZdenek Kabelac2010-11-291-1/+1
* Add global/metadata_read_only to use unrepaired metadata in read-only cmds.Alasdair Kergon2010-10-251-0/+7
* Limit repeated accesses to broken devices.Petr Rockai2010-10-131-0/+1
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-174-17/+22
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-172-4/+8
* Use void parameter for function definition.Zdenek Kabelac2010-08-031-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-094-7/+7
* Clean up cluster lock mode and flags definition.Milan Broz2010-06-171-0/+6
* Replicator: lock_lv_vol() finds missing VGsZdenek Kabelac2010-05-211-1/+3
* Add is_global_vg and split out from is_orphan_vg.Alasdair Kergon2010-05-193-4/+4
* Validate orphan and VG_GLOBAL lock order too.Alasdair Kergon2010-05-191-1/+1
* Note that orphan lock is always obtained lastAlasdair Kergon2010-05-191-1/+2
* Accept orphan VG names as parameters to lock_vol() and related functions.Alasdair Kergon2010-05-191-7/+7
* Use is_orphan_vg in place of hard-coded prefix tests.Alasdair Kergon2010-05-193-4/+4
* Add new --sysinit option for vgchange and lvchange.Peter Rajnoha2010-05-062-4/+2
* Install plugins to subdirsZdenek Kabelac2010-05-061-1/+1
* Mask LCK_HOLD flag in cluster VG locks for compatibility reasons.Milan Broz2010-04-131-0/+7
* Add --stripes to lvconvert too.Alasdair Kergon2010-04-131-1/+2
* Don't ignore error if resuming any LV fails in resume_lvs.Alasdair Kergon2010-04-121-2/+5
* INSTALL rules updatesZdenek Kabelac2010-04-091-8/+3
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Change most remaining log_error WARNING messages to log_warn.Alasdair Kergon2010-04-011-2/+1
* Always use blocking lock for VGs and orphan locks.Milan Broz2010-03-311-4/+2
* Fix clvmd cluster propagation of dmeventd monitoring mode.Mike Snitzer2010-03-261-1/+7
* mlockall() -> mlock()Zdenek Kabelac2010-03-051-6/+6
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Add LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES environment variable to suppress errorPeter Rajnoha2010-02-151-6/+16
* Move error message to locking constructor and printMilan Broz2010-01-222-5/+13
* Fix clvmd automatic target module loading crash.Milan Broz2010-01-131-1/+2
* Add missing 'stack;' for all activate_lv and deactivate_lv callers.Mike Snitzer2010-01-051-1/+2
* Add missing 'stack;' for all suspend_lv and resume_lv callers.Mike Snitzer2010-01-051-2/+4
* Propagate commit and revert metadata event to other nodes in cluster.Milan Broz2010-01-051-1/+13
* Proper mask lock mode for vg lock.Milan Broz2010-01-051-1/+0
* Add possibility to handle precommitted metadata in lvmcache.Milan Broz2010-01-051-1/+1
* Properly decode flags even for VG locks.Milan Broz2010-01-051-6/+7
* #define an INTERNAL_ERROR macro and use it throughout LVM.Petr Rockai2009-12-161-3/+3
* Cleanup returns for void functions.Zdenek Kabelac2009-12-112-6/+0
* Get rid of magic masks in cluster locking code.Milan Broz2009-12-091-2/+3
* Get rid of hardcoded 0xffdf cluster lock flag.Milan Broz2009-12-091-1/+1
* Fix memory lock imbalance in locking code.Milan Broz2009-11-231-9/+28
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
* Add LCK_CONVERT flag I missed on the last checkin.Christine Caulfield2009-10-011-0/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-142-2/+11
* Enforce an alphabetical lock ordering for vgname locks.Dave Wysochanski2009-09-022-0/+8
* Implement write lock prioritisation for file locking and make it default.Petr Rockai2009-09-021-1/+36
* Refactor file locking, lifting the flock wrapper code into separatePetr Rockai2009-08-131-54/+70
* Allow LV suspend while --ignorelockingfailure is in force.Petr Rockai2009-08-021-1/+2