summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix incomplete revert for lvconvert.v2_02_48old-v2_02_48Dave Wysochanski2009-06-261-2/+4
* pre-releaseAlasdair Kergon2009-06-264-6/+6
* revert last patch - let's do a release firstAlasdair Kergon2009-06-2613-35/+61
* Convert the straight instances of vg_lock_and_read to new vg_read(_for_update).Dave Wysochanski2009-06-2613-64/+36
* Abort if automatic metadata correction fails when reading VG to update it.Alasdair Kergon2009-06-265-5/+5
* Abort operation if automatic metadata correction in lvconvert fails.Alasdair Kergon2009-06-262-1/+2
* Fix backward compatibility for major:minor query.Milan Broz2009-06-178-6/+22
* Properly destroy toolcontext.Milan Broz2009-06-171-1/+3
* Various vgimportclone fixes:snitzer2009-06-171-10/+42
* Cleanup pvs, vgs, and lvs "-o" section in man pages (rhbz 500861).Dave Wysochanski2009-06-153-18/+34
* Add WHATS_NEW items.Milan Broz2009-06-151-0/+2
* - Ignore suspended devices during repair (Milan).Petr Rockai2009-06-153-1/+17
* Suggest use lvchange --resync when up converting not yet synced mirror.Milan Broz2009-06-152-2/+3
* Do not fork daemon when dmeventd cannot be found.Milan Broz2009-06-152-0/+7
* Destroy toolcontext on exit in clvmd (fixes memory pool leaks).Milan Broz2009-06-154-0/+11
* Fix lvconvert to not poll mirror if no conversion in progress.Milan Broz2009-06-152-1/+3
* Fix memory leaks in toolcontext error path.Milan Broz2009-06-152-4/+13
* Fix WHATS_NEW - Allow metadata correction even when PVs are missing.Milan Broz2009-06-121-0/+1
* Re-instate partial activation support in clustered mode. (mornfall)Milan Broz2009-06-124-4/+16
* Allow metadata correction even when PVs are missing.Petr Rockai2009-06-102-1/+4
* In the new _vg_read_for_update(), we always do the check for CLUSTERED vgDave Wysochanski2009-06-101-3/+4
* Complain when lvconvert --repair is used on non-mirror LV.Petr Rockai2009-06-101-0/+5
* Fix compiler warning.Milan Broz2009-06-101-1/+1
* Unlock VG in recover_vg if metadata read failed.Milan Broz2009-06-101-4/+6
* Unlock vg when requested automatic update failed.Milan Broz2009-06-101-1/+3
* Support crypt segment in libdevmapper tree.Milan Broz2009-06-094-4/+59
* Use 'lvm lvresize' instead of 'lvresize' in fsadm.Zdeněk Kabeláč2009-06-092-7/+15
* Update WHATS_NEWDave Wysochanski2009-06-091-0/+2
* Update vgsplit to use new vg_reserve_newname() function.Dave Wysochanski2009-06-091-5/+20
* Update vgcreate to use new vg_lock_newname().Dave Wysochanski2009-06-091-1/+1
* Update vgrename to use vg_lock_newname.Dave Wysochanski2009-06-091-7/+10
* Add vg_lock_newname() library function.Dave Wysochanski2009-06-092-0/+49
* Fix the same readahead rounding in lvcreate.Milan Broz2009-06-061-3/+6
* Round readahead more inteligently and print warning.Milan Broz2009-06-062-3/+7
* Fix various problems in testsMilan Broz2009-06-063-6/+15
* Suspend virtual origin before real snapshot.Milan Broz2009-06-061-1/+1
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-0516-138/+78
* Add vgrename test to check for existence of new vg.Dave Wysochanski2009-06-051-0/+8
* test commitAlasdair Kergon2009-06-041-1/+1
* test commitAlasdair Kergon2009-06-041-1/+1
* test commitAlasdair Kergon2009-06-041-1/+1
* Use lvconvert --repair instead of vgreduce in mirror dmeventd DSO (mornfall)Milan Broz2009-06-049-32/+91
* Add splitname.Alasdair Kergon2009-06-032-5/+33
* Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.Alasdair Kergon2009-06-032-1/+122
* Fix clvmd-corosync to match the new corosync API.Christine Caulfield2009-06-032-15/+16
* WHATS_NEW!Milan Broz2009-06-031-0/+1
* Make mempool optional in dm_split_lvm_name()Alasdair Kergon2009-06-033-1/+4
* Build shared parts with 'make' command (mpatocka)Milan Broz2009-06-031-2/+2
* Fix rename of active snapshot with virtual origin.Milan Broz2009-06-013-7/+22
* Fix convert polling to ignore LV with different UUID.Milan Broz2009-06-0110-44/+63