summaryrefslogtreecommitdiffstats
path: root/tools/lvchange.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix convert polling to ignore LV with different UUID.Milan Broz2009-06-011-9/+1
* Suppress 'removed' messages displayed when internal LVs are removed.Alasdair Kergon2009-05-271-1/+7
* Use lock query instead of activate_lv_exclMilan Broz2009-05-201-9/+9
* Merge lv_is_displayable and lv_is_visible.Milan Broz2009-05-131-1/+1
* Add sparse devices: lvcreate -s --virtualoriginsize (hidden zero origin).Alasdair Kergon2009-04-251-1/+2
* Remove some trailing whitespace so git won't complain.Dave Wysochanski2009-04-221-1/+1
* Move metadata backup call after vg_commit.Milan Broz2009-04-211-28/+24
* Fix vgrename using UUID in case there are VGs with the same name.Peter Rajnoha2008-12-191-4/+1
* Create global is_static() to eliminate from the library init function.Dave Wysochanski2008-12-181-1/+1
* Added displayable_lvs_in_vg and lv_is_displayable functions to deal withPeter Rajnoha2008-12-041-1/+1
* Change lvchange exit status to indicate if any part of the operation failed.Alasdair Kergon2008-07-311-1/+10
* Improve/Fix read ahead 'auto' calculation for stripe_sizeZdenek Kabelac2008-06-181-2/+5
* Temporarily disable dmeventd mirror monitoring during lvchange --resync.Alasdair Kergon2008-05-211-0/+7
* Add vg_is_clustered() helper function.Dave Wysochanski2008-04-101-4/+4
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Use stack return macros throughout.Alasdair Kergon2008-01-301-52/+26
* Refactor mirror log attachment code.Alasdair Kergon2008-01-261-24/+11
* Fix internal metadata corruption in lvchange --resync.Alasdair Kergon2008-01-261-0/+4
* Various lvconvert/polldaemon-related fixes from NEC. See lvm-develAlasdair Kergon2008-01-101-0/+14
* round readahead to multiple of page size in toolsAlasdair Kergon2007-12-051-0/+8
* readahead activation code (but no dm support yet)Alasdair Kergon2007-11-121-4/+4
* Enhance the management of readahead settings.Alasdair Kergon2007-11-091-4/+4
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Add --ignoremonitoring to disable all dmeventd interaction.Alasdair Kergon2007-06-181-1/+1
* Allow keyboard interrupts in yes_no_prompt(). Add code to toollib.cPetr Rockai2007-06-151-0/+9
* lvm.static no longer interacts with dmeventd unless explicitly asked to.Alasdair Kergon2007-01-241-2/+5
* register->monitor etc.Alasdair Kergon2007-01-191-22/+8
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-121-2/+4
* Prevent permission changes on active mirrors.Alasdair Kergon2007-01-101-0/+8
* fix last check-in: lv->size is in sectorsAlasdair Kergon2006-11-031-1/+1
* Fix mirror log LV writing to set all bits in whole LV.Alasdair Kergon2006-11-021-1/+1
* try forcesync -> resyncAlasdair Kergon2006-10-241-5/+5
* fix forcesync local active detectionAlasdair Kergon2006-10-241-4/+5
* Add lvchange --forcesync.Alasdair Kergon2006-10-231-5/+162
* Retain activation state after changing LV minor number with --force.Alasdair Kergon2006-10-131-9/+8
* Fix activation logic in lvchange --persistent.Alasdair Kergon2006-07-101-19/+8
* Add --monitor to vgcreate and lvcreate to control dmeventd registration.Alasdair Kergon2006-05-121-4/+47
* Make SIZE_SHORT the default for display_size().Alasdair Kergon2006-05-091-3/+3
* Attempt to load missing targets using modprobe.Alasdair Kergon2005-10-171-1/+1
* Change LV locking macros to take lv instead of lvid.Alasdair Kergon2005-08-151-17/+17
* Always insert an intermediate layer for mirrors.Alasdair Kergon2005-06-031-1/+12
* Basic support for mirrors.Alasdair Kergon2005-06-011-0/+6
* Add clustered attribute so vgchange can identify clustered VGs w/o locking.Alasdair Kergon2005-03-211-0/+7
* Only ask libdevmapper for open_count when we need it.Alasdair Kergon2005-01-121-1/+1
* Add local activation support.Alasdair Kergon2004-06-161-13/+34
* xxchange -ae to activation exclusivelyAlasdair Kergon2004-05-241-4/+3
* Rename allocation policies; add --alloc to cmdline; LV inherits from VG.Alasdair Kergon2004-05-181-35/+27
* stray spaceAlasdair Kergon2004-05-051-1/+1
* Separate out polldaemon.Alasdair Kergon2004-05-051-7/+13
* Revise internal locking semantics.Alasdair Kergon2004-05-051-19/+28