summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vg_read: remove unused READ_WITHOUT_LOCKdev-dct-pvchangeDavid Teigland2014-10-172-3/+2
* pvchange: use process_each_pvDavid Teigland2014-10-171-88/+44
* toollib: remove unsed variable in process_each_segment_in_pvDavid Teigland2014-10-161-1/+0
* toollib: remove dead codeDavid Teigland2014-10-151-32/+2
* NIX: Give the VMs 2G of RAM (for tmpfs) until the new runner is merged.Petr Rockai2014-10-141-1/+1
* vgcreate: Permit non-power-of-2 extent sizes.Alasdair G Kergon2014-10-1411-81/+107
* systemd: remove workaround for lvm2-monitor.service's ExecStop linePeter Rajnoha2014-10-142-2/+2
* device: Fix BLKSSZGET definition check.Alasdair G Kergon2014-10-131-1/+1
* lvchange: Allow appropriate actions on cache (in addition to thin) pools.Petr Rockai2014-10-132-2/+5
* toollib: validate_restricted_lvname_paramZdenek Kabelac2014-10-084-8/+26
* filter-usable: filter out blocked and suspended devices firmly when scanning ...Peter Rajnoha2014-10-081-2/+9
* vgremove: Use process_each_lv_in_vg.Alasdair G Kergon2014-10-079-47/+37
* test: Fix lvconvert-raid-allocation's use of lvconvert --repair.Petr Rockai2014-10-071-1/+1
* metadata: Fix find_pv_in_vg for missing PVs/filtered devices.Petr Rockai2014-10-071-23/+12
* lvcreate: regression fix on lv name limitsZdenek Kabelac2014-10-073-3/+9
* cleanup: rename _name, _lv and _sizeZdenek Kabelac2014-10-075-174/+174
* tests: typosZdenek Kabelac2014-10-072-3/+3
* tests: put devs into ""Zdenek Kabelac2014-10-0717-1356/+1351
* tests: check for cache and raidZdenek Kabelac2014-10-072-4/+4
* tests: move cache raid to separate fileZdenek Kabelac2014-10-072-41/+64
* cleanup: dont hide pv_dev declaration from pvZdenek Kabelac2014-10-071-6/+3
* test: Creating a cache on top of active RAID works now.Petr Rockai2014-10-072-7/+1
* metadata: add internal error if PV has no existing device attached during fin...Peter Rajnoha2014-10-071-2/+26
* lvconvert: Allow --repair and --splitmirrors on reserved-name LVs.Petr Rockai2014-10-072-0/+18
* test: Add process-each toollib tests.David Teigland2014-10-075-0/+1937
* metadata: Use flags to control warnings.David Teigland2014-10-075-55/+62
* vgreduce: Use process_each_pv.David Teigland2014-10-073-90/+79
* toollib: Rewrite process_each_pv.David Teigland2014-10-079-310/+379
* lvmcache: Skip VG_GLOBAL cache lock state update.Alasdair G Kergon2014-10-071-4/+5
* man: lvmcache mention automatic pool conversionDavid Teigland2014-10-061-1/+28
* toollib: Shuffle PV functions.Alasdair G Kergon2014-10-061-247/+248
* man: lvmcache changes related to removal and splittingDavid Teigland2014-10-061-18/+19
* man: lvmthin show the lvcreate -n option for poolsDavid Teigland2014-10-061-6/+2
* toollib: Remove unused functions from header file.Alasdair G Kergon2014-10-062-35/+26
* tests: lvconvert cache usage of thin poolZdenek Kabelac2014-10-061-0/+50
* tests: lvconvert thin poolZdenek Kabelac2014-10-061-13/+40
* tests: lvconvert cacheZdenek Kabelac2014-10-061-32/+93
* tests: lvcreate external originZdenek Kabelac2014-10-061-4/+7
* tests: lvcreate thin-pool support --nameZdenek Kabelac2014-10-061-1/+25
* tests: lvcreate cache interface updatesZdenek Kabelac2014-10-061-57/+103
* cleanup: indentZdenek Kabelac2014-10-061-2/+2
* cleanup: typo updateZdenek Kabelac2014-10-061-2/+2
* cleanup: error is already loggedZdenek Kabelac2014-10-061-6/+2
* cleanup: lvconvert use standard function exitZdenek Kabelac2014-10-061-15/+18
* validation: use validate_pool_chunk_sizeZdenek Kabelac2014-10-061-7/+3
* validation: share more code for pool validationZdenek Kabelac2014-10-062-4/+5
* lvcreate: validate sizesZdenek Kabelac2014-10-061-4/+10
* toolib: early validation of chunk sizeZdenek Kabelac2014-10-061-0/+4
* pool: use validationZdenek Kabelac2014-10-064-30/+14
* pool: validate_pool_chunk_sizeZdenek Kabelac2014-10-063-0/+42