summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/lvm-functions.c
Commit message (Expand)AuthorAgeFilesLines
* Add traceback for failpathZdenek Kabelac2012-03-011-1/+1
* Debug log for hold_lock failureZdenek Kabelac2012-03-011-1/+2
* Check for allocation errorZdenek Kabelac2012-03-011-4/+13
* Limit sscanf params with sizeZdenek Kabelac2012-02-231-2/+2
* Preserve exclusive activation of cluster mirror when converting.Jonathan Earl Brassow2012-01-201-1/+5
* Only use built-in stack size in clvmd - ignore lvm.conf.Alasdair Kergon2011-12-081-1/+1
* Test for LCK_CLUSTER_VG directly in args[0].Alasdair Kergon2011-12-081-19/+18
* Fix clvmd to respect DMEVENTD_MONITOR_IGNORE. Fixes a bug where dmeventdPetr Rockai2011-11-301-6/+11
* Introduce revert_lv for better pvmove cleanup.Alasdair Kergon2011-09-271-2/+3
* CLVMD support for LVM_CLVMD_BINARY and LVM_BINARYZdenek Kabelac2011-09-241-5/+14
* CLVMD bugfix support for args -S -EZdenek Kabelac2011-09-241-33/+9
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-1/+1
* Initialise clvmd locks before lvm context to avoid open descriptor leaks.Milan Broz2011-08-101-5/+7
* Remove obsoleted GULM clvmd cluster locking support.Milan Broz2011-08-091-45/+1
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-111-2/+2
* Fix a few compile warnings.Peter Rajnoha2011-06-031-1/+1
* Propagate test mode to clvmd to skip activation and changes to held locks.Alasdair Kergon2011-06-011-0/+7
* When glibc needs buffers for line buffering of input and output buffers, itPetr Rockai2011-05-071-1/+1
* Fix -Wold-style-definition gcc warningsZdenek Kabelac2011-03-291-4/+4
* Fix syslog initialisation in clvmd to respect lvm.conf setting.Milan Broz2011-03-021-3/+4
* Critical sectionZdenek Kabelac2011-02-181-7/+7
* Fix for bug 677739: removing final exclusive cmirror snapshot,Jonathan Earl Brassow2011-02-181-2/+4
* Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow2011-02-041-3/+11
* Remove extra sync calls.Zdenek Kabelac2011-02-041-4/+0
* Increase hash table size to 1024 lv names and 64 pv uuidsZdenek Kabelac2011-02-031-1/+1
* Remove fs_unlock from lv_resume pathZdenek Kabelac2011-02-031-0/+1
* Better fix for no-locking udev sync and clvmdZdenek Kabelac2011-02-021-0/+3
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-0/+1
* Speedup consequent activation callsZdenek Kabelac2011-01-101-0/+7
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-1/+1
* pre-releaseAlasdair Kergon2010-12-061-1/+1
* Fix debug logging of derived flag LCK_CACHE in clvmd.Alasdair Kergon2010-12-061-15/+20
* Remove printing of LCK_CACHEZdenek Kabelac2010-11-291-3/+6
* Suppress 'No PV label' message when removing several PVs without mdas.Alasdair Kergon2010-11-231-1/+1
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-171-15/+18
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-17/+19
* Use void parameter for function definition.Zdenek Kabelac2010-08-031-2/+2
* Remove superfluous suspended device counter from clvmd.Milan Broz2010-07-011-6/+1
* Maintain memlock balance in clvmd.Petr Rockai2010-06-301-2/+6
* Various cleanups following recent commits.Alasdair Kergon2010-06-211-23/+3
* Clean up cluster lock mode and flags definition.Milan Broz2010-06-171-22/+20
* Use "" instead of <> for configure.h and libdevmapper.hZdenek Kabelac2010-06-151-2/+2
* Fix restart of clvmd using -S switchMilan Broz2010-06-041-1/+3
* Use absolute paths in commandsZdenek Kabelac2010-06-031-2/+2
* Add -S command to clvmd, so it can restart itself and stillChristine Caulfield2010-04-201-6/+60
* Use C locales and use_mlockall for clvmd.Zdenek Kabelac2010-04-131-1/+4
* Fix clvmd cluster propagation of dmeventd monitoring mode.Mike Snitzer2010-03-261-4/+3
* Revert having clvmd consult the lvm.conf "activation/monitoring".Mike Snitzer2010-03-241-6/+2
* Improve activation monitoring option processingMike Snitzer2010-03-231-2/+6
* Unlock shared lock if activation calls failed.Milan Broz2010-01-261-3/+8