summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/lvm-functions.c
Commit message (Expand)AuthorAgeFilesLines
...
* Never scan suspended devices in clvmd.Milan Broz2010-01-191-0/+5
* Propagate commit and revert metadata event to other nodes in cluster.Milan Broz2010-01-051-2/+23
* Add possibility to handle precommitted metadata in lvmcache.Milan Broz2010-01-051-1/+1
* Move processing of VG locks to separate function (similar to LV locks).Milan Broz2010-01-051-3/+14
* Properly decode flags even for VG locks.Milan Broz2010-01-051-35/+36
* Fix missing include.Milan Broz2009-12-091-0/+1
* Add memlock information to do_lock_lv debug output.Milan Broz2009-12-091-3/+3
* Never ever use distributed lock for LV in non-clustered VG.Milan Broz2009-12-091-10/+13
* Allow implicit lock conversion for pre/post callbacks.Milan Broz2009-12-091-4/+9
* Allow implicit "convert" to the same lock mode.Milan Broz2009-12-091-0/+5
* Get rid of magic masks in cluster locking code - clvmd part.Milan Broz2009-12-091-2/+2
* Revert vg_read_internal change, clvmd cannot use vg_read now. (2.02.55)Milan Broz2009-11-231-2/+3
* Un-export vg_read_internal.Petr Rockai2009-11-191-3/+2
* Fix clvmd segfault when refresh_toolcontext fails. (brassow, bz 506986)Alasdair Kergon2009-10-221-3/+6
* Stop clvmd from automatically doing lock conversions. Now, if a lockChristine Caulfield2009-10-011-9/+17
* Fix locking in clvmdChristine Caulfield2009-08-051-6/+6
* All LV locks are non-blocking so remove LCK_NONBLOCK from separate macros.Alasdair Kergon2009-07-241-7/+5
* Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.Alasdair Kergon2009-07-161-0/+5
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-151-2/+2
* Make cmd->cmd_line const.Alasdair Kergon2009-07-131-1/+1
* Destroy toolcontext on exit in clvmd (fixes memory pool leaks).Milan Broz2009-06-151-0/+7
* Re-instate partial activation support in clustered mode. (mornfall)Milan Broz2009-06-121-1/+6
* Add infrastructure for queriying for remote locks.Milan Broz2009-05-191-0/+20
* Tidy lv_hash[_lock] use inside clvmd.Milan Broz2009-04-211-33/+62
* Properly release VG memory pool in activation code and clvmd.Milan Broz2009-04-101-0/+1
* Fix possible increasing in memory allocation if refreshing_contextMilan Broz2009-03-051-8/+16
* Add system_dir parameter to create_toolcontext() and call it system_dirAlasdair Kergon2009-02-221-2/+2
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-261-1/+1
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+1
* Remove struct arg * from struct cmd_context and create_toolcontext().Dave Wysochanski2008-12-171-1/+1
* Remove redundant set_activation() call after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+0
* Remove backup_enable() calls after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+0
* Remove archive_enable() calls after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+0
* Remove init_verbose() calls immediately after create_toolcontext() calls.Dave Wysochanski2008-12-111-1/+0
* Remove init_debug() calls immediately after create_toolcontext() call.Dave Wysochanski2008-12-111-1/+0
* clvmdAlasdair Kergon2008-11-041-1/+6
* more fixesAlasdair Kergon2008-11-041-1/+0
* fix last releaseAlasdair Kergon2008-09-191-2/+1
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-6/+0
* cleaner LCK_LV decodingAlasdair Kergon2008-06-061-9/+8
* Decode numbers in clvmd debugging output.Alasdair Kergon2008-06-051-6/+96
* more cleanupAlasdair Kergon2008-05-091-2/+2
* More P_ and V_ lock cleanup.Alasdair Kergon2008-05-091-1/+2
* Add missing mutex around clvmd lvmcache_drop_metadata library call.Alasdair Kergon2008-05-091-0/+10
* Add config file overrides to clvmd when it reads the LVs list so thatChristine Caulfield2008-04-081-2/+2
* If lvm.conf was touched, clvmd attempted to update the toolcontextChristine Caulfield2008-04-041-3/+3
* Tidy the clvmd backup code.Patrick Caulfield2007-12-051-6/+14
* When we unlock a VG tell the clvmds to see if a backup of the metadata needsPatrick Caulfield2007-12-041-2/+21
* Make it compile with new lv_info_by_lvid() prototypePatrick Caulfield2007-11-141-3/+3
* Fix clvmd logging so you can get lvm-level debugging out of it.Patrick Caulfield2007-08-241-1/+13