summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvconvert: add command to change region size of a raid LVdev-dct-cmd-defs76David Teigland2017-02-076-0/+31
* vgchange: fix uint32 parsing of logicalvolume argDavid Teigland2017-02-072-14/+5
* commands: recognize raid variationsDavid Teigland2017-02-072-11/+7
* commands: move command def parsing into lvm binaryDavid Teigland2017-02-0712-3468/+2751
* lvconvert: remove unused codeDavid Teigland2017-02-071-39/+7
* args: split is a synonym for splitcacheDavid Teigland2017-02-073-33/+31
* man: add vgsplit notesDavid Teigland2017-02-071-0/+18
* man: add vgimportclone notesDavid Teigland2017-02-071-0/+9
* man: add vgimport notesDavid Teigland2017-02-071-0/+9
* man: add vgexport notesDavid Teigland2017-02-071-0/+14
* man: add pvscan notesDavid Teigland2017-02-071-0/+103
* man: add pvmove notesDavid Teigland2017-02-071-0/+47
* man: lvmlockd/clvmd notes about activationDavid Teigland2017-02-072-15/+53
* generate man pagesDavid Teigland2017-02-0753-6663/+122
* man: lvmthin updatesDavid Teigland2017-02-071-12/+9
* ccmd: split into multiple filesDavid Teigland2017-02-076-3171/+3209
* command struct: remove command name refsDavid Teigland2017-02-078-30/+26
* command.h comment tidyingDavid Teigland2017-02-071-8/+6
* lvm shell: clear argv for each commandDavid Teigland2017-02-071-1/+4
* help: accept positional argsDavid Teigland2017-02-071-0/+1
* fix lvmcmdline warningDavid Teigland2017-02-071-20/+20
* Makefile: clean up create-command partsDavid Teigland2017-02-071-5/+31
* man lvm: remove optionsDavid Teigland2017-02-071-255/+3
* args: add man page descriptionsDavid Teigland2017-02-074-268/+1611
* args: use uint32 arg for maxphysicalvolumesDavid Teigland2017-02-074-4/+6
* lvconvert: remove unused codeDavid Teigland2017-02-071-1731/+325
* lvconvert: use command defs for raid/mirror typesDavid Teigland2017-02-074-797/+323
* tests: use swapmetadataDavid Teigland2017-02-075-33/+33
* lvconvert: use command defs for mergemirrorsDavid Teigland2017-02-075-40/+111
* toollib: find VG name in option values when neededDavid Teigland2017-02-074-2/+162
* lvconvert: use command defs for thin/cache/pool creationDavid Teigland2017-02-0710-74/+1394
* lvconvert: add startpoll command using command defDavid Teigland2017-02-076-18/+86
* lvconvert: snapshot: use command definitionsDavid Teigland2017-02-0710-140/+277
* lvconvert: remove unused calls for repair and replaceDavid Teigland2017-02-071-227/+10
* lvconvert: repair and replace: use command definitionsDavid Teigland2017-02-074-18/+330
* lvchange: make use of command definitionsDavid Teigland2017-02-074-452/+430
* process_each_lv: add check_single_lv functionDavid Teigland2017-02-0711-15/+38
* commands: new method for defining commandsDavid Teigland2017-02-0728-1836/+7312
* lvmlockd: test mode doesn't workDavid Teigland2017-02-071-0/+5
* lvconvert: add support to change RAID region size (fixup)Heinz Mauelshagen2017-02-073-39/+75
* lvconvert: add segtype raid5_n and conversions to/from it (cleanup)Heinz Mauelshagen2017-02-072-5/+15
* lvconvert: add support to change RAID region sizeHeinz Mauelshagen2017-02-074-2/+198
* tests: drop zeroingZdenek Kabelac2017-02-061-11/+11
* tests: drop /tmp polutionZdenek Kabelac2017-02-061-2/+0
* cleanup: hide gcc warningZdenek Kabelac2017-02-061-2/+2
* debug: add space before uuidZdenek Kabelac2017-02-051-5/+5
* comment: updateZdenek Kabelac2017-02-051-1/+1
* cleanup: rename to use track_ prefixZdenek Kabelac2017-02-051-9/+10
* clvmd: add mutex protection for cpg_ callZdenek Kabelac2017-02-052-0/+5
* lvconvert: add segtypes raid6_{ls,rs,la,ra}_6 and conversions to/from itHeinz Mauelshagen2017-02-056-225/+248