summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commands: new method for defining commandsdev-dct-cmd-defs13David Teigland2016-10-1114-1784/+12247
* man: lvconvert mention required optionDavid Teigland2016-08-171-0/+3
* man: lvconvert change location of sentenceDavid Teigland2016-08-171-2/+2
* vgsplit: fix regression processing thin external originsHeinz Mauelshagen2016-08-161-1/+1
* lvcreate: better error message creating RAID LV on < 4 KiB VG extent sizeHeinz Mauelshagen2016-08-161-0/+7
* tools: Suppress some unnecessary --stripesize warnings.Alasdair G Kergon2016-08-152-3/+6
* pvmove: fix regression introduced with 8e9d5d12ae3ac75852ebd74b64c28e31abb68d0eHeinz Mauelshagen2016-08-152-1/+13
* pvmove: prohibit non-resilient collocation of RAID SubLVsHeinz Mauelshagen2016-08-154-8/+88
* post-releaseAlasdair G Kergon2016-08-154-2/+8
* pre-releasev2_02_164Alasdair G Kergon2016-08-154-6/+6
* conf: add comment about cfg_runtimePeter Rajnoha2016-08-151-0/+5
* raid_manip: pay attention to PVs listed on command line when allocating MetaLVsHeinz Mauelshagen2016-08-131-4/+15
* raid_manip: add missing code avoiding MetaLV collocation on the same PVHeinz Mauelshagen2016-08-121-4/+20
* notify: Fix hang with lvm shell & --enable-notify-dbusTony Asleson2016-08-121-1/+1
* lvcreate/lvconvert: fix validation of maximum mirrors/stripesHeinz Mauelshagen2016-08-126-11/+61
* raid: Avoid double suffix on rmeta LV name paired with rimage LV.Alasdair G Kergon2016-08-112-4/+20
* spec: Add new filesMarian Csontos2016-08-111-0/+2
* lvmcmdline: use long int for number returned by strtolPeter Rajnoha2016-08-101-1/+1
* post-releaseAlasdair G Kergon2016-08-104-2/+8
* pre-releasev2_02_163Alasdair G Kergon2016-08-104-6/+13
* man: fix references to names for --configreport arg in pvs, vgs and lvs man pagedev-prajnoha-log-report-extrasPeter Rajnoha2016-08-093-3/+3
* man: add lvm fullreport man pagePeter Rajnoha2016-08-093-1/+150
* report: add report_reset_cmdlog_seqnum and call it for each new cmd executed ...Peter Rajnoha2016-08-093-3/+11
* conf: mark selected settings with CFG_DISALLOW_INTERACTIVE flagPeter Rajnoha2016-08-091-6/+6
* config: add support for CFG_DISALLOW_INTERACTIVE flag to mark settings as not...Peter Rajnoha2016-08-095-14/+57
* refactor: modify original _check_profile fn and rename to config_force_check ...Peter Rajnoha2016-08-092-5/+7
* conf: add lvmdbusd.profilePeter Rajnoha2016-08-092-1/+52
* lvm: shell: honor log/command_log_selection as default and reset to this valu...Peter Rajnoha2016-08-091-1/+13
* lvmcmdline: profile: early profile load for lvm shellPeter Rajnoha2016-08-091-0/+8
* lvm: shell: extend log report to cover whole lvm shell's main loopPeter Rajnoha2016-08-094-37/+71
* libdm: report: add dm_report_group_output_and_pop_allPeter Rajnoha2016-08-093-38/+23
* libdm: report: postpone printing of JSON starting '{' character till it's neededPeter Rajnoha2016-08-091-36/+14
* libdm: report: add dm_report_destroy_rowsPeter Rajnoha2016-08-093-0/+11
* lvmcmdline: return 0/NULL if cmd->arg_values not set and arg_count/grouped_ar...Peter Rajnoha2016-08-091-3/+3
* refactor: move report grouping and log reporting handles from processing_hand...Peter Rajnoha2016-08-097-79/+61
* shell: also collect last command's return code for subsequent 'lastlog' invoc...Peter Rajnoha2016-08-093-2/+43
* log: separate output and make it possible to use given FDsPeter Rajnoha2016-08-096-59/+245
* test: fix/enhance lvcreate-large-raid*.shHeinz Mauelshagen2016-08-092-8/+16
* test: fix lvcreate-large-raid.shHeinz Mauelshagen2016-08-091-14/+49
* test: add lvconvert-raid-takeover.shHeinz Mauelshagen2016-08-091-0/+126
* lvconvert: Fix repair and replace routing.Alasdair G Kergon2016-08-081-1/+1
* man: explain deletion of 1st group member in dmstats.8.inBryn M. Reeves2016-08-081-2/+15
* man: minor fixes to dmstats.8.inBryn M. Reeves2016-08-081-1/+1
* test: Drop --mirrorlog when not a mirror.Alasdair G Kergon2016-08-082-4/+12
* lvconvert: separate type raid to mirrorDavid Teigland2016-08-082-1/+20
* WHATS_NEW: reject --nosync option for RAID6 LVs in lvcreateHeinz Mauelshagen2016-08-081-0/+1
* lvconvert: Limit --corelog and --mirrorlog to mirrors.Alasdair G Kergon2016-08-082-1/+13
* lvcreate: reject '--nosync' option for RAID6 LVsHeinz Mauelshagen2016-08-083-7/+112
* lvmcmdline: do not refresh whole cmd context if profile dropped after process...Peter Rajnoha2016-08-082-1/+5
* lvconvert: Support raid0<->raid4 and mirror<->raid1.Alasdair G Kergon2016-08-073-45/+535