summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Manage without dm_udev_cleanup?Alasdair Kergon2009-08-031-20/+8
* cleanup some ignored return values & 'stack'sAlasdair Kergon2009-08-031-2/+2
* Make lvconvert honour log mirror options combined with downconversion.Petr Rockai2009-08-021-0/+3
* Slightly refactor mirror log conversions in lvconvert.Petr Rockai2009-08-021-31/+31
* Add udevcomplete and --noudevwait to dmsetup.Alasdair Kergon2009-07-311-3/+54
* Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer2009-07-304-5/+26
* Rename _override_settings into override_config_tree_from_string and move.Dave Wysochanski2009-07-271-12/+4
* Refactor _override_settings to take the new config string as input.Dave Wysochanski2009-07-271-3/+4
* 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
* Move ORPHAN_VG lock outside pvcreate_single.Dave Wysochanski2009-07-261-0/+6
* Move bulk of pvcreate logic into library.Dave Wysochanski2009-07-261-238/+1
* Revert previous patch that moved VG_ORPHAN lock inside vg_extend.Dave Wysochanski2009-07-242-0/+15
* Remove redundant validate_name in vgreduce.Dave Wysochanski2009-07-241-6/+0
* Return EINVALID_CMD_LINE not success when invalid VG name format is used.Alasdair Kergon2009-07-211-0/+4
* Add lvm_errno and lvm_errmsg to liblvm to obtain failure information.Alasdair Kergon2009-07-161-0/+5
* Store any errno and error messages issued while processing each command.Alasdair Kergon2009-07-151-0/+2
* Use log_error macro consistently throughout in place of log_err.Alasdair Kergon2009-07-154-12/+12
* Fix memory leak in process_each_pv path.Dave Wysochanski2009-07-151-0/+1
* Fix memory leak in _process_one_vg error path.Dave Wysochanski2009-07-151-1/+3
* Port process_each_pv to new vg_read.Petr Rockai2009-07-155-27/+11
* Remove lockingfailed().Petr Rockai2009-07-152-13/+1
* Take just a read lock when activating in lvchange.Petr Rockai2009-07-151-1/+2
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-154-5/+21
* Check for certain vg_read errors in _process_one_vg iterator.Dave Wysochanski2009-07-151-0/+3
* Fix FAILED_INCONSISTENT case in vg_backup_single - typeo on 'if' condition.Dave Wysochanski2009-07-151-1/+1
* Fix vgck and vgremove segfault if non-existent vg given.Dave Wysochanski2009-07-142-0/+6
* Remove READ_REQUIRE_RESIZEABLE flag from vgsplit.Dave Wysochanski2009-07-141-4/+2
* Refactor vgsplit - move move_pvs_used_by_lv and move_pv inside library.Dave Wysochanski2009-07-141-68/+2
* Remove READ_REQUIRE_RESIZEABLE from vgextend by moving check inside vg_extend.Dave Wysochanski2009-07-141-2/+1
* Change exit() to _exit() in the child process. exit flushes stdio file buffers,Mikulas Patocka2009-07-131-1/+1
* Make cmd->cmd_line const.Alasdair Kergon2009-07-131-1/+1
* Change lock ordering of vgcfgrestore to be consistent with other tools.Dave Wysochanski2009-07-101-6/+6
* Move orphan lock obtain/release inside vg_extend().Dave Wysochanski2009-07-102-15/+0
* Move orphan lock inside vg_remove_single.Dave Wysochanski2009-07-101-7/+0
* Remove force parameter from vg_remove_single, now the liblvm function.Dave Wysochanski2009-07-101-1/+23
* Remove unnecessary parameters from vg_remove_single().Dave Wysochanski2009-07-101-2/+1
* Change vg_create() to take only minimal parameters and obtain a lock.Dave Wysochanski2009-07-092-25/+35
* Add vg_set_alloc_policy() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-9/+4
* Add vg_set_max_pv() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-23/+2
* Add vg_set_max_lv() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-23/+2
* Rename vg_change_pesize to vg_set_extent_size and use vg_t.Dave Wysochanski2009-07-091-1/+1
* Remove unused 'cmd' from vg_change_pesize().Dave Wysochanski2009-07-091-1/+1
* Update vg_change_pesize() to contain all validity checks.Dave Wysochanski2009-07-091-25/+2