summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix vgchange to process -a, --refresh, --monitor and --poll like lvchange.Mike Snitzer2010-10-262-10/+43
* Fix constness warningZdenek Kabelac2010-10-251-1/+1
* Fix potential NULL pointer dereferenceZdenek Kabelac2010-10-251-3/+3
* Reuse result of previous strchrZdenek Kabelac2010-10-251-1/+1
* Ensure we always have origin definedZdenek Kabelac2010-10-251-0/+4
* Print vg_name and do not to access vg->nameZdenek Kabelac2010-10-251-1/+1
* Add global/metadata_read_only to use unrepaired metadata in read-only cmds.Alasdair Kergon2010-10-253-19/+27
* Don't take write lock in vgchange --refresh, --poll or --monitor.Alasdair Kergon2010-10-251-1/+4
* Avoid an extraneous orphans unlock in vgextend --restoremissing.Petr Rockai2010-10-181-1/+2
* Implement automatic snapshot extension with dmeventd, and add two new optionsPetr Rockai2010-10-152-26/+73
* Fix linking order for liblvm2cmdZdenek Kabelac2010-10-151-2/+3
* Add --setuuid to dmsetup rename.Alasdair Kergon2010-10-151-2/+9
* Convey need for snapshot-merge target in lvconvert error message and manMike Snitzer2010-10-131-1/+1
* Implement vgextend --restoremissing (BZ 537913), which makes it possible toPetr Rockai2010-10-133-28/+69
* Make lvconvert respect --yes/--force in the inactive log conversionPetr Rockai2010-10-121-1/+3
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-3/+1
* Fix memory leak of config_treeZdenek Kabelac2010-09-301-0/+4
* Add escape sequence for ':' and '@' found in device names used as PVs.Peter Rajnoha2010-09-237-24/+30
* This patch fixes a problem where the mirror polling processJonathan Earl Brassow2010-08-261-1/+2
* Fix pvmove --abort <dev> return codeMilan Broz2010-08-231-2/+4
* Fix pvmove --abort to work even for empty pvmove LVMilan Broz2010-08-232-2/+5
* Remove assumption that --yes must be used only in --force modeMilan Broz2010-08-192-10/+0
* Use 'SINGLENODE' instead of 'dead' in clvmd singlenode messages.Alasdair Kergon2010-08-171-0/+1
* Allow internal suspend and resume of origin without its snapshots.Alasdair Kergon2010-08-177-17/+17
* Monitor origin -real device below snapshot instead of overlay device. (brassow)Alasdair Kergon2010-08-171-1/+1
* Various small cleanups and fixes related to monitoring.Alasdair Kergon2010-08-162-16/+17
* Require --restorefile when using pvcreate --uuid.Mike Snitzer2010-08-123-2/+15
* Fix for bug 619221 - log device splitting regressionJonathan Earl Brassow2010-08-061-1/+1
* Require logical volume(s) to be explicitly named for lvconvert --merge.Mike Snitzer2010-08-031-1/+6
* Wait for node creation before displaying debug info in dmsetup.Zdenek Kabelac2010-08-031-0/+7
* Clean generated files .exported_symbols_generated, example.conf for distclean.Zdenek Kabelac2010-08-031-0/+2
* Fix return status 0 for "dmsetup info -c -o help".Zdenek Kabelac2010-08-031-2/+12
* Taka's fix for handling failure of all mirrored log devices andJonathan Earl Brassow2010-08-021-6/+10
* Disallow mirrored logs in cluster mirrors.Jonathan Earl Brassow2010-08-021-0/+9
* Fix wrong number of mirror log at allocate policyTakahiro Yasui2010-07-301-4/+6
* Make vgck warn about missing PVs.Petr Rockai2010-07-271-0/+6
* Remove unneeded "active" variable in vgchange_monitoring().Dave Wysochanski2010-07-261-2/+2
* Fix reversal of LV list before performing a split mirror.Jonathan Earl Brassow2010-07-131-1/+1
* Fix for bug 612311: Split of linear provides no error msgJonathan Earl Brassow2010-07-131-4/+7
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-0933-147/+147
* Remove superfluous fn prototypes.Alasdair Kergon2010-07-091-3/+0
* Pass metadataignore to pv_create, pv_setup, _mda_setup, and add_mda.Dave Wysochanski2010-07-081-1/+1
* Revert previous commit as it would return also for incorrect syntax.Zdenek Kabelac2010-07-081-1/+0
* Set return value 0 for 'dmsetup -c -o help'Zdenek Kabelac2010-07-081-0/+1
* Shorten prompt for pvchange and vgextend.Dave Wysochanski2010-07-072-7/+5
* Add --force to pvchange, and allow override of prompt involving metadataignore.Dave Wysochanski2010-07-073-1/+5
* Add prompt if using --metadataignore argument with vgmetadatacopies.Dave Wysochanski2010-07-072-0/+18
* Add warning to vgextend and pvchange if metadataignore given on cmdline.Dave Wysochanski2010-07-071-0/+9
* Fix for bug 607347: failing both redundant mirror log legs...Jonathan Earl Brassow2010-07-061-3/+6
* Fix dmlosetup snprintf %llu compiler warning.Alasdair Kergon2010-07-051-3/+1