summaryrefslogtreecommitdiffstats
path: root/tools/lvresize.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Use segtype->ops->name() instead of segtype->name where applicableJonathan Brassow2012-09-051-1/+1
* config: add silent modeAlasdair G Kergon2012-08-251-20/+20
* RAID: Add support for RAID10Jonathan Brassow2012-08-241-2/+11
* RAID: Fix extending size of RAID 4/5/6 logical volumes.Jonathan Brassow2012-06-261-2/+8
* cleanup: use struct initializers instead of memsetZdenek Kabelac2012-06-201-8/+2
* Remove 'up' from rounding message that sometimes rounds down.Alasdair Kergon2012-04-121-1/+16
* Fix lvresize for thin poolZdenek Kabelac2012-04-111-8/+4
* Lvresize rounds upwardZdenek Kabelac2012-04-111-2/+5
* Move check for min strip sizeZdenek Kabelac2012-04-111-9/+10
* Some more missing supposedly 64bit operations.Zdenek Kabelac2012-03-051-2/+2
* Using enum types for enumsZdenek Kabelac2012-02-281-3/+3
* Set status for error pathZdenek Kabelac2012-02-081-0/+3
* Thin updated support for thin pool percentZdenek Kabelac2012-01-191-2/+11
* Check for error code in _adjust_policy_paramsZdenek Kabelac2012-01-091-1/+2
* Support rounding of percentage upwardZdenek Kabelac2012-01-051-6/+12
* Thin automatic policy based extensionZdenek Kabelac2011-12-211-13/+31
* Don't allow size change of RAID LV that is tracking changes for a split imageJonathan Earl Brassow2011-12-011-0/+13
* Thin ensure pool table is update after resizeZdenek Kabelac2011-11-081-0/+14
* Thin revert code for exclusive pool activationZdenek Kabelac2011-11-071-4/+0
* Avoid lvextend to overflowZdenek Kabelac2011-11-041-1/+7
* Thin pool resize support for data LVZdenek Kabelac2011-10-281-1/+24
* Allow 'nosync' extension of mirrors.Jonathan Earl Brassow2011-10-061-0/+7
* Add missing log_error() to lvresize command when fsadm tool failsZdenek Kabelac2011-09-211-3/+3
* When resizing LVs, always round in the safe direction, regardless of whether wePetr Rockai2011-09-151-1/+2
* Fix possible overflow of size if %FREE or %VG is used.Milan Broz2011-09-151-6/+6
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* Fix lvreduce stripe rounding up from previous commit.Milan Broz2011-06-151-2/+4
* Fix mirrored stripe reduction.Milan Broz2011-06-091-4/+30
* Fix extent rounding for striped segments.Milan Broz2011-06-091-2/+8
* This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow2011-04-061-3/+4
* Use 64bit unsigned value for maximum stripe size test.Milan Broz2011-03-021-1/+1
* Add exec_cmd paramater sync_neededZdenek Kabelac2011-01-131-1/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-2/+2
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-7/+6
* Use new status code from fsadm checkZdenek Kabelac2010-11-011-7/+13
* Implement automatic snapshot extension with dmeventd, and add two new optionsPetr Rockai2010-10-151-25/+71
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-2/+2
* Remove no-longer-used arg_ptr_value.Alasdair Kergon2010-04-291-1/+2
* Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon2010-04-091-28/+25
* Don't allow resizing of internal logical volumes.Mike Snitzer2010-03-201-0/+5
* Add %ORIGIN support to lv{create,extend,reduce,resize} --extents optionMike Snitzer2010-02-031-0/+7
* Add missing 'stack;' for all suspend_lv and resume_lv callers.Mike Snitzer2010-01-051-1/+2
* Fix tools to report error when stopped by user.Milan Broz2009-12-031-1/+1
* Fix lvcreate processing of %PVS argument.Milan Broz2009-11-041-2/+5
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-2/+2
* Fix vg_read() error paths to properly release upon vg_read_error().Dave Wysochanski2009-07-071-0/+1
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-07-011-3/+2
* revert last patch - let's do a release firstAlasdair Kergon2009-06-261-2/+3
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-06-261-3/+2