summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: create lists of accepted values in descriptionsdev-dct-configDavid Teigland2015-08-131-210/+291
* config: add empty lines around examplesDavid Teigland2015-08-131-54/+83
* config: recognize a blank comment lineDavid Teigland2015-08-131-0/+5
* config: explain automatic default valuesDavid Teigland2015-08-131-0/+3
* dmsetup: Use #define for command names.Alasdair G Kergon2015-08-131-5/+10
* dmstats: don't output column headings if report failsBryn M. Reeves2015-08-121-0/+7
* dmstats: don't output column headings when args checks failBryn M. Reeves2015-08-121-24/+24
* config: description updatesDavid Teigland2015-08-121-5/+4
* dmsetup: only free resources once in the final intervalBryn M. Reeves2015-08-121-0/+9
* udev: fix missing escape for +Zdenek Kabelac2015-08-121-1/+1
* lvcreate: fix return valueZdenek Kabelac2015-08-121-1/+1
* dmsetup: use timerfd for interval timing if availabledev-bmr-dmstats-timerfdBryn M. Reeves2015-08-124-42/+290
* libdm: add dm_timestamp_copy()Bryn M. Reeves2015-08-123-0/+11
* tests: keep testing mq policyZdenek Kabelac2015-08-123-0/+5
* tests: link some new cache profilesZdenek Kabelac2015-08-121-1/+2
* cleanup: indentZdenek Kabelac2015-08-123-5/+4
* cleanup: use IEC KiB unitsZdenek Kabelac2015-08-121-18/+18
* libdm: rename to data_block_sizeZdenek Kabelac2015-08-122-7/+7
* libdm: cache target arg validationZdenek Kabelac2015-08-122-0/+27
* config: extend definition for AllocationZdenek Kabelac2015-08-121-1/+2
* config: support longer config pathsZdenek Kabelac2015-08-121-1/+1
* cache: add more validationZdenek Kabelac2015-08-124-2/+24
* cache: api updateZdenek Kabelac2015-08-129-70/+165
* cache: undefined policy is mqZdenek Kabelac2015-08-121-1/+3
* toollib: get_cache_paramsZdenek Kabelac2015-08-127-44/+36
* cache: man updatesZdenek Kabelac2015-08-122-10/+31
* cache: runtime detect default policyZdenek Kabelac2015-08-122-1/+22
* cache: detect smq policy presenceZdenek Kabelac2015-08-123-3/+81
* cache: introduce mq and smq profilesZdenek Kabelac2015-08-124-2/+41
* cache: add cache_policy cache_settingsZdenek Kabelac2015-08-127-7/+33
* configure: --clear-need-check-flag needs 0.5.4Zdenek Kabelac2015-08-123-18/+33
* udev: use += for SYSTEMD_WANTS instead of =Thomas Bächler2015-08-122-1/+2
* lvconvert: fix lockd LV lockingDavid Teigland2015-08-111-7/+5
* lvrename: fix lockd LV lockingDavid Teigland2015-08-101-0/+12
* lvmlockd: add LV name to some debug loggingDavid Teigland2015-08-101-3/+10
* libdm-stats: backtrace if fclose fails (Coverity)Bryn M. Reeves2015-08-101-6/+14
* libdm: simplify stats nr_areas calculation (Coverity)Bryn M. Reeves2015-08-101-2/+1
* dmsetup: don't free handle if dm_stats_create fails (Coverity)Bryn M. Reeves2015-08-101-1/+1
* libdm: fix stats handle leak in dm_stats_create (Coverity)Bryn M. Reeves2015-08-101-2/+5
* libdm: fix FILE leak in _program_id_from_proc() (Coverity)Bryn M. Reeves2015-08-101-4/+6
* dmsetup: remove bogus !_report test in _stats_report (Coverity)Bryn M. Reeves2015-08-101-3/+0
* lvmlockd: fix check for other sanlock lockspacesDavid Teigland2015-08-101-0/+4
* vgremove: fix locking when lvmlockd global lock is removedDavid Teigland2015-08-102-1/+28
* post-releaseAlasdair G Kergon2015-08-104-2/+8
* pre-releasev2_02_127Alasdair G Kergon2015-08-104-14/+19
* dmsetup: Also install dmstats.Alasdair G Kergon2015-08-102-0/+4
* dmstats: add libdm-stats library and 'dmsetup stats' commandBryn M. Reeves2015-08-098-37/+4388
* WHATS_NEW_DM: Update for preliminary stats commitsBryn M. Reeves2015-08-081-1/+2
* libdm: do not attempt to output column headings with --rowsBryn M. Reeves2015-08-081-0/+3
* libdm: remove report interval supportBryn M. Reeves2015-08-084-98/+42