summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lvmetad: check for fid existanceZdenek Kabelac2012-06-221-0/+3
* fix: limit preallocate stack sizeZdenek Kabelac2012-06-221-1/+5
* fix: use 64bit math for reserved memoryZdenek Kabelac2012-06-221-4/+4
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-227-20/+11
* Sync filesystem for thin snapshotsZdenek Kabelac2012-06-151-1/+4
* veritysetup: Remove code as now in cryptsetup.Alasdair G Kergon2012-06-111-9/+0
* More .gitignore files for an in-source-tree build.Alasdair G Kergon2012-06-081-0/+1
* Remove unsupported udev_get_dev_path libudev call used for checking udev dir.Peter Rajnoha2012-05-293-27/+16
* Fix error pathZdenek Kabelac2012-05-231-3/+5
* Re-enable partial activation of non-thin LVs until it can be fixed. (2.02.90)Alasdair Kergon2012-05-161-16/+0
* 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 division by zero if PV with zero PE count is used during vgcfgrestore.Peter Rajnoha2012-05-091-1/+1
* 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
* Add some lock commentsZdenek Kabelac2012-04-241-5/+5
* Handle replacement of an active device that goes missing with an error device.Alasdair Kergon2012-04-241-7/+25
* Unlike 'mirror' segtype, 'raid1' should perform flush on suspend.Jonathan Earl Brassow2012-04-201-1/+2
* 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
* Change message severity to log_very_verbose for missing dev info in udev db.Peter Rajnoha2012-04-111-5/+19
* RAID LVs could not handle a down-convert if a device other than the last oneJonathan Earl Brassow2012-04-111-2/+16
* Check if info struct returned is not NULL.Peter Rajnoha2012-04-102-2/+6
* Minor fixesZdenek Kabelac2012-03-283-7/+7
* Fix exclusive lvmchange -aey to fail if volume is active on different node.Milan Broz2012-03-271-1/+1
* Keep exclusive activation in pvmove if LV is already active.Milan Broz2012-03-261-1/+1
* Remove unused and wrongly set cluster VG flag from clvmd lock query command.Milan Broz2012-03-261-1/+1
* First veritysetup version using configure --with-veritysetup.Alasdair Kergon2012-03-241-0/+9
* 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-233-0/+36
* Fix typo in config option checkZdenek Kabelac2012-03-231-1/+1
* Fix regression in thin monitoringZdenek Kabelac2012-03-201-42/+42
* Support improperly formated device numbersZdenek Kabelac2012-03-201-2/+15
* Fix name conflicts that prevent down-converting RAID1 when specifying a deviceJonathan Earl Brassow2012-03-151-1/+13
* Just move declarationZdenek Kabelac2012-03-141-1/+2
* Improve thin_check option passingZdenek Kabelac2012-03-142-16/+32
* Add --with-thin-check configure optionZdenek Kabelac2012-03-141-0/+3
* 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
* Better structure layout for device_infoZdenek Kabelac2012-03-123-22/+20
* Simplify error path code for filter initializationZdenek Kabelac2012-03-121-11/+8