summaryrefslogtreecommitdiffstats
path: root/lib/metadata/raid_manip.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-231-3/+0
* Allow a subset of failed devices to be replaced in RAID LVs.Jonathan Earl Brassow2012-04-241-0/+18
* Fix code that performs RAID device replacement while under snapshot.Jonathan Earl Brassow2012-04-121-4/+4
* Fix inability to split RAID1 image while specifying a particular PV.Jonathan Earl Brassow2012-04-111-19/+40
* RAID LVs could not handle a down-convert if a device other than the last oneJonathan Earl Brassow2012-04-111-2/+16
* Fix name conflicts that prevent down-converting RAID1 when specifying a deviceJonathan Earl Brassow2012-03-151-1/+13
* Require number of stripes to be greater than parity devices in higher RAID.Jonathan Earl Brassow2012-02-231-0/+9
* Fix allocation code to allow replacement of single RAID 4/5/6 device.Jonathan Earl Brassow2012-02-231-1/+5
* Add check for rimage name allocation failureZdenek Kabelac2012-02-131-1/+4
* Use suspend|resume_origin_only when up-converting RAID LVs, as mirrors do.Jonathan Earl Brassow2012-01-241-2/+2
* Don't allow two images to be split and tracked from a RAID LV at one timeJonathan Earl Brassow2011-12-011-9/+48
* Do not allow users to change the name of RAID sub-LVs or the name of theJonathan Earl Brassow2011-12-011-0/+16
* Support the ability to replace specific devices in a RAID array.Jonathan Earl Brassow2011-11-301-4/+239
* Add the ability to convert LVs of "mirror" segtype to "raid1" segtype.Jonathan Earl Brassow2011-10-071-9/+173
* Add the ability to convert linear LVs to RAID1Jonathan Earl Brassow2011-10-071-13/+175
* When up-converting a RAID1 array, we need to allocate new larger arrays forJonathan Earl Brassow2011-09-221-1/+1
* LVM_WRITE and LVM_READ are 64bit constantsZdenek Kabelac2011-09-141-5/+1
* Changing RAID status flags to 64-bit broke some binary flag operations.Jonathan Earl Brassow2011-09-131-1/+5
* Start using 64-bit status flags - most of the code already handles them.Alasdair Kergon2011-09-061-1/+1
* clarify commentAlasdair Kergon2011-08-191-2/+2
* _ for static fnsAlasdair Kergon2011-08-191-37/+37
* Add ability to merge back a RAID1 image that has been split w/ --trackchangesJonathan Earl Brassow2011-08-181-0/+86
* Add support for m-way to n-way up-convert in RAID1 (no linear to n-way yet)Jonathan Earl Brassow2011-08-181-46/+343
* Add the ability to split an image from the mirror and track changes.Jonathan Earl Brassow2011-08-181-0/+96
* Add --splitmirrors support for RAID1 (1 image only)Jonathan Earl Brassow2011-08-181-0/+108
* When down-converting RAID1, don't activate sub-lvs between suspend/resumeJonathan Earl Brassow2011-08-181-15/+3
* Compiler warning fixes, better error messaging, and cosmetic changes.Jonathan Earl Brassow2011-08-131-28/+75
* Various code clean-ups (s/malloc/zalloc/, new msgs, etc)Jonathan Earl Brassow2011-08-111-3/+3
* Add some log_error msg's and fix potential segfaultJonathan Earl Brassow2011-08-111-4/+8
* Add ability to down-convert RAID1 arrays.Jonathan Earl Brassow2011-08-111-0/+478