summaryrefslogtreecommitdiffstats
path: root/lib/mirror
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* Use same signed numbersZdenek Kabelac2012-02-231-9/+10
* Drop backtrace after log_errorZdenek Kabelac2012-02-231-5/+5
* Add check for failureZdenek Kabelac2012-02-131-2/+3
* Add boundary test for number of mirror devs and logsZdenek Kabelac2012-02-081-3/+3
* Add activation/use_linear_target enabled by default. (prajnoha)Alasdair Kergon2011-11-281-1/+3
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-311-11/+6
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-16/+16
* Use lv_activate_opts struct instead of ACTIVATE_EXCL status flag.Zdenek Kabelac2011-06-171-2/+1
* Add lv_activate_opts structureZdenek Kabelac2011-06-171-5/+7
* Make vg_mark_partial_lvs also clear existing PARTIAL_LV flags, so it can bePetr Rockai2011-05-071-1/+1
* pre-release clean-upsAlasdair Kergon2011-04-291-4/+4
* Replace malloc with zalloc when creating segment_type'sJonathan Earl Brassow2011-03-251-1/+1
* Fix !DEVMAPPER_SUPPORT buildZdenek Kabelac2011-02-181-3/+5
* Remove unused variable mirr_state and its assignmentZdenek Kabelac2011-01-051-3/+0
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-201-2/+2
* Add more strict const pointers around config treeZdenek Kabelac2010-12-201-2/+2
* Check lv_info() successZdenek Kabelac2010-12-011-3/+11
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-7/+2
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-2/+2
* Monitor origin -real device below snapshot instead of overlay device. (brassow)Alasdair Kergon2010-08-171-2/+3
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-161-119/+27
* Reduce severity of the "mirror transient status" log message (this was neverPetr Rockai2010-08-041-1/+1
* Building without the '--enable-cmirrord' option means thatJonathan Earl Brassow2010-07-211-0/+5
* It's not enough to check for the kernel module in the case of clusterJonathan Earl Brassow2010-07-211-0/+13
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Replace strncmp kernel version number checks with proper onesAlasdair Kergon2010-05-241-2/+4
* Choose between clustered log versions based on kernel version.Alasdair Kergon2010-05-241-2/+15
* Update clustered log kernel module name to log-userspace.Alasdair Kergon2010-05-241-1/+1
* Account for mirror transient status when doing lvconvert --repair.Petr Rockai2010-05-241-0/+112
* Install plugins to subdirsZdenek Kabelac2010-05-061-1/+1
* Use UUIDs instead of names while processing event handlers.Peter Rajnoha2010-04-141-13/+13
* INSTALL rules updatesZdenek Kabelac2010-04-091-7/+3
* Use vpath instead of VPATH.Zdenek Kabelac2010-04-091-1/+0
* Use $(top_builddir) for inclusion of make.tmpl in Makefiles.Zdenek Kabelac2010-03-041-1/+1
* Use macro outsize() with check for error return value.Zdenek Kabelac2010-01-071-2/+2
* Fix pvmove region_size overflow for very large PVs.Milan Broz2009-11-181-13/+6
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-1/+2
* Introduce percent_range_t and centralise snapshot full/mirror in-sync checks.Alasdair Kergon2009-10-011-4/+14
* mirror table generating code: Properly handle 'block_on_errors' and 'cluster...Jonathan Earl Brassow2009-08-131-2/+10
* Fix confusing metadata syntax error messages.Milan Broz2009-07-091-9/+14
* Fix last check-ins: seg can be NULL.Alasdair Kergon2009-02-281-4/+4
* Attempt cleanup in child before execing new binary in exec_cmd()Alasdair Kergon2009-02-281-3/+4
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-032-1/+2
* add libdevmapper-event.hAlasdair Kergon2008-10-311-1/+1
* Change clustered mirror kernel module name from cmirror to dm-log-clustered.Alasdair Kergon2008-07-311-1/+1
* Cease recognising snapshot-in-use percentages returned by early development k...Alasdair Kergon2008-07-151-2/+1
* .Alasdair Kergon2008-04-101-1/+1
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-2/+2
* Add detection of clustered mirror log capability.Milan Broz2008-04-071-1/+12