summaryrefslogtreecommitdiffstats
path: root/lib/metadata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch to normal log_verbose messageZdenek Kabelac2012-03-121-2/+2
* Some more missing supposedly 64bit operations.Zdenek Kabelac2012-03-052-4/+4
* Use 64bit mathZdenek Kabelac2012-03-051-2/+2
* Just make error message more clearZdenek Kabelac2012-03-041-1/+1
* Pass struct device around internally rather than dev_t.Alasdair Kergon2012-03-021-3/+11
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-021-0/+1
* Remove support for TRIM messageZdenek Kabelac2012-03-021-4/+0
* Test alloc failZdenek Kabelac2012-03-011-4/+6
* Add stack trace for lv_reduceZdenek Kabelac2012-03-011-7/+4
* Fix leak of FID structureZdenek Kabelac2012-03-011-3/+5
* Wipe initial 4KiB for non-zeroed thin volumesZdenek Kabelac2012-02-291-1/+4
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-292-3/+4
* Fix a whitespace bug in the last checkin.Petr Rockai2012-02-291-1/+1
* Attempt a fix for lvm shell accumulating copies of orphan PVs with each "pvs"Petr Rockai2012-02-291-1/+4
* Test dm_hash_insert() failures mem failuresZdenek Kabelac2012-02-281-2/+5
* Check error from _lv_each_dependencyZdenek Kabelac2012-02-281-1/+2
* Add some stack traces for dev_close error pathsZdenek Kabelac2012-02-281-2/+4
* Explicitely check list size of segmentsZdenek Kabelac2012-02-281-2/+3
* Add stack traces for lock_vol failuresZdenek Kabelac2012-02-271-2/+4
* Fix missing breakZdenek Kabelac2012-02-271-0/+1
* Just reindent with tabsZdenek Kabelac2012-02-271-4/+4
* Add explicit cast for time() ret valueZdenek Kabelac2012-02-231-1/+1
* Drop backtrace after log_errorZdenek Kabelac2012-02-232-5/+5
* Require number of stripes to be greater than parity devices in higher RAID.Jonathan Earl Brassow2012-02-232-0/+25
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-233-18/+61
* Fix allocation code to allow replacement of single RAID 4/5/6 device.Jonathan Earl Brassow2012-02-232-4/+10
* Check all tags and LV names are in a valid form in vg_validate.Alasdair Kergon2012-02-231-1/+28
* *** empty log message ***Jonathan Earl Brassow2012-02-221-2/+5