summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lvm2api: fix data percent reporting for thin, snapZdenek Kabelac2012-10-051-0/+6
* RAID: Do not allow RAID LVs in a cluster volume group.Jonathan Brassow2012-10-032-3/+29
* liblvm: insert layer with subvolume renamesZdenek Kabelac2012-10-031-0/+13
* thin: origin only suspendZdenek Kabelac2012-10-031-1/+1
* liblvm: add lv_rename_updateZdenek Kabelac2012-10-032-3/+18
* RAID: Fix problems with creating, extending and converting large RAID LVsJonathan Brassow2012-09-272-1/+17
* libdaemon: Split daemon-shared.[hc] into daemon-io.[hc] and config-util.[hc].Petr Rockai2012-09-261-1/+1
* lvremove: Ask before discarding data areas.Petr Rockai2012-09-261-7/+22
* lvmetad: Give inconsistent metadata warnings in pvscan --cache.Petr Rockai2012-09-261-0/+5
* lvmetad: Fix #845269: SEGV on corrupt lvmetad response.Petr Rockai2012-09-261-3/+3
* lvmetad: Clear metadata/PV cache before a token-triggered rescan.Petr Rockai2012-09-261-0/+6
* lib/cache/lvmetad: s/pvscan_lvmetad/lvmetad_pvscan/ in the APIPetr Rockai2012-09-262-13/+13
* lvmetad: Use "%" PRId64 in place of "%d" for extra clarity.Petr Rockai2012-09-262-10/+13
* Implement devices/global_filter.Petr Rockai2012-09-269-51/+202
* 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-261-0/+1
* 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
* lvs: add partial attributeAlasdair G Kergon2012-09-191-1/+6
* discards: skip when removing LVs on missing PVsAlasdair G Kergon2012-09-191-2/+15
* RAID1: Clear the LV_NOTSYNCED flag when a RAID1 LV is converted to linearJonathan Brassow2012-09-141-3/+7
* RAID1: Like mirrors, do not allow adding images to LV created w/ --nosyncJonathan Brassow2012-09-141-0/+12
* 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-052-0/+9
* cleanup: Use segtype->ops->name() instead of segtype->name where applicableJonathan Brassow2012-09-052-6/+8
* setvbuf: reopen only valid fdPeter Rajnoha2012-08-272-23/+33
* setvbuf: close and reopen stream before changeAlasdair G Kergon2012-08-261-6/+59
* buffering: use unbuffered silent mode for liblvmAlasdair G Kergon2012-08-263-4/+18
* config: add silent modeAlasdair G Kergon2012-08-2512-24/+44
* RAID: Add support for RAID10Jonathan Brassow2012-08-245-2/+47
* clenaup: compatible definition for older gccZdenek Kabelac2012-08-231-2/+2
* cleanup: add some missing stack backtracesZdenek Kabelac2012-08-231-9/+12
* cleanup: initilize percent to INVALIDZdenek Kabelac2012-08-231-2/+2
* activation: report error messageZdenek Kabelac2012-08-231-0/+3
* cleanup: format1 test whether PV was foundZdenek Kabelac2012-08-231-1/+4
* cleanup: add __attribute__ ((nonnull(1)))Zdenek Kabelac2012-08-231-0/+1
* check: add internal errors for unexpected pathsZdenek Kabelac2012-08-234-6/+27
* cleanup: use proper activation_change_tZdenek Kabelac2012-08-232-2/+4
* cleanup: use static char[] arrayZdenek Kabelac2012-08-231-1/+1
* cleanup: use return_NULLZdenek Kabelac2012-08-231-1/+1
* cleanup: uint64_t castsZdenek Kabelac2012-08-235-5/+5
* cleanup: keep MKNOD type cast cleanZdenek Kabelac2012-08-231-1/+1
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-2334-91/+0
* mirror: reconfigure_mirror_images not usedPeter Rajnoha2012-08-152-0/+6
* thin: lvcreate --discardsZdenek Kabelac2012-08-092-0/+2
* thin: fix condition for kernels without discardsZdenek Kabelac2012-08-091-2/+2
* thin: default discards for old mda is IGNOREZdenek Kabelac2012-08-091-1/+1
* thin: fix recent commitsAlasdair G Kergon2012-08-071-11/+10
* thin: use discards as plural rather than singularAlasdair G Kergon2012-08-077-51/+51
* thin: tidy thin discard codeAlasdair G Kergon2012-08-071-22/+13