summaryrefslogtreecommitdiffstats
path: root/lib/metadata
Commit message (Expand)AuthorAgeFilesLines
* RAID: Disallow addition of RAID images while array is not in-syncJonathan Brassow2012-09-101-0/+4
* RAID: '--test' should not cause a valid create command to failJonathan Brassow2012-09-052-0/+9
* cleanup: Use segtype->ops->name() instead of segtype->name where applicableJonathan Brassow2012-09-052-6/+8
* buffering: use unbuffered silent mode for liblvmAlasdair G Kergon2012-08-261-0/+1
* config: add silent modeAlasdair G Kergon2012-08-254-21/+20
* RAID: Add support for RAID10Jonathan Brassow2012-08-244-2/+32
* cleanup: add some missing stack backtracesZdenek Kabelac2012-08-231-9/+12
* check: add internal errors for unexpected pathsZdenek Kabelac2012-08-231-0/+5
* cleanup: use proper activation_change_tZdenek Kabelac2012-08-231-1/+1
* cleanup: uint64_t castsZdenek Kabelac2012-08-231-1/+1
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-236-9/+0
* mirror: reconfigure_mirror_images not usedPeter Rajnoha2012-08-152-0/+6
* thin: lvcreate --discardsZdenek Kabelac2012-08-092-0/+2
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-072-18/+18
* thin: tighten discard string conversionsAlasdair G Kergon2012-08-071-6/+3
* thin: order discard enum alphabeticallyAlasdair G Kergon2012-08-071-2/+2
* reports: invalid snaps do not capitalise lv_attrAlasdair G Kergon2012-07-271-1/+0
* RAID: Fix segfault when attempting to replace RAID 4/5/6 deviceJonathan Brassow2012-07-241-1/+10
* thin: add discard support for thin poolZdenek Kabelac2012-07-182-0/+44
* RAID: Fix extending size of RAID 4/5/6 logical volumes.Jonathan Brassow2012-06-261-1/+13
* alloc: fix raid --alloc anywhere double allocsAlasdair G Kergon2012-06-281-1/+5
* lvcreate: add --activate ay (autoactivate)Peter Rajnoha2012-06-281-0/+9
* activate: add autoactivation hooksPeter Rajnoha2012-06-282-2/+4
* args: add --activate synonym for --available argPeter Rajnoha2012-06-281-5/+5
* discards: don't discard reconfigured extentsAlasdair G Kergon2012-06-273-4/+20
* discards: split discard from release_pv_segmentAlasdair G Kergon2012-06-272-23/+36
* allocation: allow release_lv_segment_area to failAlasdair G Kergon2012-06-273-26/+37
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-3/+1
* Warn of deadlock risk when using snapshots of mirror segment type.Alasdair Kergon2012-05-141-3/+3
* Fix cling policy not to behave like normal policy if no previous LV seg.Alasdair Kergon2012-05-111-26/+33
* Fix allocation policy loop so it doesn't continue beyond cling using laterAlasdair Kergon2012-05-111-3/+3
* Append _TO_LVSEG to names of internal A_CONTIGUOUS and A_CLING flags.Alasdair Kergon2012-05-111-12/+14
* Always include debug mesg when cling to allocated is set.Alasdair Kergon2012-05-111-1/+1
* Refactor _has_matching_pv_tag to provide a fn that takes PV structs.Alasdair Kergon2012-05-111-7/+12
* More comments on metadata area types.Peter Rajnoha2012-05-101-2/+5
* Comment on auxiliary metadata areas.Peter Rajnoha2012-05-101-2/+5
* Fix regression in for_each_sub_lvZdenek Kabelac2012-05-091-7/+0
* Fix up-convert when mirror activation is controled by volume_list and tags.Jonathan Earl Brassow2012-05-051-1/+15
* Disallow snapshots of mirror segment types.Jonathan Earl Brassow2012-05-011-6/+4
* Disallow changing cluster attribute of VG while RAID LVs are active.Jonathan Earl Brassow2012-04-251-3/+5
* 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
* Minor fixesZdenek Kabelac2012-03-281-2/+2
* Fix pvmove if LV is activated exclusively but cmirror is not running.Milan Broz2012-03-231-1/+4
* Update and fix monitoring of thin pool devicesZdenek Kabelac2012-03-231-0/+5
* Fix name conflicts that prevent down-converting RAID1 when specifying a deviceJonathan Earl Brassow2012-03-151-1/+13
* Removing call of release_vg(NULL)Zdenek Kabelac2012-03-121-1/+0
* Using %u modifier to print unsigned values.Zdenek Kabelac2012-03-121-6/+6