summaryrefslogtreecommitdiff
path: root/tools/pvchange.c
Commit message (Expand)AuthorAgeFilesLines
* cov: clean up pvid and vgid usageDavid Teigland2021-08-161-1/+3
* archiving: take archive automaticallyZdenek Kabelac2021-06-091-2/+0
* pvchange: fix file locking deadlockDavid Teigland2021-06-021-1/+26
* clang: ensure vg is definedZdenek Kabelac2021-04-231-3/+3
* cleanup: free already checks for NULLZdenek Kabelac2021-03-021-2/+1
* device usage based on devices fileDavid Teigland2021-02-231-0/+17
* lvmcache: renaming functions and variablesDavid Teigland2019-08-161-1/+1
* exported vg handlingDavid Teigland2019-06-251-6/+1
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-19/+1
* add device hints to reduce scanningDavid Teigland2019-01-151-0/+2
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-1/+1
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-13/+13
* toollib: add 'parent' field to processing_handle; init report format only if ...Peter Rajnoha2016-06-201-1/+1
* lvmcache: process duplicate PVs directlyDavid Teigland2016-05-061-0/+17
* pvchange, pvresize: move exported VG checkDavid Teigland2016-03-101-1/+6
* dbus: add notification from commandsDavid Teigland2016-03-071-0/+2
* Use a common message for a used PVDavid Teigland2016-02-251-1/+1
* toollib: add two phase pv processing codeDavid Teigland2016-02-251-1/+1
* pv: check for the PV_EXT_USED flag and deny pvcreate/pvchange/pvremove/vgcrea...Peter Rajnoha2016-02-151-4/+16
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* pvchange, pvresize: fix lockd_gl() usageDavid Teigland2016-01-181-2/+5
* Add lvmlockddev-dct-lvmlockd-AZDavid Teigland2015-07-021-0/+8
* cleanup: tools: "or use -S for selection" --> "or use --select for selection"Peter Rajnoha2015-03-041-1/+1
* cleanup: drop unused value assignZdenek Kabelac2015-02-191-2/+1
* cleanup: remove deallocate_handle_root arg from destroy_procesing_handle fnwPeter Rajnoha2015-02-131-1/+1
* pvchange: no need to initialize selection handle directly, process_each_pv wi...Peter Rajnoha2015-02-131-2/+1
* pvchange: Use process_each_pv.Alasdair G Kergon2015-02-121-124/+70
* select: initialize selection handle for process_each_* fns with initial repor...Peter Rajnoha2015-02-101-1/+1
* tools: allow -S|--select for vgchange, lvchange and pvchangePeter Rajnoha2015-02-101-1/+2
* pvchange: use processing_handle when processing items for pvchangePeter Rajnoha2015-02-101-10/+35
* tools: read yes_no_arg via int_valueZdenek Kabelac2014-10-241-12/+3
* report: select: refactor: move str_list to libdmPeter Rajnoha2014-06-171-1/+1
* cleanup: make error message more readableZdenek Kabelac2014-05-211-1/+1
* pvchange: populate lvmcache for --allZdenek Kabelac2014-03-281-0/+4
* pvchange: fix exit code regressionZdenek Kabelac2014-03-271-1/+2
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-1/+1
* pv_write: clean up non-orphan format1 PV writePeter Rajnoha2013-03-251-28/+4
* cleanup: switch log_error to log_warnZdenek Kabelac2012-10-171-4/+4
* config: add silent modeAlasdair G Kergon2012-08-251-5/+5
* 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