summaryrefslogtreecommitdiff
path: root/tools/pvresize.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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