summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* PE size overflows, on most architectures it is catch by "PE cannot be 0"Milan Broz2011-03-022-0/+12
* Use 64bit unsigned value for maximum stripe size test.Milan Broz2011-03-022-2/+2
* Accept multiple mapped device names on many dmsetup command lines.Alasdair Kergon2011-03-021-134/+125
* Fix dm_udev_wait calls in dmsetup to occur before readahead display not after.Alasdair Kergon2011-03-021-11/+7
* Improve pvremove error message when PV belongs to a VG.Alasdair Kergon2011-02-281-2/+2
* Add a hint for manual revert if there's an error in pv_write, vg_write, vg_co...Peter Rajnoha2011-02-281-1/+6
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-284-8/+15
* Revert the patch for vgconvert to work with recent changes in metadata area h...Peter Rajnoha2011-02-251-20/+67
* Add old_uuid field to struct physical_volume so we can still reference a PVPeter Rajnoha2011-02-211-0/+1
* Fix vgconvert code to work with changes in metadata area handling and changesPeter Rajnoha2011-02-211-70/+20
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-50/+3
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-214-7/+5
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-211-2/+4
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-213-19/+13
* Fix gcc warnings for unused variablesZdenek Kabelac2011-02-182-6/+4
* Use return_0 to get bactraceZdenek Kabelac2011-02-181-2/+2
* Add some backtraces for error paths in process_each_lvZdenek Kabelac2011-02-181-4/+13
* Const fixingZdenek Kabelac2011-02-1811-18/+18
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-3/+3
* Add configure option --with-device-nodes-onZdenek Kabelac2011-02-041-8/+24
* Allow snapshots in a cluster as long as they are exclusivelyJonathan Earl Brassow2011-02-041-0/+10
* Add --addnodeonresume, --addnodeoncreateZdenek Kabelac2011-02-041-1/+22
* Do not check for open_count when not needed.Zdenek Kabelac2011-02-032-2/+2
* Add change_tag to toollib.Alasdair Kergon2011-01-245-102/+89
* If other process finishes (or aborts) pvmove operation andMilan Broz2011-01-191-2/+10
* Remove duplicate statement (pasted twice by patch at some point?)Jonathan Earl Brassow2011-01-191-10/+0
* Do not log backtrace for correctly processed commandZdenek Kabelac2011-01-131-2/+5
* Add exec_cmd paramater sync_neededZdenek Kabelac2011-01-131-1/+1
* Replace fs_unlock by sync_local_dev_names to notify local clvmd. (2.02.80)Alasdair Kergon2011-01-121-1/+1
* Add disk to mirrored log type conversion.Jonathan Earl Brassow2011-01-112-14/+14
* Avoid cookie sharing between forked processesZdenek Kabelac2011-01-101-0/+2
* Reverting recent commit to disallow adding/removing mirror log whileJonathan Earl Brassow2011-01-051-21/+2
* Prevent the user from simultaneously adding a mirror log while removingJonathan Earl Brassow2011-01-051-0/+19
* Fail deamonization if lvmcache_init failZdenek Kabelac2011-01-051-1/+3
* Fix wrongly paired unlocking of global lock in pvchange. (2.02.66)Milan Broz2010-12-231-1/+1
* Add backtraces for backup and backup_remove fail pathsZdenek Kabelac2010-12-221-2/+4
* Remove dead assignment of lv_total and lv_capasity_totalZdenek Kabelac2010-12-221-6/+0
* Remove dead assignmentZdenek Kabelac2010-12-201-3/+1
* Remove unused variable dev_dir_providedZdenek Kabelac2010-12-201-2/+0
* Remove dead store in lvm_run_commandZdenek Kabelac2010-12-201-2/+2
* Switch void* to char* arithmeticZdenek Kabelac2010-12-201-3/+3
* Test return value from read() and close() for an error.Zdenek Kabelac2010-12-201-6/+10
* Add further consistency checking to vg_validate, ensuring that all segmentPetr Rockai2010-12-142-0/+5
* Rename vg_release to free_vg.Alasdair Kergon2010-12-0818-73/+73
* Test lv_name is not NULLZdenek Kabelac2010-12-011-1/+1
* Optimize second call to strchr with same parametersZdenek Kabelac2010-12-011-2/+3
* Test uuid for NULLZdenek Kabelac2010-11-301-1/+3
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-307-36/+32
* Remove dead assignment in lvm2_mainZdenek Kabelac2010-11-291-1/+0
* Fix "it's" typo to be "its" in lvconvert error message.Mike Snitzer2010-11-281-1/+1