summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releasev2_02_58old-v2_02_58Alasdair Kergon2010-01-144-9/+9
* Update entry for few previous gcc cleanup commits.zkabelac2010-01-141-0/+1
* Cleanup const compiler warningzkabelac2010-01-141-2/+2
* Cleanup gcc warning: cast discards qualifiers from pointer target typezkabelac2010-01-143-23/+25
* Cleanup gcc warning: cast from function call of type 'struct dm_list *'zkabelac2010-01-141-1/+1
* Cleanup gcc warning: null argument where non-null required (arg.2)zkabelac2010-01-141-1/+3
* Move initialization of the 'cmd' member of the struct alloc_handlezkabelac2010-01-141-2/+2
* lvol%d is generated for NULL name in lv_create_empty().zkabelac2010-01-141-13/+1
* update WHATS_NEW and WHATS_NEW_DM to include snapshot-merge changesMike Snitzer2010-01-132-0/+3
* Fix clvmd automatic target module loading crash.Milan Broz2010-01-132-1/+3
* Rename segment and lv status flag from SNAPSHOT_MERGE to MERGING.Mike Snitzer2010-01-137-22/+21
* Add snapshot merge wrappers to abstract the associations and flags usedMike Snitzer2010-01-139-35/+64
* Update lvconvert manpage for snapshot --mergeMike Snitzer2010-01-131-1/+29
* Merge on activate support.Mike Snitzer2010-01-133-6/+94
* When turning merging origin into non-merging origin, there is bad sequence:Mike Snitzer2010-01-131-5/+14
* Reload origin if merging has stopped.Mike Snitzer2010-01-131-2/+4
* Start background polling of merging stores on:Mike Snitzer2010-01-132-8/+21
* Background poll for lvconvert --merge command.Mike Snitzer2010-01-131-4/+69
* When there is merging snapshot, report percentage on the origin LV.Mike Snitzer2010-01-131-1/+1
* Report merging snapshot as 'S' instead of 's':Mike Snitzer2010-01-132-8/+15
* Do not allow merging over mounted logical volumes.Mike Snitzer2010-01-131-0/+22
* Add --merge support to lvconvert to start merging a snapshot into itsMike Snitzer2010-01-133-10/+114
* Merging device is loaded with "-cow" suffix and with base name of theMike Snitzer2010-01-131-5/+17
* Conditionally push down either the "snapshot-origin" orMike Snitzer2010-01-132-5/+55
* Add support for "snapshot-merge" target.Mike Snitzer2010-01-134-13/+78
* Add 'SNAPSHOT_MERGE' lv_segment 'status' flag.Mike Snitzer2010-01-135-7/+52
* Fix allocation code not to stop at the first area of a PV that fits.Alasdair Kergon2010-01-122-2/+1
* post-releaseAlasdair Kergon2010-01-124-2/+8
* pre-releasev2_02_57old-v2_02_57Alasdair Kergon2010-01-124-6/+6
* disable 'redundant' testsAlasdair Kergon2010-01-121-2/+2
* Revert so-called "redundant" log until after next release.Alasdair Kergon2010-01-129-177/+101
* .Alasdair Kergon2010-01-111-1/+1
* Add missing items to WHATS_NEW files.Alasdair Kergon2010-01-113-41/+51
* Add new test cases for mirrors that are under snapshots.Jonathan Earl Brassow2010-01-111-5/+4
* Testsuite updates and fixes for recently added features.Jonathan Earl Brassow2010-01-113-13/+41
* Use _LOG_FATAL when aborting on an internal error.Alasdair Kergon2010-01-111-11/+15
* Internal errors triggering abort cannot be suppressed. (kabi)Alasdair Kergon2010-01-111-2/+2
* Only allow one return from poll_daemon(). If a child polldaemon wasMike Snitzer2010-01-113-9/+41
* remove errant comment fragmentMike Snitzer2010-01-111-1/+0
* Reset _vgs_locked in lvmcache_init()Mike Snitzer2010-01-111-0/+7
* Found 2 problems with my previous check-in:Jonathan Earl Brassow2010-01-111-3/+4
* Substitute UDEV_SYNC value for use in the other files and show a warning mess...Peter Rajnoha2010-01-111-0/+5
* Show a warning message when libudev not found and we're using --enable-udev_s...Peter Rajnoha2010-01-111-0/+2
* Define {DM, LVM}_UDEV_DISABLE_CHECKING=1 env. variables for tests.Peter Rajnoha2010-01-113-0/+9
* Enable udev_sync and udev_rules in lvm.conf by default while running tests.Peter Rajnoha2010-01-113-0/+9
* Add support to disable udev checking: LVM_UDEV_DISABLE_CHECKING=1 env. var.Peter Rajnoha2010-01-115-3/+35
* Add support to disable udev checking: DM_UDEV_DISABLE_CHECKING=1 env. variable.Peter Rajnoha2010-01-115-4/+42
* remove unused variable 'i' that was recently introduced in lv_add_segmentMike Snitzer2010-01-101-1/+0
* update commentJonathan Earl Brassow2010-01-081-2/+0
* Add the new mirror log type "redundant". The options are now:Jonathan Earl Brassow2010-01-089-129/+219