summaryrefslogtreecommitdiff
path: root/tools/lvrename.c
Commit message (Expand)AuthorAgeFilesLines
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-1/+1
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-1/+1
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-1/+1
* lvrename: support renaming historical logical volumesPeter Rajnoha2016-03-041-20/+72
* coverity: drop unused assignmentsZdenek Kabelac2016-02-231-2/+2
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* lvrename: move the lvmlockd LV lockDavid Teigland2015-12-091-0/+12
* lvrename: use process_each_vgDavid Teigland2015-12-011-36/+57
* coverity: fix missing initializationPeter Rajnoha2015-07-081-1/+1
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-1/+5
* cleanup: Use lv_is_ macros.Alasdair G Kergon2014-09-151-2/+2
* report: select: refactor: move str_list to libdmPeter Rajnoha2014-06-171-1/+0
* lvrename: fix name length validationZdenek Kabelac2014-03-311-3/+3
* lvrename: fix exit codeZdenek Kabelac2014-03-271-4/+6
* cleanup: stack usageZdenek Kabelac2013-07-011-12/+8
* cleanup: introduce return_ECMD_FAILED macroZdenek Kabelac2013-07-011-6/+3
* config: add silent modeAlasdair G Kergon2012-08-251-2/+2
* Do not allow users to change the name of RAID sub-LVs or the name of theJonathan Earl Brassow2011-12-011-0/+15
* Replace free_vg with release_vgZdenek Kabelac2011-08-101-2/+2
* Rename vg_release to free_vg.Alasdair Kergon2010-12-081-2/+2
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-0/+1
* 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-8/+6
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Convert some vg_reads into vg_lock_and_readsAlasdair Kergon2007-11-151-2/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Factor out core of lvrename to lv_rename library function.Dave Wysochanski2007-08-031-60/+6
* Update lvconvert and lvrename to use vg_lock_and_readDave Wysochanski2007-07-231-12/+3
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-061-14/+1
* Support the /dev/mapper prefix on most command lines.Alasdair Kergon2007-03-091-1/+1
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-121-0/+8
* When using local file locking, skip clustered VGs.Alasdair Kergon2006-09-021-0/+6
* Add skip_dev_dir() to process command line VGs.Alasdair Kergon2006-08-251-3/+1
* Prevent mirror renames.Alasdair Kergon2006-08-181-0/+8
* Fix vgexport/vgimport to set/reset PV exported flag so pv_attr is correct.Alasdair Kergon2006-04-121-1/+1
* missing vg_revertAlasdair Kergon2005-10-311-0/+1
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-1/+1
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-151-3/+3
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-4/+2
* Revise internal locking semantics.Alasdair Kergon2004-05-051-4/+3
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Generalise 'invalid chars' error mesg to just say 'invalid'Alasdair Kergon2003-09-151-2/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-13/+22
* Don't process locked LVsAlasdair Kergon2003-05-061-0/+5