summaryrefslogtreecommitdiffstats
path: root/tools/vgchange.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add vg_is_resizeable() and cleanup references.Dave Wysochanski2009-09-151-2/+2
* 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-21/+63
* Use vg_is_exported(vg) macro everywhere.Dave Wysochanski2009-09-141-2/+2
* Remove lockingfailed().Petr Rockai2009-07-151-7/+1
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-151-0/+6
* Add vg_set_alloc_policy() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-9/+4
* Add vg_set_max_pv() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-23/+2
* Add vg_set_max_lv() liblvm function and move vgchange logic inside.Dave Wysochanski2009-07-091-23/+2
* Rename vg_change_pesize to vg_set_extent_size and use vg_t.Dave Wysochanski2009-07-091-1/+1
* Remove unused 'cmd' from vg_change_pesize().Dave Wysochanski2009-07-091-1/+1
* Update vg_change_pesize() to contain all validity checks.Dave Wysochanski2009-07-091-25/+2
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-6/+4
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-14/+2
* Pre-release cleanups.Alasdair Kergon2009-05-211-1/+1
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-2/+2
* Remove vg->lv_count and use counter function.Milan Broz2009-05-131-2/+2
* Properly release VG memory pool in all CLI tools.Milan Broz2009-04-101-1/+1
* Add "--refresh" functionality to vgchange and vgmknodes.Peter Rajnoha2008-12-221-3/+16
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+1
* Right, a simple build (without options) is working again.Alasdair Kergon2008-11-031-4/+4
* Fix vgchange to not activate mirror leg and log volumes directly.Milan Broz2008-06-121-2/+6
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-3/+3
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-3/+3
* Accept sizes with --readahead argument.Alasdair Kergon2007-11-141-1/+1
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-1/+1
* 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-10/+10
* Add --ignoremonitoring to disable all dmeventd interaction.Alasdair Kergon2007-06-181-1/+1
* lvm.static no longer interacts with dmeventd unless explicitly asked to.Alasdair Kergon2007-01-241-7/+12
* register->monitor etc.Alasdair Kergon2007-01-191-16/+8
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-121-4/+3
* Add --maxphysicalvolumes to vgchange.Alasdair Kergon2006-08-161-5/+57
* Add --monitor to vgcreate and lvcreate to control dmeventd registration.Alasdair Kergon2006-05-121-3/+74
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-4/+5
* Introduce origin_from_cow()Alasdair Kergon2006-04-061-1/+1
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-151-5/+5
* Prepare tools to support clustered mirrors.Alasdair Kergon2005-08-141-0/+12
* Basic support for mirrors.Alasdair Kergon2005-06-011-2/+2
* vgscan/change/display/vgs automatically create metadata backup if out-of-date...Alasdair Kergon2005-05-171-0/+4
* vgchange --physicalextentsize (but only if it's an exact fit - may need toAlasdair Kergon2005-04-181-4/+67
* Internal snapshot code restructuring.Alasdair Kergon2005-04-071-1/+1
* Add clustered attribute so vgchange can identify clustered VGs w/o locking.Alasdair Kergon2005-03-211-5/+49
* Always fail if random id generation fails.Alasdair Kergon2005-01-201-1/+5
* Fix vgchange (de)activation of (open) LVs.Alasdair Kergon2004-06-241-4/+8
* Add local activation support.Alasdair Kergon2004-06-161-5/+12
* xxchange -ae to activation exclusivelyAlasdair Kergon2004-05-241-3/+5
* Rename allocation policies; add --alloc to cmdline; LV inherits from VG.Alasdair Kergon2004-05-181-6/+46
* Separate out polldaemon.Alasdair Kergon2004-05-051-4/+4
* Revise internal locking semantics.Alasdair Kergon2004-05-051-5/+11