summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect tests for dm_snprintf() failureZdenek Kabelac2011-04-091-1/+1
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-083-3/+3
* This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow2011-04-061-3/+4
* Fix free_vg orderZdenek Kabelac2011-03-302-14/+14
* Add attribute printfZdenek Kabelac2011-03-291-0/+1
* Const warning fixesZdenek Kabelac2011-03-291-4/+4
* Remove double bracesZdenek Kabelac2011-03-292-4/+4
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-292-3/+3
* cosmetic change - swapping one macro for anotherJonathan Earl Brassow2011-03-251-1/+1
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-119-8/+49
* Use empty string instead of /dev// for LV path when there's no VG.Alasdair Kergon2011-03-091-5/+2
* 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