summaryrefslogtreecommitdiffstats
path: root/tools/vgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* Using enum types for enumsZdenek Kabelac2012-02-281-1/+1
* Add free_orphan_vgZdenek Kabelac2012-02-131-4/+0
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-0/+3
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-1/+1
* Revert the patch for vgconvert to work with recent changes in metadata area h...Peter Rajnoha2011-02-251-20/+67
* Fix vgconvert code to work with changes in metadata area handling and changesPeter Rajnoha2011-02-211-70/+20
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-3/+1
* Change the code throughout to use new pv_initialise and modified pv_setup fn.Peter Rajnoha2011-02-211-2/+4
* Fix gcc warnings for unused variablesZdenek Kabelac2011-02-181-3/+2
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-171-1/+1
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-1/+1
* Add --pvmetadatacopies as a synonym for --metadatacopies in various commands.Dave Wysochanski2009-10-051-4/+9
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-5/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-3/+9
* Rename internal library function vg_remove to vg_remove_mdas.Dave Wysochanski2009-09-021-1/+1
* Add --dataalignmentoffset to pvcreate to shift start of aligned data areaMike Snitzer2009-07-301-1/+1
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-3/+5
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-14/+2
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-1/+1
* Add --dataalignment to pvcreate to specify alignment of data area. (mbroz)Alasdair Kergon2009-02-221-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-5/+5
* Fix setting of volume limit count if converting to lvm1 format.Milan Broz2008-08-291-0/+9
* Fix vgconvert logical volume id metadata validation.Milan Broz2008-08-281-0/+11
* Refactor pv_create() to take cmd_context - no functional change.Dave Wysochanski2008-06-241-1/+1
* Accept sizes with --readahead argument.Alasdair Kergon2007-11-141-1/+1
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-1/+1
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-6/+6
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Convert vg->status checks to use vg_check_status function.\nRename status_fla...Dave Wysochanski2007-06-191-8/+1
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-12/+12
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-131-6/+6
* Convert pv->size to get_pv_sizeDave Wysochanski2007-06-131-1/+1
* Convert existing_pv dereferences to get_pv_*Dave Wysochanski2007-06-131-6/+6
* Fix lvcreate corelog validation.Alasdair Kergon2006-05-161-2/+2
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+1
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-1/+1
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-0/+2
* Only ask libdevmapper for open_count when we need it.Alasdair Kergon2005-01-121-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* rename config file vars & always use / as separatorAlasdair Kergon2004-03-081-4/+4
* Fix support for PVs on read only devices. [Still must set LVs read only]Alasdair Kergon2003-11-211-0/+1
* Cope better with LVM1 minor numbers & LV numbers.Alasdair Kergon2003-11-061-0/+25
* More consistent error code usage.Alasdair Kergon2003-10-211-2/+2
* macro changesAlasdair Kergon2003-10-151-3/+3
* Ensure more args aren't negative.Alasdair Kergon2003-09-151-0/+5
* Stop more gracefully when in test mode.Alasdair Kergon2003-04-241-0/+7
* Tidy various pre-processing incl. making libdl optional.Alasdair Kergon2003-03-241-1/+1
* Default stripesize 64k & config file setting for it;Alasdair Kergon2002-12-191-4/+4