summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve the discard documentation. Also improve discard code inMike Snitzer2011-04-131-10/+14
* Use uint32_t rather than uint64_t.Mike Snitzer2011-04-121-1/+1
* Add "devices/issue_discards" to lvm.conf.Mike Snitzer2011-04-125-0/+102
* Replace dm_snprintf with strncpyZdenek Kabelac2011-04-121-7/+4
* This patchset refactors some reporting code and completes the remainingPetr Rockai2011-04-124-78/+100
* Fix incorrect tests for dm_snprintf() failureZdenek Kabelac2011-04-092-2/+2
* Fix some unmatching sign comparation gcc warningsZdenek Kabelac2011-04-088-11/+13
* Add missing printf attributesZdenek Kabelac2011-04-081-0/+3
* Better const cast logicZdenek Kabelac2011-04-081-4/+4
* Fix some forgotten -Wold-style-definition gcc warningsZdenek Kabelac2011-04-082-2/+3
* Newer gcc doesn't need this trickZdenek Kabelac2011-04-081-1/+1
* Thanks to Zdenek Kabelac (kabi) for pointing out that I was usingJonathan Earl Brassow2011-04-071-6/+2
* This patch adds the ability to extend 0 length layered LVs. ThisJonathan Earl Brassow2011-04-063-37/+104
* Cleanup fid finalization code in free_vg and allow exactly the same fid to be...Peter Rajnoha2011-04-011-16/+12
* Use created hash tables for quick check of LV, PV.Zdenek Kabelac2011-03-301-48/+43
* Keep the cache content when the exported vg buffer is matchingZdenek Kabelac2011-03-302-4/+14
* Few more files filtered from memory lockingZdenek Kabelac2011-03-301-0/+2
* Optimise error message write to _lvm_errmsgZdenek Kabelac2011-03-301-8/+23
* Valgrind updatesZdenek Kabelac2011-03-301-0/+8
* Fix reading of unitialized memoryZdenek Kabelac2011-03-301-1/+5
* Use id_equal instead of strncmp()Zdenek Kabelac2011-03-291-4/+3
* Fix access to released memoryZdenek Kabelac2011-03-291-10/+14
* Fix sending uninitilised bytes in cluster messagesZdenek Kabelac2011-03-291-2/+4
* Fix -Wold-style-definition gcc warningsZdenek Kabelac2011-03-292-13/+13
* Remove double bracesZdenek Kabelac2011-03-293-5/+5
* s/MIRROR_NOTSYNCED/LV_NOTSYNCED/ - Flag will may refer to more than just mirrorsJonathan Earl Brassow2011-03-295-8/+8
* Rename _check_versionAlasdair Kergon2011-03-271-2/+2
* Fix unhandled condition in _move_lv_segmentsJonathan Earl Brassow2011-03-251-1/+2
* Replace malloc with zalloc when creating segment_type'sJonathan Earl Brassow2011-03-258-9/+9
* In some cases, we could end up with a mirrored LV without a MIRRORED flag. InPetr Rockai2011-03-241-13/+46
* Mitigate some warnings if running as non-root user.Milan Broz2011-03-181-4/+2
* Add missing \0 for grown debug objectZdenek Kabelac2011-03-141-0/+6
* Revert this commitZdenek Kabelac2011-03-131-1/+1
* Fix allocation of system_idZdenek Kabelac2011-03-133-3/+3
* Use proper size of strncpyZdenek Kabelac2011-03-131-1/+1
* Fix buffer allocation size for uuid stringZdenek Kabelac2011-03-131-1/+1
* Fix usage of readlinkZdenek Kabelac2011-03-131-2/+4
* Use format instance mempool where possible and adequate.Peter Rajnoha2011-03-114-19/+16
* Various cleanups for fid mem and ref_count changes.Peter Rajnoha2011-03-114-12/+15
* Call destroy_instance for any PVs found in VG structure during vg_free call.Peter Rajnoha2011-03-111-0/+11
* Add new free_pv_fid fn and use it throughout to free all attached fids.Peter Rajnoha2011-03-113-37/+92
* Use only vg_set_fid and new pv_set_fid fn to assign the format instance.Peter Rajnoha2011-03-116-18/+61
* Make create_text_context fn static and move it inside create_instance fn.Peter Rajnoha2011-03-114-55/+72
* Add mem and ref_count fields to struct format_instance for own mempool use.Peter Rajnoha2011-03-115-19/+44
* Use new alloc_fid fn for common format instance initialisation.Peter Rajnoha2011-03-115-41/+40
* Missed merge fix in vg_validate patchZdenek Kabelac2011-03-101-2/+2
* Optimise _eat_space and _get_tokenZdenek Kabelac2011-03-101-21/+21
* Refactor code for _lv_postoderZdenek Kabelac2011-03-101-15/+28
* Use hash tables for validating namesZdenek Kabelac2011-03-101-59/+81
* Refactor vg allocation codeZdenek Kabelac2011-03-106-198/+118