summaryrefslogtreecommitdiffstats
path: root/lib/metadata/mirror.c
Commit message (Expand)AuthorAgeFilesLines
* config: add silent modeAlasdair G Kergon2012-08-251-2/+2
* RAID: Add support for RAID10Jonathan Brassow2012-08-241-0/+4
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-1/+0
* mirror: reconfigure_mirror_images not usedPeter Rajnoha2012-08-151-0/+3
* discards: don't discard reconfigured extentsAlasdair G Kergon2012-06-271-1/+1
* allocation: allow release_lv_segment_area to failAlasdair G Kergon2012-06-271-4/+6
* Fix pvmove if LV is activated exclusively but cmirror is not running.Milan Broz2012-03-231-1/+4
* Drop backtrace after log_errorZdenek Kabelac2012-02-231-4/+4
* Switch to return voidZdenek Kabelac2012-02-081-6/+2
* Replace snprintf with dm_snprintfZdenek Kabelac2012-02-081-3/+5
* Adjust commentsAlasdair Kergon2012-02-011-2/+4
* Add synchornization point in mirror log init.Zdenek Kabelac2012-02-011-1/+4
* Disallow 'mirrored' log for cluster mirrors.Jonathan Earl Brassow2011-10-251-0/+5
* Fix splitmirror in cluster having different DM/LVM views of storage.Jonathan Earl Brassow2011-10-061-103/+102
* Revert initial solution to bug 733114 - I/O error message during splitmirrorJonathan Earl Brassow2011-10-061-40/+0
* fix compiler warning.Jonathan Earl Brassow2011-09-191-2/+1
* After suspend/resume following a splitmirror op, call sync_local_dev_namesJonathan Earl Brassow2011-09-161-0/+1
* Add missing underscores to local static functionsZdenek Kabelac2011-09-141-11/+11
* Additional fixes for lv_mirror_count.Jonathan Earl Brassow2011-09-141-1/+5
* Fix for bug 734252 - problem up converting striped mirror after image failureJonathan Earl Brassow2011-09-141-2/+4
* Fix bug 733400 - Mirror down conversion when specifying the secondary leg is ...Jonathan Earl Brassow2011-09-131-0/+1
* Better fix for bug 737125 - unable to create mirror on 1K extent size VGJonathan Earl Brassow2011-09-131-3/+4
* Fix for bug 737125 - unable to create mirror on 1K extent size VGJonathan Earl Brassow2011-09-131-1/+1
* Fix for bug 733114.Jonathan Earl Brassow2011-09-131-0/+40
* add thin_manip.c like the other manip filesAlasdair Kergon2011-09-061-8/+0
* Start using 64-bit status flags - most of the code already handles them.Alasdair Kergon2011-09-061-2/+2
* Fix for bug 732142: Unsafe table load during mirror image splitJonathan Earl Brassow2011-09-011-70/+114
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-3/+3
* Remove and unneeded parameter from build_parallel_areas_from_lv()Jonathan Earl Brassow2011-07-191-3/+3
* remove unused var after recent patchAlasdair Kergon2011-06-241-1/+0
* Fix to preserve exclusive activation of mirror while up-converting.Jonathan Earl Brassow2011-06-231-2/+7
* Fix issue preventing cluster mirror creation.Jonathan Earl Brassow2011-06-221-9/+3
* Remove test for status flagZdenek Kabelac2011-06-171-2/+1
* Add couple FIXMEs around suspicious codeZdenek Kabelac2011-06-171-0/+1
* Major pvmove fix to issue ioctls in the correct order when multiple LVsAlasdair Kergon2011-06-111-2/+18
* clean up critical section patchAlasdair Kergon2011-04-281-4/+4
* Replace dm_snprintf with strncpyZdenek Kabelac2011-04-121-7/+4
* Fix incorrect tests for dm_snprintf() failureZdenek Kabelac2011-04-091-1/+1
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-081-2/+2
* This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow2011-04-061-2/+3
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-291-4/+4
* In some cases, we could end up with a mirrored LV without a MIRRORED flag. InPetr Rockai2011-03-241-13/+46
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-1/+5
* Const fixingZdenek Kabelac2011-02-181-9/+9
* Critical sectionZdenek Kabelac2011-02-181-1/+1
* Fix lvchange --test to exit cleanly.Alasdair Kergon2011-01-241-0/+5
* s/log_verbose/log_error/ - Increase log level on error message.Jonathan Earl Brassow2011-01-111-4/+3
* Add disk to mirrored log type conversion.Jonathan Earl Brassow2011-01-111-7/+31
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-23/+11
* Extend cling allocation policy to recognise PV tags (cling_by_tags).Alasdair Kergon2010-11-091-1/+1