summaryrefslogtreecommitdiffstats
path: root/lib/format_text
Commit message (Expand)AuthorAgeFilesLines
* cleanup: drop unneeded included header filesZdenek Kabelac2012-08-235-8/+0
* cleanup: replace memset with struct initilizationZdenek Kabelac2012-06-221-2/+1
* Fix division by zero if PV with zero PE count is used during vgcfgrestore.Peter Rajnoha2012-05-091-1/+1
* Check if info struct returned is not NULL.Peter Rajnoha2012-04-101-0/+3
* Pass struct device around internally rather than dev_t.Alasdair Kergon2012-03-021-1/+1
* Change pvscan --lvmetad to pvscan --cache.Alasdair Kergon2012-03-021-1/+1
* Pass 'single_device' parameter down to suppress 'Can't find uuid' messagesAlasdair Kergon2012-02-294-10/+15
* Add some stack traces for dev_close error pathsZdenek Kabelac2012-02-281-2/+4
* Just code move of hash initialization in front of functionZdenek Kabelac2012-02-271-18/+18
* Add stack traces for lock_vol failuresZdenek Kabelac2012-02-271-1/+2
* Remove test for pvidZdenek Kabelac2012-02-271-1/+0
* Some reformating for lvmetad uddatesZdenek Kabelac2012-02-231-5/+14
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-234-12/+73
* Add check for mda_copy failureZdenek Kabelac2012-02-131-1/+2
* Add free_orphan_vgZdenek Kabelac2012-02-131-7/+2
* Clean error paths for format instanceZdenek Kabelac2012-02-131-18/+15
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-123-15/+8
* Keep a global (per-format) orphan_vg and keep any and all orphan PVs linked toPetr Rockai2012-02-101-23/+40
* Move lvmcache data structures behind an API (making the structures private toPetr Rockai2012-02-105-217/+181
* Use dm_snprintf and improve error handlingZdenek Kabelac2012-02-081-6/+9
* Fix resource leaks for failing allocationZdenek Kabelac2012-02-081-7/+5
* Instrument code that pointer are already releasedZdenek Kabelac2012-01-251-2/+6
* Check for correctness of uint64 value if existsZdenek Kabelac2012-01-251-1/+5
* Thin until proper vgcfgrestore for thin is implementad, disable restore.Zdenek Kabelac2012-01-201-0/+12
* Add support to keep info about creation time and host for each LVZdenek Kabelac2012-01-192-1/+41
* Rename internal macro to match signessZdenek Kabelac2012-01-191-3/+3
* Allow empty strings for description and creation_host config fieldsZdenek Kabelac2011-12-211-2/+2
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-10/+10
* Support the ability to replace specific devices in a RAID array.Jonathan Earl Brassow2011-11-301-0/+1
* Replace dynamic buffer allocations for PATH_MAXZdenek Kabelac2011-11-181-1/+1
* Avoid 'mda inconsistency' by properly registering UNLABELLED_PV flag (2.02.86).Peter Rajnoha2011-11-151-0/+1
* Drop mempool parameter from read functionsZdenek Kabelac2011-10-231-19/+17
* Always use vg memory pool for allocated lv segmentZdenek Kabelac2011-10-231-1/+1
* lvcreate/remove thin_pool and thin volumes (--driverloaded n only)Alasdair Kergon2011-09-081-0/+4
* lvcreate parsing for thin provisioning.Alasdair Kergon2011-09-061-1/+1
* Use size_t return typeZdenek Kabelac2011-09-012-4/+4
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-312-62/+38
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-309-96/+96
* Directly allocate buffer memory in a pvck scan instead of using a mempool.Peter Rajnoha2011-08-291-3/+3
* Replace free_vg with release_vgZdenek Kabelac2011-08-104-7/+7
* Add basic RAID segment type(s) support.Jonathan Earl Brassow2011-08-023-4/+25
* Code move of vg_mark_partial() up in stackZdenek Kabelac2011-06-171-0/+7
* Remove unused internal flag ACTIVATE_EXCL from the codeZdenek Kabelac2011-06-171-1/+0
* Fix RHBZ 651590 (failure to lock LV results in failure to repair mirror afterPetr Rockai2011-06-151-1/+8
* Defer writing PV labels to vg_write.Alasdair Kergon2011-06-012-31/+9
* Use new dev_open_readonly fn to prevent opening devices for read-write when n...Peter Rajnoha2011-05-282-6/+6
* test update without WHATS_NEW to check it gives warning nowAlasdair Kergon2011-04-291-1/+1
* Fix use of released vgname and vgidZdenek Kabelac2011-04-211-4/+16
* Add missing printf attributesZdenek Kabelac2011-04-081-0/+3
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-291-1/+1