aboutsummaryrefslogtreecommitdiff
path: root/tools/lvresize.c
AgeCommit message (Expand)Author
2013-03-06config: refer to config nodes using assigned IDsPeter Rajnoha
2013-02-23thin: external origin cannot be changedZdenek Kabelac
2012-10-14thin: lvextend will fail is autoextend is 0%Zdenek Kabelac
2012-09-05cleanup: Use segtype->ops->name() instead of segtype->name where applicableJonathan Brassow
2012-08-25config: add silent modeAlasdair G Kergon
2012-08-24RAID: Add support for RAID10Jonathan Brassow
2012-06-26RAID: Fix extending size of RAID 4/5/6 logical volumes.Jonathan Brassow
2012-06-20cleanup: use struct initializers instead of memsetZdenek Kabelac
2012-04-12Remove 'up' from rounding message that sometimes rounds down.Alasdair Kergon
2012-04-11Fix lvresize for thin poolZdenek Kabelac
2012-04-11Lvresize rounds upwardZdenek Kabelac
2012-04-11Move check for min strip sizeZdenek Kabelac
2012-03-05Some more missing supposedly 64bit operations.Zdenek Kabelac
2012-02-28Using enum types for enumsZdenek Kabelac
2012-02-08Set status for error pathZdenek Kabelac
2012-01-19Thin updated support for thin pool percentZdenek Kabelac
2012-01-09Check for error code in _adjust_policy_paramsZdenek Kabelac
2012-01-05Support rounding of percentage upwardZdenek Kabelac
2011-12-21Thin automatic policy based extensionZdenek Kabelac
2011-12-01 Don't allow size change of RAID LV that is tracking changes for a split imageJonathan Earl Brassow
2011-11-08Thin ensure pool table is update after resizeZdenek Kabelac
2011-11-07Thin revert code for exclusive pool activationZdenek Kabelac
2011-11-04Avoid lvextend to overflowZdenek Kabelac
2011-10-28Thin pool resize support for data LVZdenek Kabelac
2011-10-06Allow 'nosync' extension of mirrors.Jonathan Earl Brassow
2011-09-21Add missing log_error() to lvresize command when fsadm tool failsZdenek Kabelac
2011-09-15When resizing LVs, always round in the safe direction, regardless of whether wePetr Rockai
2011-09-15Fix possible overflow of size if %FREE or %VG is used.Milan Broz
2011-09-06lvcreate parsing for thin provisioning.Alasdair Kergon
2011-08-10Replace free_vg with release_vgZdenek Kabelac
2011-06-15Fix lvreduce stripe rounding up from previous commit.Milan Broz
2011-06-09Fix mirrored stripe reduction.Milan Broz
2011-06-09Fix extent rounding for striped segments.Milan Broz
2011-04-06This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow
2011-03-02Use 64bit unsigned value for maximum stripe size test.Milan Broz
2011-01-13Add exec_cmd paramater sync_neededZdenek Kabelac
2010-12-08Rename vg_release to free_vg.Alasdair Kergon
2010-11-30Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai
2010-11-01Use new status code from fsadm checkZdenek Kabelac
2010-10-15Implement automatic snapshot extension with dmeventd, and add two new optionsPetr Rockai
2010-08-17Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon
2010-04-29Remove no-longer-used arg_ptr_value.Alasdair Kergon
2010-04-09Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon
2010-03-20Don't allow resizing of internal logical volumes.Mike Snitzer
2010-02-03Add %ORIGIN support to lv{create,extend,reduce,resize} --extents optionMike Snitzer
2010-01-05Add missing 'stack;' for all suspend_lv and resume_lv callers.Mike Snitzer
2009-12-03Fix tools to report error when stopped by user.Milan Broz
2009-11-04Fix lvcreate processing of %PVS argument.Milan Broz
2009-11-03Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon
2009-07-07Fix vg_read() error paths to properly release upon vg_read_error().Dave Wysochanski