summaryrefslogtreecommitdiffstats
path: root/tools/pvchange.c
Commit message (Expand)AuthorAgeFilesLines
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-4/+4
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-2/+2
* Add old_uuid field to struct physical_volume so we can still reference a PVPeter Rajnoha2011-02-211-0/+1
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-2/+2
* Add change_tag to toollib.Alasdair Kergon2011-01-241-58/+35
* Fix wrongly paired unlocking of global lock in pvchange. (2.02.66)Milan Broz2010-12-231-1/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-4/+4
* Support repetition of --addtag and --deltag arguments.Alasdair Kergon2010-11-111-13/+20
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-231-1/+3
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Shorten prompt for pvchange and vgextend.Dave Wysochanski2010-07-071-4/+3
* Add --force to pvchange, and allow override of prompt involving metadataignore.Dave Wysochanski2010-07-071-0/+1
* Add prompt if using --metadataignore argument with vgmetadatacopies.Dave Wysochanski2010-07-071-0/+8
* Move code into pv_change_metadataignore library function.Dave Wysochanski2010-06-291-35/+1
* Set vg_mda_copies when pvchange --metadataignore is given.Dave Wysochanski2010-06-281-0/+11
* Add --metadataignore to pvchange, allowing for ignoring of metadata areas.Dave Wysochanski2010-06-281-1/+32
* Remove another pvchange hack involving orphan VG names.Dave Wysochanski2010-05-191-3/+0
* Remove hack in pvchange to unlock orphan VG.Dave Wysochanski2010-05-191-3/+0
* Update pvchange to always obtain a vg handle for each pv to process.Dave Wysochanski2010-05-191-67/+55
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-0/+1
* Refactor a couple log_error() statements in prep for larger log_error() patch.Dave Wysochanski2009-07-081-3/+2
* 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
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-32/+22
* Try to avoid full rescan if label scan is enough.Milan Broz2009-02-251-3/+3
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-5/+5
* remove unused mdas variableAlasdair Kergon2008-07-311-4/+1
* Fix pvchange to handle PVs without mdas.Alasdair Kergon2008-07-311-4/+23
* Fix pvchange -M1 -u to preserve existing extent locations when there's a VG.Alasdair Kergon2008-07-161-0/+13
* split orphan VG by format typeAlasdair Kergon2008-02-061-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-2/+1
* Convert some vg_reads into vg_lock_and_readsAlasdair Kergon2007-11-151-20/+6
* Fix orphan-related locking in pvdisplay and pvs.Alasdair Kergon2007-11-021-30/+31
* Convert pvchange, pvdisplay, pvscan to use is_orphan()Bryn M. Reeves2007-11-021-6/+7
* Add pv_dev_name() to access PV device name.Dave Wysochanski2007-10-121-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-23/+23
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-141-4/+4
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-131-15/+15
* Convert pv->status to get_pv_statusDave Wysochanski2007-06-131-2/+2
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-131-1/+1
* Convert pv->pe_alloc_count to get_pv_pe_alloc_countDave Wysochanski2007-06-131-1/+1
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-14/+2
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-301-1/+1