summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* report: provide discard field value in fullAlasdair G Kergon2012-08-072-17/+6
* activation: log target version presentAlasdair G Kergon2012-08-071-0/+5
* thin: tighten discard string conversionsAlasdair G Kergon2012-08-071-6/+3
* thin: order discard enum alphabeticallyAlasdair G Kergon2012-08-071-2/+2
* comments: misc updatesAlasdair G Kergon2012-08-071-0/+1
* lvmetad: Implement --test (fixes #832033).Petr Rockai2012-07-301-4/+4
* reports: invalid snaps do not capitalise lv_attrAlasdair G Kergon2012-07-271-1/+0
* filters: move device_info_t definition to headerAlasdair G Kergon2012-07-262-7/+7
* filters: Add Micron PCIe SSDs (mtip32xx) [part2]Alasdair G Kergon2012-07-261-0/+55
* filters: Add Micron PCIe SSDs (mtip32xx)Alasdair G Kergon2012-07-261-40/+2
* locking: clarify read-only locking error message v2Peter Rajnoha2012-07-251-1/+1
* locking: clarify read-only locking error messagePeter Rajnoha2012-07-251-1/+2
* RAID: Fix segfault when attempting to replace RAID 4/5/6 deviceJonathan Brassow2012-07-241-1/+10
* config: fix one-node dumpconfig, add dm_config_write_one_nodePeter Rajnoha2012-07-201-1/+1
* thin: add reporting of discard for thin poolZdenek Kabelac2012-07-183-0/+33
* thin: add discard support for thin poolZdenek Kabelac2012-07-183-0/+88
* thin: detect supported features from thinp targetZdenek Kabelac2012-07-182-1/+45
* RAID: Fix extending size of RAID 4/5/6 logical volumes.Jonathan Brassow2012-06-261-1/+13
* cleanup: static volume filter fn, lvm.conf commentPeter Rajnoha2012-06-292-8/+5
* alloc: fix raid --alloc anywhere double allocsAlasdair G Kergon2012-06-281-1/+5
* lvcreate: add --activate ay (autoactivate)Peter Rajnoha2012-06-281-0/+9
* activate: add autoactivation hooksPeter Rajnoha2012-06-286-24/+72