summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Switch to normal log_verbose messageZdenek Kabelac2012-03-121-2/+2
* Fix error path for create_toolcontextZdenek Kabelac2012-03-121-0/+5
* re-word warnings to be clearer to userAlasdair Kergon2012-03-061-3/+3
* Some more missing supposedly 64bit operations.Zdenek Kabelac2012-03-053-5/+5
* Fit thin pool metadata into 128MBZdenek Kabelac2012-03-051-0/+1
* Improve warningZdenek Kabelac2012-03-051-4/+17
* Use 64bit mathZdenek Kabelac2012-03-051-2/+2
* Validate udev structuresZdenek Kabelac2012-03-041-5/+12
* Just make error message more clearZdenek Kabelac2012-03-041-1/+1
* Scan all devices for lvmetad if 'pvscan --cache' used without device list.Alasdair Kergon2012-03-032-56/+13
* Just space movingZdenek Kabelac2012-03-021-2/+2
* a fixmeAlasdair Kergon2012-03-021-0/+1
* fix non-lvmetad pvscan macroAlasdair Kergon2012-03-021-1/+1
* Add support for thin checkZdenek Kabelac2012-03-022-3/+96
* Purge remaining trim bits from codeZdenek Kabelac2012-03-021-1/+1
* missing reply freesAlasdair Kergon2012-03-021-7/+12
* Pass struct device around internally rather than dev_t.Alasdair Kergon2012-03-024-46/+112
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-023-2/+3
* Allow multiple device names with pvscan --lvmetad.Alasdair Kergon2012-03-022-30/+32
* Remove support for TRIM messageZdenek Kabelac2012-03-022-21/+0
* Check allocated pointersZdenek Kabelac2012-03-011-24/+25
* Check pointer before deref in debug messageZdenek Kabelac2012-03-011-2/+2