summaryrefslogtreecommitdiff
path: root/tools/vgscan.c
Commit message (Expand)AuthorAgeFilesLines
* locking: unify global lock for flock and lockdDavid Teigland2019-04-291-6/+0
* vgscan: drop 'take a while' messageDavid Teigland2019-01-281-2/+0
* Remove lvmetadDavid Teigland2018-07-111-62/+4
* Remove lvm1 and pool disk formatsDavid Teigland2018-04-301-2/+2
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-4/+4
* lvmetad: two phase vg_updateDavid Teigland2016-06-281-1/+1
* tools: Use arg_is_set instead of arg_count.Alasdair G Kergon2016-06-211-1/+1
* vgscan: fix process_each argsDavid Teigland2016-06-201-2/+1
* toollib: make it possible to also process internal VGs, add 'include_internal...Peter Rajnoha2016-06-201-1/+1
* pvscan: use process_each_vg for autoactivateDavid Teigland2016-05-231-1/+1
* toollib: add vg name list arg to process_each_vgDavid Teigland2016-05-231-1/+1
* lvmetad: rework command connection setup and checkingDavid Teigland2016-04-191-2/+2
* lvmetad: use the disabled flag in commandsDavid Teigland2016-04-191-1/+42
* lvmetad: preemptively check and rescan in commandsDavid Teigland2016-04-131-11/+10
* vgscan: add --notifydbus to send a notificationDavid Teigland2016-03-071-0/+15
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* vgextend: pass single vgname as process_each_vg argDavid Teigland2015-12-011-1/+1
* pvscan, vgscan: include foreign vgs with --cacheDavid Teigland2015-02-251-0/+2
* toollib: replace void *handle with struct processing_handle for use in proces...Peter Rajnoha2015-02-101-1/+1
* commands: support shortcut -H for cache objectsZdenek Kabelac2014-10-061-1/+1
* lvmcache: handle reinit without errorZdenek Kabelac2014-03-211-1/+1
* locking: Make it possible to pass down an LV to activation code.Petr Rockai2013-06-101-1/+1
* lvmetad: Make vgscan --cache an alias to pvscan --cache.Petr Rockai2012-09-261-12/+4
* Implement devices/global_filter.Petr Rockai2012-09-261-1/+2
* config: add silent modeAlasdair G Kergon2012-08-251-4/+4
* Add 'vgscan --cache' functionality for consistency with 'pvscan --cache'.Peter Rajnoha2012-03-271-5/+18
* Check return values after calling new lvmetad fnsAlasdair Kergon2012-02-281-1/+4
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-231-1/+5
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-1/+1
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-5/+0
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-1/+3
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-2/+2
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-3/+5
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-15/+2
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-1/+1
* Fix vgreduce to use vg_split_mdas to check sufficient mdas remain.Alasdair Kergon2008-04-081-1/+1
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Introduce VG_GLOBAL lock type for vgscan/pvscan to trigger clvmd -R.Alasdair Kergon2007-08-231-0/+6
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add vg_status function and clean up vg->status in tools directoryDave Wysochanski2007-06-191-1/+1
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-1/+2
* vgscan/change/display/vgs automatically create metadata backup if out-of-date...Alasdair Kergon2005-05-171-0/+2
* Improve detection of external changes affecting internal cache.Alasdair Kergon2005-03-211-3/+0
* Fix vgscan metadata auto-correction.Alasdair Kergon2005-01-171-1/+1
* Update copyright notices.Alasdair Kergon2004-03-301-13/+8
* Fix support for PVs on read only devices. [Still must set LVs read only]Alasdair Kergon2003-11-211-0/+1
* vgscan --mknodesAlasdair Kergon2003-11-141-2/+12
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* Another sync point - numerous fixes & clean ups.Alasdair Kergon2003-07-041-1/+1