summaryrefslogtreecommitdiffstats
path: root/tools/pvresize.c
Commit message (Expand)AuthorAgeFilesLines
* Using enum types for enumsZdenek Kabelac2012-02-281-1/+1
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-011-1/+1
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-111-0/+2
* Add a hint for manual revert if there's an error in pv_write, vg_write, vg_co...Peter Rajnoha2011-02-281-1/+6
* Allow non-orphan PVs with two metadata areas to be resized.Peter Rajnoha2011-02-281-4/+11
* Change pvresize code to work with new metadata handling interface and allowPeter Rajnoha2011-02-211-50/+3
* Change pv_write code to work with the changes in metadata handling interfacePeter Rajnoha2011-02-211-1/+1
* Remove useless mdas parameter for pv_read (from now on, we store mdas in aPeter Rajnoha2011-02-211-5/+3
* Replace PV_MIN_SIZE with function pv_min_size()Zdenek Kabelac2011-02-181-3/+3
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-2/+2
* Print vg_name and do not to access vg->nameZdenek Kabelac2010-10-251-1/+1
* Accept orphan VG names as parameters to lock_vol() and related functions.Alasdair Kergon2010-05-191-19/+16
* Fix unlocking vg in some pvresize and toollib error paths.Zdenek Kabelac2009-12-111-2/+6
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Port process_each_pv to new vg_read.Petr Rockai2009-07-151-1/+1
* Fix vg_read() error paths to properly release upon vg_read_error().Dave Wysochanski2009-07-071-2/+2
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-07-011-13/+2
* revert last patch - let's do a release firstAlasdair Kergon2009-06-261-2/+13
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-06-261-13/+2
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-37/+27
* Try to avoid full rescan if label scan is enough.Milan Broz2009-02-251-1/+1
* Separate PV label attributes which do not need parse metadata when reporting.Milan Broz2009-02-091-1/+1
* Rename vg_read() to vg_read_internal(). (mornfall)Alasdair Kergon2009-01-261-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-4/+4
* Fix pvresize to not allow resize if PV has two metadata areas.Milan Broz2008-09-121-7/+19
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-2/+1
* Decode cluster locking state in log message. (untested)Alasdair Kergon2007-11-161-5/+5
* move pvresize_single back under toolsAlasdair Kergon2007-11-151-0/+154
* Avoid nested vg_reads when processing PVs in VGs and fix associated locking.Alasdair Kergon2007-11-141-1/+2
* Accept sizes with --readahead argument.Alasdair Kergon2007-11-141-1/+1
* move guts of pvresize into libraryDave Wysochanski2007-08-301-156/+0
* prepare to move guts of pvresize into libraryDave Wysochanski2007-08-301-26/+38
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-2/+2
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-281-1/+1
* Remove get_ prefix from get_pv_* functionsDave Wysochanski2007-06-151-14/+14
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-141-1/+1
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-131-4/+4
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-131-2/+2
* Convert pv->size to get_pv_sizeDave Wysochanski2007-06-131-3/+3
* Convert pv->pe_size to get_pv_pe_sizeDave Wysochanski2007-06-131-1/+1
* Convert pv->pe_start to get_pv_pe_startDave Wysochanski2007-06-131-3/+3
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-15/+1
* When using local file locking, skip clustered VGs.Alasdair Kergon2006-09-021-0/+7
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-1/+1
* A pvresize implementation (Zak Kipling).Alasdair Kergon2005-10-311-0/+221