summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releasev2_02_39old-v2_02_39Alasdair Kergon2008-06-272-2/+2
* Enable readline by default if available.Alasdair Kergon2008-06-273-5/+6
* tweak lcov configuration/makefilesAlasdair Kergon2008-06-276-3040/+2504
* Added generation of the versioned libdevmapper-event.so for LVM's testZdeněk Kabeláč2008-06-272-1/+7
* extended configure with --enable-profiling for compiling code with gcov infoZdeněk Kabeláč2008-06-277-2414/+3230
* Fix up cache for PVs without mdas after consistent VG metadata is processed.Alasdair Kergon2008-06-273-6/+57
* Update validation of safe mirror log type conversions in lvconvert. (brassow)Alasdair Kergon2008-06-263-9/+37
* Fix lvconvert to disallow snapshot and mirror combinations. (mpatocka)Alasdair Kergon2008-06-262-6/+13
* Underline longer report help text headings.Alasdair Kergon2008-06-252-2/+2
* Fix reporting of LV fields alongside unallocated PV segments.Alasdair Kergon2008-06-257-3/+109
* Test script cleanup.Dave Wysochanski2008-06-251-8/+34
* post-releaseAlasdair Kergon2008-06-251-0/+3
* pre-commitold-dm_v1_02_27dm_v1_02_27Alasdair Kergon2008-06-252-3/+3
* Align struct memblock in dbg_malloc for sparc.Alasdair Kergon2008-06-252-1/+2
* Cope with missing field values.Alasdair Kergon2008-06-251-5/+11
* Add --rows to dmsetup.Alasdair Kergon2008-06-244-83/+173
* Add --rows to reports.Alasdair Kergon2008-06-247-9/+23
* Add --unquoted to reporting tools.Alasdair Kergon2008-06-247-19/+32
* dmsetup --unquotedAlasdair Kergon2008-06-244-5/+22
* Refactor pv_create() to take cmd_context - no functional change.Dave Wysochanski2008-06-244-5/+5
* Suppress invalid 'sb_offset' compiler warning (FC8) with uninitialized_var().Dave Wysochanski2008-06-232-1/+2
* Add uninitialized_var macro to suppress invalid compiler warnings.Dave Wysochanski2008-06-233-1/+4
* Suppress 'sb_offset' compiler warning by using enum for md superblock versions.Dave Wysochanski2008-06-232-6/+16
* lvm2_run: don't return uninitialized for _memlock_inc or _memlock_decJim Meyering2008-06-232-2/+4
* configure: regenerateJim Meyering2008-06-231-10/+13
* avoid link failure when configuring without --enable-cmdlibJim Meyering2008-06-237-11/+12
* avoid link failure when configuring without --enable-readlineJim Meyering2008-06-232-7/+9
* Make clvmd return immediately if other nodes are down in an openais cluster.Christine Caulfield2008-06-202-1/+5
* Make clvmd return immediately if other nodes are down in a gulm cluster.Christine Caulfield2008-06-202-2/+6
* Improve/Fix read ahead 'auto' calculation for stripe_sizeZdeněk Kabeláč2008-06-184-4/+78
* avoid compiler warning about cast in OFFSET_OF macroJim Meyering2008-06-182-2/+3
* Fix identifier 'error_message_produced' used ambiguously.Dave Wysochanski2008-06-172-2/+3
* Trivial fix to lvcreate man page for --mirrorlog option.Dave Wysochanski2008-06-161-1/+1
* Begin syncing configure.in for merge/unification with device-mapper.Jim Meyering2008-06-134-1018/+1216
* Don't deref uninitialized log_lv upon failed mirror addition.Jim Meyering2008-06-132-5/+7
* Don't call openlog for every invocation of debuglog.Christine Caulfield2008-06-132-1/+4
* Add --force to lvextend and lvresize.Alasdair Kergon2008-06-122-5/+9
* Fix vgchange to not activate mirror leg and log volumes directly.Milan Broz2008-06-122-3/+9
* Makefile.in: correct distclean ruleJim Meyering2008-06-121-3/+3
* break (rather than return) so we have only one point of returnJim Meyering2008-06-111-2/+2
* copy vgid only when volume group is present in import_pool_pvZdeněk Kabeláč2008-06-112-2/+3
* post-releaseAlasdair Kergon2008-06-112-1/+4
* pre-releasev2_02_38old-v2_02_38Alasdair Kergon2008-06-112-5/+5
* Fix tracking of validity of PVs with no mdas in lvmcache.Alasdair Kergon2008-06-112-0/+10
* Fix return values for reporting commands when run with no PVs, LVs, or VGs.Dave Wysochanski2008-06-103-10/+11
* Add ommitted unlock_vg() call when sigint_caught() during vg processing.Dave Wysochanski2008-06-102-3/+1
* Fix wrong free_count on imported volume group from pool deviceZdeněk Kabeláč2008-06-103-2/+4
* Fix inverted no_flush debug message. (mpatocka)Alasdair Kergon2008-06-102-1/+2
* Fix segfault after _free_vginfo by remembering to remove vginfo from list.Alasdair Kergon2008-06-092-2/+11
* Add simple test case to repro pvs segfault with duplicate vgnames.Dave Wysochanski2008-06-091-0/+61