summaryrefslogtreecommitdiffstats
path: root/tools/lvcreate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* If we are checking if '--nosync' was called with the mirror argument,Jonathan Earl Brassow2010-05-111-0/+5
* Remove no-longer-used arg_ptr_value.Alasdair Kergon2010-04-291-3/+1
* Add --stripes to lvconvert too.Alasdair Kergon2010-04-131-70/+1
* Permit mimage LVs to be striped in lvcreate and lvresize.Alasdair Kergon2010-04-091-6/+0
* Do not allow {vg|lv}change --ignoremonitoring if on clustered VG.Mike Snitzer2010-03-291-1/+2
* Add ability to create mirrored logs for mirror LVs.Jonathan Earl Brassow2010-03-261-6/+8
* Improve activation monitoring option processingMike Snitzer2010-03-231-0/+3
* Add %ORIGIN support to lv{create,extend,reduce,resize} --extents optionMike Snitzer2010-02-031-0/+10
* Revert so-called "redundant" log until after next release.Alasdair Kergon2010-01-121-19/+9
* Add the new mirror log type "redundant". The options are now:Jonathan Earl Brassow2010-01-081-11/+19
* Fix setting of readahead in lvcreate.Dave Wysochanski2009-12-031-1/+2
* Do not allow creating mirrors of more than 8 images.Milan Broz2009-11-271-0/+6
* Fix lvcreate processing of %PVS argument.Milan Broz2009-11-041-9/+8
* Tidy some uses of arg_count and introduce arg_is_set.Alasdair Kergon2009-11-031-12/+5
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-2/+7
* Move extents_from_size from lvcreate into internal library so we can reuse.Dave Wysochanski2009-07-261-27/+2
* Move _lvcreate into the internal library and rename to lv_create_single.Dave Wysochanski2009-07-261-416/+1
* Move pvs and pv_count fields from lvcreate_params to lvcreate_cmdline_params.Dave Wysochanski2009-07-261-7/+7
* Comment lvcreate_params struct.Dave Wysochanski2009-07-261-28/+28
* Move 'size' from lvcreate_params into lvcreate_cmdline_params.Dave Wysochanski2009-07-261-4/+4
* Move percent_t from struct lvcreate_params to struct lvcreate_cmdline_params.Dave Wysochanski2009-07-261-10/+19
* Refactor extents calculations / updates in _lvcreate.Dave Wysochanski2009-07-261-49/+70
* Refactor _lvcreate - move *_ARG into _lvcreate_params and get 'cmd' from 'vg'.Dave Wysochanski2009-07-261-12/+14
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-151-5/+5
* Fix vg_read() error paths to properly release upon vg_read_error().Dave Wysochanski2009-07-071-1/+3
* 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
* Abort if automatic metadata correction fails when reading VG to update it.Alasdair Kergon2009-06-261-1/+1
* Fix the same readahead rounding in lvcreate.Milan Broz2009-06-061-3/+6
* Suppress 'removed' messages displayed when internal LVs are removed.Alasdair Kergon2009-05-271-3/+7
* Make --snapshot optional with lvcreate --virtualsize.Alasdair Kergon2009-05-271-11/+8
* 0->NULL (mbroz)Alasdair Kergon2009-05-271-5/+5
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Check max_lv on only place and force the check only for new volume.Milan Broz2009-05-131-0/+6
* Remove unneeded import parameter from lv_create_empty.Milan Broz2009-05-131-2/+2
* Fix snapshot segment import to not use duplicate segments & replace.Milan Broz2009-05-131-1/+1
* Fixup whitespace.Dave Wysochanski2009-04-291-2/+2
* Fix wrong arg in lv_is_virtual_origin call while creating snapshots.Peter Rajnoha2009-04-261-1/+1
* Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).Alasdair Kergon2009-04-251-49/+137
* Move metadata backup call after vg_commit.Milan Broz2009-04-211-5/+5
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-1/+1
* Fix lv_count when manipulating with snapshots and max_lv is set.Milan Broz2009-03-161-1/+1
* Fix last check-ins: seg can be NULL.Alasdair Kergon2009-02-281-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-3/+3
* Fix validation of --minor and --major in lvcreate to require -My always.Milan Broz2008-09-241-0/+3
* Refactor _lvcreate() - no functional change.Dave Wysochanski2008-07-171-12/+12
* Add missing deactivation after activation failure in lvcreate -Zy.Alasdair Kergon2008-06-051-1/+1
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-1/+1