summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert broken commit:v2_02_49old-v2_02_49Alasdair Kergon2009-07-152-15/+13
* post-releaseAlasdair Kergon2009-07-154-2/+8
* pre-releaseAlasdair Kergon2009-07-151-1/+1
* pre-release clarificationAlasdair Kergon2009-07-151-12/+10
* New LOG_MESG macro to fix file/line number logging for memory leaks afterAlasdair Kergon2009-07-153-5/+8
* pre-releaseAlasdair Kergon2009-07-154-4/+4
* Fix memory leak in process_each_pv path.Dave Wysochanski2009-07-151-0/+1
* Fix memory leak in _process_one_vg error path.Dave Wysochanski2009-07-151-1/+3
* Fix warning.Petr Rockai2009-07-151-1/+1
* Un-export vg_read_internal.Petr Rockai2009-07-152-13/+15
* Fix bad prototype from previous checkin.Petr Rockai2009-07-151-1/+1
* Port process_each_pv to new vg_read.Petr Rockai2009-07-157-29/+15
* Remove lockingfailed().Petr Rockai2009-07-157-33/+27
* Take just a read lock when activating in lvchange.Petr Rockai2009-07-151-1/+2
* Refuse to open VG with MISSING_PVs for update unless handles_missing_pvs is set.Petr Rockai2009-07-156-5/+33
* Check for certain vg_read errors in _process_one_vg iterator.Dave Wysochanski2009-07-151-0/+3
* Fix FAILED_INCONSISTENT case in vg_backup_single - typeo on 'if' condition.Dave Wysochanski2009-07-151-1/+1
* Fix pvremove test breakage.Dave Wysochanski2009-07-142-0/+2
* Fix vgck and vgremove segfault if non-existent vg given.Dave Wysochanski2009-07-142-0/+6
* Add a few negative tests which should fail cleanly if pv, vg, lvs don't exist.Dave Wysochanski2009-07-143-3/+7
* Enable use of new multi-segment registration for static registration too.Milan Broz2009-07-142-1/+2
* Exclude VG_GLOBAL from vg_write_lock_held so scans open devs read-only again....Alasdair Kergon2009-07-142-7/+10
* Add liblvm test case for creating of a vg.Dave Wysochanski2009-07-142-0/+99
* Add VG APIs to liblvm/.exported_symbols.Dave Wysochanski2009-07-141-1/+7
* Add lvm_vg_* APIs to create and modify VGs.Dave Wysochanski2009-07-143-1/+183
* Add default cmd->cmd_line initialization for liblvm lvm_create().Dave Wysochanski2009-07-141-0/+6
* Define handles to liblvm objects for pv, vg, lv, lvseg, pvseg.Dave Wysochanski2009-07-142-10/+16
* Remove READ_REQUIRE_RESIZEABLE flag from vg_read() interface - no users.Dave Wysochanski2009-07-143-4/+1
* Remove READ_REQUIRE_RESIZEABLE flag from vgsplit.Dave Wysochanski2009-07-142-4/+12
* Refactor vgsplit - move move_pvs_used_by_lv and move_pv inside library.Dave Wysochanski2009-07-143-68/+73
* Remove READ_REQUIRE_RESIZEABLE from vgextend by moving check inside vg_extend.Dave Wysochanski2009-07-142-2/+4
* WHATS_NEWmpatocka2009-07-131-0/+2
* Change exit() to _exit() in the child process. exit flushes stdio file buffers,mpatocka2009-07-134-4/+5
* Suppress warning on 64-bit big-endian computers (Sparc 64).mpatocka2009-07-131-1/+1
* Make cmd->cmd_line const.Alasdair Kergon2009-07-134-3/+4
* Get rid of the mdadm presence check in t-000-basic: no actual test usesPetr Rockai2009-07-131-4/+0
* Fix dev name mismatch in vgcreate man page example.Alasdair Kergon2009-07-132-1/+2
* Remove unused code vg_lock_and_read() and related flags.Dave Wysochanski2009-07-102-52/+0
* Update WHATS_NEW for vgremove and ORPAHN_LOCK refactoringDave Wysochanski2009-07-101-0/+2
* Change lock ordering of vgcfgrestore to be consistent with other tools.Dave Wysochanski2009-07-101-6/+6
* Move orphan lock obtain/release inside vg_extend().Dave Wysochanski2009-07-103-17/+9
* Move orphan lock inside vg_remove_single.Dave Wysochanski2009-07-102-7/+7
* Remove force parameter from vg_remove_single, now the liblvm function.Dave Wysochanski2009-07-103-21/+32
* Remove unnecessary parameters from vg_remove_single().Dave Wysochanski2009-07-103-20/+14
* Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon2009-07-109-33/+102
* Check MD devices for a partition table during device scan.snitzer2009-07-092-0/+5
* Add extended device (blkext) and MD partition (mdp) types to filters.snitzer2009-07-092-0/+3
* Fix and precise metadata read errors for segment areas.Milan Broz2009-07-092-9/+7
* Fix confusing metadata syntax error messages.Milan Broz2009-07-095-15/+30
* Fix segment import functions to print segment name and logical volume name.Milan Broz2009-07-092-14/+16