summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* metadata: Nuke the exported "pv_read" function.dev-mornfall-pvreadPetr Rockai2013-06-192-39/+0
* metadata: Fix handling of orphan PV linking & re-linking.Petr Rockai2013-06-191-3/+28
* metadata: Avoid pv_read in find_pv_by_name.Petr Rockai2013-06-191-14/+20
* pvremove: Avoid using pv_read in favour of scanning.Petr Rockai2013-06-191-34/+35
* test: Fix fallout from pv_read changes.Petr Rockai2013-06-192-15/+22
* pvresize: Do not use pv_read (get the PV from orphan VG).Petr Rockai2013-06-192-31/+16
* test: Add a test for the failing pv_read optimisation.Petr Rockai2013-06-191-0/+26
* toollib: Drop the bogus pv_read optimisation.Petr Rockai2013-06-191-49/+42
* metadata: Do not try to check vg_name of a NULL PV.Petr Rockai2013-06-191-1/+1
* cleanup: use parsed yes_no_argZdenek Kabelac2013-06-181-1/+1
* cleanup: return lv_is_ as 1 or 0Zdenek Kabelac2013-06-181-2/+2
* cleanup: easier to read loop codeZdenek Kabelac2013-06-182-38/+29
* lvmetad: fix compare functionZdenek Kabelac2013-06-182-1/+2
* lvmetad: use dm_ malloc wrappersZdenek Kabelac2013-06-182-2/+2
* vgcfgrestore: fix crash on restore of wrong vgnameZdenek Kabelac2013-06-183-0/+5
* RAID: Remove optimization using static vars in lv_raid_dev_healthJonathan Brassow2013-06-171-12/+0
* RAID: s/int/uint32_t for dev_count in dm_status_raid structJonathan Brassow2013-06-172-2/+2
* TEST: Fix 'dd' overrunning device size and causing test failureJonathan Brassow2013-06-171-1/+6
* dev-type: add/fix references for dev_types in non-linux casePeter Rajnoha2013-06-172-2/+2
* snapshot: fix max size limit check for COW deviceZdenek Kabelac2013-06-173-21/+23
* cleanup: use struct assignZdenek Kabelac2013-06-171-11/+4
* clean: remove unneeded assignZdenek Kabelac2013-06-171-3/+2
* tests: more test run in cluster modeZdenek Kabelac2013-06-1639-296/+231
* cleanup: access pool segs with checkZdenek Kabelac2013-06-163-17/+32
* cleanup: use simplier structure initializationZdenek Kabelac2013-06-163-16/+22
* cleanup: use unrelated temporary variablesZdenek Kabelac2013-06-161-7/+6
* cleanup: move string in the use-placeZdenek Kabelac2013-06-161-4/+3
* cleanup: drop unused headersZdenek Kabelac2013-06-169-13/+0
* cleanup: add extra internal errorZdenek Kabelac2013-06-161-0/+5
* config: skip close of stdinZdenek Kabelac2013-06-161-1/+1
* mirror: add missing error messageZdenek Kabelac2013-06-161-1/+3
* lvmetad: add some message for error pathZdenek Kabelac2013-06-161-0/+1
* text: miscellaneous comments & message tweaksAlasdair G Kergon2013-06-159-16/+20
* report: revert lvs origin_size sort order changeAlasdair G Kergon2013-06-151-1/+2
* conf: refine lvm.conf documentation for autoactivation feature even morePeter Rajnoha2013-06-141-3/+10
* typo: lvm.conf: auto_activation_list -> auto_activation_volume_listPeter Rajnoha2013-06-141-1/+1
* man: refine lvm.conf and man page documentation for autoactivation featurePeter Rajnoha2013-06-145-9/+33
* tests: harness updatesZdenek Kabelac2013-06-131-8/+15
* cleanup: tabZdenek Kabelac2013-06-131-1/+1
* thin: vgsplit support for thinsZdenek Kabelac2013-06-133-0/+95
* dev-type: refine dev_get_primary_dev return codes and add more commentsPeter Rajnoha2013-06-123-12/+26
* distclean: add missing itemsPeter Rajnoha2013-06-121-1/+3
* cleanup: remove old and unused code to detect partition typesPeter Rajnoha2013-06-121-181/+0
* filter-mpath: detect partitions of mpath componentsPeter Rajnoha2013-06-122-0/+31
* dev-type: dev_get_primary_dev fn: use dev_types and provide better return codesPeter Rajnoha2013-06-122-17/+48
* refactor: make device type recognition code common for general usePeter Rajnoha2013-06-1229-533/+559
* refactor: move lib/device/device.c -> lib/device/dev-type.cPeter Rajnoha2013-06-122-1/+1
* refactor: move lib/filters/device-types.h -> lib/device/device-types.hPeter Rajnoha2013-06-122-1/+1
* cleanup: use libdm's dm_sysfs_dir() for sysfs directory throughoutPeter Rajnoha2013-06-1212-85/+58
* lvresize: improve poolmetadatasizeZdenek Kabelac2013-06-111-2/+11