summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* thin: rename thin_pool_chunk_size_calculation -> ..size_policy and rename "de...Peter Rajnoha2013-10-044-6/+6
* cmdline: Add --ignoreskippedcluster.Alasdair G Kergon2013-10-013-2/+10
* thin: better dbg msgs and avoid uninit. value on chunk size recalcPeter Rajnoha2013-09-301-4/+11
* fix: also make commit b4637 work without dmeventdPeter Rajnoha2013-09-302-48/+49
* fix: make it possible to compile with --disable-devmapper againPeter Rajnoha2013-09-274-176/+179
* RAID: Fix _sufficient_pes_free calculation for RAIDJonathan Brassow2013-09-261-1/+1
* thin: calculate thin pool chunk size based on device IO hintsPeter Rajnoha2013-09-251-1/+68
* thin: use appropriate default value based on allocation/thin_pool_chunk_size_...Peter Rajnoha2013-09-254-14/+48
* conf: add allocation/thin_pool_chunk_size_calculationPeter Rajnoha2013-09-252-0/+3
* Test/clean-up: Indent clean-up and additional RAID resize testJonathan Brassow2013-09-241-8/+18
* RAID: Fix broken allocation policies for parity RAID typesJonathan Brassow2013-09-241-1/+2
* lvs: Add seg_size_pe field.Alasdair G Kergon2013-09-233-0/+14
* release 2.02.102v2_02_102Alasdair G Kergon2013-09-231-1/+3
* activation: use improved lv_infoZdenek Kabelac2013-09-231-22/+7
* lvinfo: allow to use lv_info with NULL infoZdenek Kabelac2013-09-231-1/+5
* raid: add lv_is_raid()Zdenek Kabelac2013-09-231-0/+1
* cleanup: drop unused report parameterZdenek Kabelac2013-09-231-4/+4
* cleanup: add log_error error path messagesZdenek Kabelac2013-09-231-8/+11
* cleanup: shorter codeZdenek Kabelac2013-09-231-77/+32
* cleanup: release all memory in error pathZdenek Kabelac2013-09-231-2/+4
* cleanup: skip call of detect...Zdenek Kabelac2013-09-231-1/+1
* cleanup: monitoring more readableZdenek Kabelac2013-09-231-11/+7
* RAID: Don't allow syncaction changes on non-RAID LVsJonathan Brassow2013-09-191-0/+6
* vgconvert: Do not call lvmetad_vg_remove (path shared with vgcfgbackup).Petr Rockai2013-09-182-4/+4
* vgcfgrestore: Remove VG rom lvmetad later, to better deal with errors.Petr Rockai2013-09-181-1/+13
* reporting: Add devtypes command.Alasdair G Kergon2013-09-186-8/+99
* filters: Add bcache.Alasdair G Kergon2013-09-161-0/+1
* cleanup: hide gcc warningZdenek Kabelac2013-09-111-1/+1
* RAID: Make RAID single-machine-exclusive capable in a clusterJonathan Brassow2013-09-104-51/+59
* Misc/RAID: Enable resume_lv to handle some renaming conflicts.Jonathan Brassow2013-09-091-40/+2
* deactivate: drop readahead calc in deactivationZdenek Kabelac2013-09-071-2/+0
* thin: validation catch multiseg thin pool/volumesZdenek Kabelac2013-09-071-10/+20
* thin: fix monitoring of thin pool volumeZdenek Kabelac2013-09-071-8/+8
* thin: fix resize of stacked thin pool volumeZdenek Kabelac2013-09-072-55/+106
* toolcontext: Only reopen stdin if readable.Alasdair G Kergon2013-08-281-4/+15
* activation: Fix segfault with inactive pvmove LV.Alasdair G Kergon2013-08-281-3/+5
* misc: make lv_is_on_pv use for_each_sub_lv to walk LV treeJonathan Brassow2013-08-231-71/+55
* Thin: Make 'lv_is_on_pv(s)' work with thin typesJonathan Brassow2013-08-231-1/+23
* Misc: Make get_pv_list_for_lv() available to more than just RAIDJonathan Brassow2013-08-233-41/+80
* filter-mpath: remove superfluous error message about mpath major not equal to...Peter Rajnoha2013-08-211-4/+1
* fix: some issues reported by coverityPeter Rajnoha2013-08-152-7/+6
* filters: check for mpath before opening devsAlasdair G Kergon2013-08-1318-217/+156
* Mirror: Fix inability to remove VG's cluster flag if it contains a mirrorJonathan Brassow2013-08-121-0/+9
* logging: tidy log_sys_error when string emptyAlasdair G Kergon2013-08-121-2/+2
* workaround: gcc v4.8 on 32 bit param. passing bug when -02 opimization usedPeter Rajnoha2013-08-091-1/+1
* Mirror: Fix issue preventing PV creation on mirror LVsJonathan Brassow2013-08-072-4/+40
* RAID: Make "raid10" the default striped + mirror segment typeJonathan Brassow2013-08-061-1/+1
* RAID: Make "raid1" the default mirror segment typeJonathan Brassow2013-08-061-1/+1
* thin: fix commit e195b5227e624cb125b070b4a10e24efdab16d53Peter Rajnoha2013-08-061-8/+8
* exec: pipe openZdenek Kabelac2013-08-062-0/+129