summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices for new files.v2_02_79old-v2_02_79Alasdair Kergon2010-12-212-0/+27
* pre-releaseAlasdair Kergon2010-12-214-10/+15
* Add missing test for reallocation error.Zdenek Kabelac2010-12-202-1/+7
* Remove dead assignmentZdenek Kabelac2010-12-201-3/+1
* Verbose log old_umask valueZdenek Kabelac2010-12-201-1/+2
* Add internal error if pointer is uninitializedZdenek Kabelac2010-12-201-0/+5
* Add check for unlink errorsZdenek Kabelac2010-12-202-1/+3
* Remove unused variable labelZdenek Kabelac2010-12-201-2/+1
* Remove unused variable dev_dir_providedZdenek Kabelac2010-12-201-2/+0
* Remove dead assignment of seghZdenek Kabelac2010-12-201-2/+2
* Remove dead store in lvm_run_commandZdenek Kabelac2010-12-201-2/+2
* Removed unused pointerZdenek Kabelac2010-12-201-3/+2
* Use dm_free for dm_malloc-ed areas in _clog_ctr/_clog_dtr (cmirrord).Zdenek Kabelac2010-12-202-15/+13
* Add checks for allocation errors in config node clonning.Zdenek Kabelac2010-12-202-17/+41
* Replace multiple fprintf calls with one large string parameterZdenek Kabelac2010-12-201-21/+20
* Fix error path if regex engine cannot be created in _build_matcher().Zdenek Kabelac2010-12-202-1/+2
* Use const char * for name and old_name in vgZdenek Kabelac2010-12-201-2/+2
* Use const char* for offset calculationZdenek Kabelac2010-12-201-1/+1
* Switch void* to char* arithmeticZdenek Kabelac2010-12-203-4/+5
* Remove const usage from destroy callbacksZdenek Kabelac2010-12-2013-24/+24
* Fix wrong cast to char*Zdenek Kabelac2010-12-202-1/+2
* Use const char* const * for dm_regex_create()Zdenek Kabelac2010-12-204-4/+5
* Some const cleanupsZdenek Kabelac2010-12-205-6/+6
* updateZdenek Kabelac2010-12-201-0/+1
* Test return value from read() and close() for an error.Zdenek Kabelac2010-12-201-6/+10
* Add more strict const pointers around config treeZdenek Kabelac2010-12-2021-101/+106
* Move var declarations to function beginingZdenek Kabelac2010-12-201-4/+9
* Fix NULL pointer check for *bufZdenek Kabelac2010-12-172-2/+3
* Fix device.c #include to ensure 64-bit fopen64 use. (2.02.51) (robbat2)Alasdair Kergon2010-12-152-1/+3
* Fix sed substitution in copying tests to builddir (test/Makefile.in).Petr Rockai2010-12-141-1/+1
* Add getters for copy_percent and snap_percent to the lvm2app API.Petr Rockai2010-12-1411-11/+106
* Add further consistency checking to vg_validate, ensuring that all segmentPetr Rockai2010-12-143-0/+65
* Hack up the RUN_BASE computation in the test Makefile.in a bit more (so that itPetr Rockai2010-12-141-1/+1
* Add a validation step for pvmoveN internal LVs to vg_validate.Petr Rockai2010-12-141-0/+21
* HAVE_SELINUX againPeter Rajnoha2010-12-131-2/+2
* #ifdef HAVE_SELINUX and #ifdef HAVE_SELINUX_LABEL_HPeter Rajnoha2010-12-131-1/+3
* Missing #elif HAVE_SELINUXPeter Rajnoha2010-12-131-1/+1
* Update configure.Milan Broz2010-12-132-0/+149
* Create /var/run/lvm directory during clvmd initialisation if missing.Peter Rajnoha2010-12-132-0/+12
* Add new dm_prepare_selinux_context fn to libdevmapper and use it throughout.Peter Rajnoha2010-12-1313-25/+146
* Remove a redundant %.o: %.c rule from test/api/Makefile.in.Petr Rockai2010-12-121-3/+0
* Fix the sed expression to get "base" names of tests.Petr Rockai2010-12-121-1/+1
* Only build the required bits under api/ on make check.Petr Rockai2010-12-122-4/+6
* Do not build vgtest (superseded by vgtest.t). Fix the build line for .t files.Petr Rockai2010-12-121-5/+3
* First go at a somewhat more comprehensive mechanism to run "unit" tests for thePetr Rockai2010-12-124-26/+49
* Fix scanning of VGs without in-PV mdas.Alasdair Kergon2010-12-108-31/+59
* Try to detect fail in clvmd startup in tests.Milan Broz2010-12-091-0/+5
* .Alasdair Kergon2010-12-091-1/+1
* .Alasdair Kergon2010-12-081-1/+1
* Rename vg_release to free_vg.Alasdair Kergon2010-12-0830-137/+139