summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lvconvert: rework routing of operationsdev-dct-lvconvert-7David Teigland2016-06-293-10/+799
* libdm: do not issue 'Failed to create directory' message for failure in dm_cr...Peter Rajnoha2016-06-291-4/+2
* lvconvert: Conversions between striped and raid0.Alasdair G Kergon2016-06-288-57/+593
* lvmdbustest: Comment out refresh check for LV createTony Asleson2016-06-281-1/+5
* lvmdbusd: Add --nojson command line optionTony Asleson2016-06-281-1/+5
* lvmdbusd: Remove WARNING for 'lvm help'Tony Asleson2016-06-281-1/+1
* lvmdbusd: Remove unneeded commentTony Asleson2016-06-281-2/+0
* lvmdbusd: Clean up wsTony Asleson2016-06-283-3/+2
* lvmdbusd: Remove unused imports and function parameterTony Asleson2016-06-281-4/+2
* lvmdbusd: Fix hang when lvm compiled with 'enable-notify-dbus'Tony Asleson2016-06-285-75/+62
* lvmdbusd: request.py, initialize _job to NoneTony Asleson2016-06-281-1/+1
* lvmdbusd: Correct pv_seg_start -> pvseg_startTony Asleson2016-06-282-8/+7
* lvmdbusd: Correct command line args for JSONTony Asleson2016-06-281-5/+5
* lvmdbusd: Remove sorting in db layerTony Asleson2016-06-281-7/+1
* lvmdbusd: Add hidden in for json tooTony Asleson2016-06-281-0/+1
* lvmdbusd: Initial support for json outputTony Asleson2016-06-282-20/+209
* raid: Infrastructure for raid takeover.Alasdair G Kergon2016-06-286-26/+596
* lvmetad: two phase vg_removeDavid Teigland2016-06-283-8/+42
* lvmetad: two phase vg_updateDavid Teigland2016-06-2826-71/+181
* lvmetad: remove unused code for other format typesDavid Teigland2016-06-281-7/+0
* WHATS_NEW: add recent changesDavid Teigland2016-06-281-0/+6
* lvmlockd: fix coverity reportDavid Teigland2016-06-281-0/+1
* libdm: report: fix field width calculation when using dm_report_column_headingsPeter Rajnoha2016-06-281-24/+41
* reporter: simplify --configreport handling for -S|--select and fix an issue r...Peter Rajnoha2016-06-283-35/+29
* coverity: fix issues detected in recent codePeter Rajnoha2016-06-284-5/+5
* post-releaseAlasdair G Kergon2016-06-254-2/+8
* pre-releasev2_02_158Alasdair G Kergon2016-06-254-4/+7
* doc: Resync kernel docs.Alasdair G Kergon2016-06-258-52/+205
* man: lvs: move doc about --all so it's ordered alphabetically in the man pagePeter Rajnoha2016-06-241-10/+10
* man: document --configreport, --logonly, --reportformatPeter Rajnoha2016-06-2434-36/+182
* commands: help: add missing --reportformat referencesPeter Rajnoha2016-06-241-2/+5
* commands: fix typo in arg assignmentPeter Rajnoha2016-06-241-1/+1
* cleanup: clean warns from older gccZdenek Kabelac2016-06-241-2/+2
* tests: update test for modified outputZdenek Kabelac2016-06-241-6/+6
* tests: smaller number of devs created to fill metadataZdenek Kabelac2016-06-241-1/+1
* cleanup: type cleanupZdenek Kabelac2016-06-241-1/+1
* lvresize: let pass even protected names like _tmetaZdenek Kabelac2016-06-241-1/+1
* lvresize: fixes for recent commitZdenek Kabelac2016-06-242-7/+6
* Revert "locking: trace errors from dir creation"Alasdair G Kergon2016-06-232-6/+3
* tests: aux prepare_thin_metadataZdenek Kabelac2016-06-233-36/+25
* cleanup: drop setting lv_nameZdenek Kabelac2016-06-232-2/+0
* cleanup: remove unused codeZdenek Kabelac2016-06-232-84/+0
* cleanup: remove unused sizearg variableZdenek Kabelac2016-06-235-5/+0
* lvresize: return 0/1Zdenek Kabelac2016-06-231-23/+11
* lvresize: support more resized LVsZdenek Kabelac2016-06-232-102/+120
* lvresize: do not pass struct cmdZdenek Kabelac2016-06-235-31/+31
* lvresize: pass only needed params to _fsadm_cmdZdenek Kabelac2016-06-231-12/+14
* lvresize: check pvh list is vg->pvsZdenek Kabelac2016-06-231-2/+2
* lvresize: update lvresize_params structZdenek Kabelac2016-06-235-156/+126
* cleanup: use display_lvnameZdenek Kabelac2016-06-233-42/+51