summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releasev2_02_26old-v2_02_26Alasdair Kergon2007-06-154-30/+47
* pre-releaseold-dm_v1_02_20dm_v1_02_20Alasdair Kergon2007-06-153-17/+17
* Fix default dmsetup report buffering and add --unbuffered.Alasdair Kergon2007-06-152-4/+257
* Update vgcfgrestore man pgDave Wysochanski2007-06-152-3/+16
* Allow keyboard interrupts in yes_no_prompt(). Add code to toollib.cPetr Rockai2007-06-158-0/+146
* Fix inverted logic on last checkin for pvremoveDave Wysochanski2007-06-141-1/+1
* convert pv->vg_name[0] to \!is_orphan(pv)Dave Wysochanski2007-06-144-10/+22
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-147-14/+14
* Remove system-lv.[ch]Patrick Caulfield2007-06-142-401/+0
* Remove system LV code from clvmd. It's never been used and never should bePatrick Caulfield2007-06-143-130/+19
* Update WHATS_NEW for get_pv* conversionsDave Wysochanski2007-06-131-0/+1
* Convert pv->vg_name to get_pv_vg_nameDave Wysochanski2007-06-138-57/+57
* Convert pv->status to get_pv_statusDave Wysochanski2007-06-133-5/+5
* Convert pv->dev to get_pv_devDave Wysochanski2007-06-139-25/+25
* Convert pv->size to get_pv_sizeDave Wysochanski2007-06-135-9/+9
* Convert existing_pv dereferences to get_pv_*Dave Wysochanski2007-06-131-6/+6
* Convert pv->pe_size to get_pv_pe_sizeDave Wysochanski2007-06-133-11/+13
* Convert pv->pe_start to get_pv_pe_startDave Wysochanski2007-06-131-3/+3
* Convert pv->pe_count to get_pv_pe_countDave Wysochanski2007-06-133-9/+9
* Convert pv->pe_alloc_count to get_pv_pe_alloc_countDave Wysochanski2007-06-135-6/+6
* Remove casts in pv_create and find_pv_in_vg_by_uuidDave Wysochanski2007-06-131-6/+6
* Convert pv_handle_t to pv_t * and tidy up whitespaceDave Wysochanski2007-06-132-40/+40
* Add typedef pv_handle_tDave Wysochanski2007-06-133-41/+42
* Fix a couple benign warnings by adding variable initializations.Dave Wysochanski2007-06-133-2/+3
* Convert find_pv_in_vg_by_uuid and pv_create to use PV handlesDave Wysochanski2007-06-124-30/+61
* Change PV_HANDLE_DEREF to pv_field and add paren'sDave Wysochanski2007-06-121-14/+14
* Add get_pv_* functions to return PV fields in prep for external LVM libraryDave Wysochanski2007-06-123-2/+96
* Add wrappers to functions related to pv commands in preparation for exported ...Dave Wysochanski2007-06-112-8/+94
* Add capability for tree-based fields to dmsetup reports.Alasdair Kergon2007-06-112-17/+67
* Allow vgcfgrestore to list metadata backup files using -fBryn M. Reeves2007-06-086-10/+41
* Add vg_check_status to consolidate vg status flags checks and error messages.Dave Wysochanski2007-06-0618-214/+71
* make code consistent with pvresize code - good candidate for common code cleanupDave Wysochanski2007-06-051-8/+7
* Fix pvdisplay --maps to not display segment header for orphan PVs.Dave Wysochanski2007-05-311-1/+2
* Fix redundant segment display when PV is given to 'pvdisplay --maps' cmdline.Dave Wysochanski2007-05-312-3/+16
* Remove 'Type' from pvdisplay --maps as there is no 'Type' of a physical segme...Dave Wysochanski2007-05-311-2/+0
* Small fixes to pvdisplay --maps: 1) rename struct pv_segment vars from 'seg' ...Dave Wysochanski2007-05-312-13/+13
* Add --maps to pvdisplay.Dave Wysochanski2007-05-304-2/+34
* Fix vgcfgrestore man pg to show mandatory VG name and remove LVM1 options.Dave Wysochanski2007-05-222-4/+4
* Fix vgrename man page to include UUID and be more consistent with lvrename.Dave Wysochanski2007-05-222-2/+10
* Add *Experimental* OpenAIS support to clvmd.Patrick Caulfield2007-05-215-0/+796
* Remove symlinks if parent volume is deactivated.Milan Broz2007-05-154-0/+39
* Fix and clarify vgsplit error messages.Milan Broz2007-05-152-7/+12
* Fix a segfault if a device has no target (no table)Milan Broz2007-05-142-1/+2
* Misc clvmd cleanups from Jim MeyeringPatrick Caulfield2007-05-028-80/+97
* Add some more debuglogs to clvmd startup.Patrick Caulfield2007-05-022-1/+5
* post-releaseAlasdair Kergon2007-04-273-1/+7
* pre-releasev2_02_25old-v2_02_25old-dm_v1_02_19dm_v1_02_19Alasdair Kergon2007-04-274-2082/+2863
* Fix get_config_uint64() to read a 64-bit value not a 32-bit one.Alasdair Kergon2007-04-273-11/+13
* Add -Wformat-security and change one fprintf() to fputs().Alasdair Kergon2007-04-273-3/+4
* Standardise protective include file #defines.Alasdair Kergon2007-04-275-8/+9