summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* python-lvm: Properly cleanup when interpreter exitsdevAndy Grover2012-10-091-0/+8
* python-lvm: Remove percent_to_floatAndy Grover2012-10-091-16/+0
* python-lvm: Remove liblvm objectAndy Grover2012-10-091-172/+89
* python-lvm: Remove Yoda conditionalsAndy Grover2012-10-091-3/+3
* python-lvm: Add example code for python-lvm.Andy Grover2012-10-091-0/+107
* python-lvm: build infrastructureAndy Grover2012-10-095-1/+65
* python-lvm: feature parity with liblvmTony Asleson2012-10-091-1/+496
* python-lvm: initial checkin of liblvm.c in liblvm/python/Andy Grover2012-10-091-0/+1217
* test: more thin testsZdenek Kabelac2012-10-093-0/+168
* test: move raid10 test into separate test filesZdenek Kabelac2012-10-094-57/+89
* test: split raid testsZdenek Kabelac2012-10-092-33/+58
* lvchange: do not start dmevent for resynZdenek Kabelac2012-10-092-2/+5
* example.conf: Warn about running lvmetad with use_lvmetad = 0.Petr Rockai2012-10-091-0/+3
* test: ignore modprobe failureZdenek Kabelac2012-10-091-1/+1
* TEST: Check that LVM1 VGs work when using lvmetad (BZ 863401).Petr Rockai2012-10-091-0/+21
* lvmetad: Fix a leak on duplicated PVs (same PVID, different device).Petr Rockai2012-10-091-8/+25
* lvmetad: Fix a leak in an error path in update_metadata.Petr Rockai2012-10-081-0/+2
* TEST: Give lvmetad a chance to exit gracefully upon teardown.Petr Rockai2012-10-081-1/+3
* TEST: Wait for lvmetad socket to appear in "aux prepare_lvmetad".Petr Rockai2012-10-081-2/+2
* TEST: When INTERACTIVE=1, allow scripts to control a TTY.Petr Rockai2012-10-081-6/+13
* lvmetad: Fix a typo-induced leak in destroy_metadata_hashes.Petr Rockai2012-10-081-0/+1
* libdaemon-client: Fix a memory leak in daemon_send.Petr Rockai2012-10-081-4/+8
* libdaemon-server: Optimize logging for a fast no-output path.Petr Rockai2012-10-081-0/+16
* libdaemon-server: Fix a memory leak in daemon_log_multi.Petr Rockai2012-10-081-0/+1
* systemd: remove ExecStartPost from lvm2-lvmetad.service.Peter Rajnoha2012-10-082-1/+1
* dev-cache: Make dev_iter_create work with a NULL filter.Petr Rockai2012-10-081-2/+6
* test: move raid test to separate testsZdenek Kabelac2012-10-083-56/+120
* lvmetad: In pvscan --cache, update the token directly.Petr Rockai2012-10-081-15/+18
* test: check snap_percent returns invalidZdenek Kabelac2012-10-081-0/+4
* report: call snapshot percent with cow onlyZdenek Kabelac2012-10-082-1/+4
* lvconvert: disable convertion of thin to mirrorsZdenek Kabelac2012-10-082-0/+8
* lvmetad: Avoid overlapping locks that could cause a deadlock (BZ 862253).Petr Rockai2012-10-081-4/+12
* TEST: Only run the pvscan --cache test with lvmetad active.Petr Rockai2012-10-081-0/+2
* TEST: Add lvmetad-pvscan-cache to check that pvscan --cache works.Petr Rockai2012-10-071-0/+21
* test: lvm2api thin data_percentZdenek Kabelac2012-10-053-3/+112
* test: check data_percent is equal to snap_percentZdenek Kabelac2012-10-051-0/+5
* lvm2api: fix data percent reporting for thin, snapZdenek Kabelac2012-10-052-0/+7
* RAID: Do not allow RAID LVs in a cluster volume group.Jonathan Brassow2012-10-033-3/+30
* thin: lvconvertZdenek Kabelac2012-10-035-76/+119
* thin: lvchange allows to change perms of thin snapZdenek Kabelac2012-10-032-1/+2
* liblvm: insert layer with subvolume renamesZdenek Kabelac2012-10-032-0/+14
* cleanup: add proper cast for force_tZdenek Kabelac2012-10-031-1/+1
* thin: origin only suspendZdenek Kabelac2012-10-032-1/+2
* libdm: reset delay flag for devs used by thinZdenek Kabelac2012-10-032-1/+6
* liblvm: add lv_rename_updateZdenek Kabelac2012-10-033-3/+19
* liblvm2cmd: ensure standard descriptors are readyZdenek Kabelac2012-10-032-1/+39
* liblvm2cmd: add return code for _close_stray_fdsZdenek Kabelac2012-10-032-11/+37
* configure: fix --enable-testingZdenek Kabelac2012-10-033-0/+7
* 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