summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* python-lvm: Add example code for python-lvm.for-upstreamAndy Grover2012-10-021-0/+107
* python-lvm: build infrastructureAndy Grover2012-10-025-1/+65
* python-lvm: feature parity with liblvmTony Asleson2012-10-021-1/+496
* python-lvm: initial checkin of liblvm.c in liblvm/python/Andy Grover2012-10-021-0/+1217
* RAID: Fix problems with creating, extending and converting large RAID LVsJonathan Brassow2012-09-274-10/+74
* libdaemon: Split daemon-shared.[hc] into daemon-io.[hc] and config-util.[hc].Petr Rockai2012-09-2610-94/+143
* libdaemonclient: Use log_sys_error in place of perror.Petr Rockai2012-09-261-1/+1
* libdaemonclient: Use dm_{malloc,free} in place of {malloc,free}.Petr Rockai2012-09-261-3/+2
* lvremove: Revert to allowing removal of partial LVs.Petr Rockai2012-09-261-6/+0
* lvremove: Ask before discarding data areas.Petr Rockai2012-09-261-7/+22
* TEST: Workaround for lvmetad vs inconsistent metadata.Petr Rockai2012-09-262-4/+9
* lvmetad: Initialise debug_config also if no -d is given.Petr Rockai2012-09-261-0/+1
* lvmetad: Give inconsistent metadata warnings in pvscan --cache.Petr Rockai2012-09-262-5/+21
* lvmetad: Fix #845269: SEGV on corrupt lvmetad response.Petr Rockai2012-09-262-3/+5
* lvmetad: Clear metadata/PV cache before a token-triggered rescan.Petr Rockai2012-09-262-23/+65
* lvmetad: Make vgscan --cache an alias to pvscan --cache.Petr Rockai2012-09-261-12/+4
* TEST: Add LVM_VALGRIND_LVMETAD to testing options.Petr Rockai2012-09-261-1/+4
* Makefiles: Build libdaemonclient unconditionally.Petr Rockai2012-09-263-11/+7
* lib/cache/lvmetad: s/pvscan_lvmetad/lvmetad_pvscan/ in the APIPetr Rockai2012-09-263-16/+16
* lvmetad: Use "%" PRId64 in place of "%d" for extra clarity.Petr Rockai2012-09-264-15/+18
* Implement devices/global_filter.Petr Rockai2012-09-2616-112/+279
* example.conf.in: The command to refresh lvmetad is pvscan --cache.Petr Rockai2012-09-261-1/+1
* lib/cache/lvmetad: Refactor to use dm_config_tree in requests.Petr Rockai2012-09-264-111/+137
* libdaemon: Extend and refactor APIs.Petr Rockai2012-09-267-165/+354
* dev-cache: Make it possible to pass in a NULL filter.Petr Rockai2012-09-261-3/+5
* filters: Alwayz zalloc the filter struct.Petr Rockai2012-09-265-5/+5
* TEST: Kill lvmetad early in teardown.Petr Rockai2012-09-261-1/+1
* cleanup: remove unused variableMarian Csontos2012-09-201-1/+0
* Fix tests to accept extended attributeMarian Csontos2012-09-201-4/+4
* mirror: 'lvconvert --resync' should reset LV_NOTSYNCED on corelog mirrorJonathan Brassow2012-09-193-1/+27
* lvs: add partial attributeAlasdair G Kergon2012-09-193-1/+10
* discards: skip when removing LVs on missing PVsAlasdair G Kergon2012-09-193-2/+23
* RAID1: Clear the LV_NOTSYNCED flag when a RAID1 LV is converted to linearJonathan Brassow2012-09-142-3/+8
* RAID1: Like mirrors, do not allow adding images to LV created w/ --nosyncJonathan Brassow2012-09-142-0/+13
* TEST: Add missing test for RAID module versionJonathan Brassow2012-09-121-0/+2
* systemd: depend on systemd-udev-settle unit in activation unitHEADmasterPeter Rajnoha2012-09-122-2/+3
* vgchange: fix -aay to activate proper volumesPeter Rajnoha2012-09-122-6/+4
* RAID: Properly handle resync of RAID LVsJonathan Brassow2012-09-112-14/+38
* cleanup: Restructure code that handles mirror resyncingJonathan Brassow2012-09-111-29/+86
* cleanup: Reduce indentation by short-circuiting functionJonathan Brassow2012-09-112-43/+56
* RAID: Disallow addition of RAID images while array is not in-syncJonathan Brassow2012-09-101-0/+4
* RAID: '--test' should not cause a valid create command to failJonathan Brassow2012-09-053-0/+10
* cleanup: Use segtype->ops->name() instead of segtype->name where applicableJonathan Brassow2012-09-054-9/+11
* TEST (lvresize-raid): Also test resizing of RAID10Jonathan Brassow2012-09-051-2/+33
* make: fix subdir order for distcleanPeter Rajnoha2012-08-271-2/+2
* config: require dm_config_create_value for dm_config_node's valuePeter Rajnoha2012-08-273-7/+10
* test: snapshot_extend_threshold -> snapshot_autoextend_thresholdPeter Rajnoha2012-08-272-2/+2
* setvbuf: reopen only valid fdPeter Rajnoha2012-08-273-24/+34
* tests: testing lvm_lv_renameZdenek Kabelac2012-08-273-2/+87
* lvm2api: extend lvm2api with lvm_lv_renameZdenek Kabelac2012-08-273-0/+27