summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check id_write_format resultZdenek Kabelac2012-02-271-4/+9
* Explicitely ignore fail error on hash_insertZdenek Kabelac2012-02-271-1/+1
* Add some log_sys_errors to close() callZdenek Kabelac2012-02-271-1/+2
* Check for vg_name existanceZdenek Kabelac2012-02-272-2/+4
* Fix missing breakZdenek Kabelac2012-02-271-0/+1
* Test seg pointer for non-nullZdenek Kabelac2012-02-271-1/+1
* Test result of _init_tags.Zdenek Kabelac2012-02-271-3/+4
* Check allocation resultZdenek Kabelac2012-02-271-1/+3
* Remove test for pvidZdenek Kabelac2012-02-271-1/+0
* Ignore result of unlock explicitelyZdenek Kabelac2012-02-271-1/+1
* Just reindent with tabsZdenek Kabelac2012-02-271-4/+4
* Fix a possible SEGV in lvmetad client code, and a minor leak in pvscanPetr Rockai2012-02-261-2/+5
* A bit of documentation for lvmetad_vg_lookup.Petr Rockai2012-02-261-1/+6
* - Improve error reporting on lvmetad connection failure.Petr Rockai2012-02-261-3/+11
* Use const for lvZdenek Kabelac2012-02-232-24/+21
* Drop const modifier from fbZdenek Kabelac2012-02-231-2/+2
* Add explicit cast for time() ret valueZdenek Kabelac2012-02-231-1/+1
* Use same signed numbersZdenek Kabelac2012-02-231-9/+10
* Drop backtrace after log_errorZdenek Kabelac2012-02-234-11/+11
* Remaing code sufflingZdenek Kabelac2012-02-231-3/+4
* Fix regression from cleanup commitZdenek Kabelac2012-02-231-1/+2
* Some reformating for lvmetad uddatesZdenek Kabelac2012-02-233-112/+148
* Require number of stripes to be greater than parity devices in higher RAID.Jonathan Earl Brassow2012-02-232-0/+25
* The lvmetad client-side integration. Only active when use_lvmetad = 1 is set inPetr Rockai2012-02-2321-42/+1005
* Fix allocation code to allow replacement of single RAID 4/5/6 device.Jonathan Earl Brassow2012-02-232-4/+10
* Check all tags and LV names are in a valid form in vg_validate.Alasdair Kergon2012-02-231-1/+28
* *** empty log message ***Jonathan Earl Brassow2012-02-221-2/+5
* Initialize dmeventd monitoring for every commandZdenek Kabelac2012-02-152-3/+0
* Initialize monitoring support only for thin poolsZdenek Kabelac2012-02-151-1/+2
* Update cut&paste error messageZdenek Kabelac2012-02-151-1/+1
* autoreconfPeter Rajnoha2012-02-151-0/+3
* Fix pool names of the format1/format_pool orphan VGs.Petr Rockai2012-02-152-2/+2
* Make conversion from a synced 'mirror' to 'raid1' not cause a full resync.Jonathan Earl Brassow2012-02-131-1/+5
* Fix bug that caused RAID devices to be unable to activate if sub-LV was missing.Jonathan Earl Brassow2012-02-131-1/+4
* Add internal error to guard vgname2 NULL dereferenceZdenek Kabelac2012-02-131-2/+6
* Never try to test character past given bufferZdenek Kabelac2012-02-131-1/+1
* Add internal error for unsupported code pathsZdenek Kabelac2012-02-132-0/+8
* Add check for allocation failureZdenek Kabelac2012-02-131-9/+10
* Add check for rimage name allocation failureZdenek Kabelac2012-02-131-1/+4
* Add check for mda_copy failureZdenek Kabelac2012-02-131-1/+2
* Add check for failureZdenek Kabelac2012-02-131-2/+3
* Add free_orphan_vgZdenek Kabelac2012-02-136-24/+25
* If the same fid is already same avoid ref_countingZdenek Kabelac2012-02-131-0/+6
* Add missing test for failure of lvmcache_foreach_pvZdenek Kabelac2012-02-131-1/+3
* Clean error paths for format instanceZdenek Kabelac2012-02-133-23/+30
* Release_vg instead of plain free in error pathZdenek Kabelac2012-02-131-1/+1
* Log error reporting for failing _alloc_pvZdenek Kabelac2012-02-131-13/+6
* Remove duplicit testZdenek Kabelac2012-02-131-2/+2
* FMT_INSTANCE_VG is redundant nowAlasdair Kergon2012-02-128-50/+32
* FMT_INSTANCE_PV is no longer usedAlasdair Kergon2012-02-121-4/+1