summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add basic reporting functions to libdevmapper.v1_02_15old-v1_02_15Alasdair Kergon2007-01-169-40/+943
* reduce some if/else complexityAlasdair Kergon2007-01-151-15/+20
* Fix a malloc error path in dmsetup message.Alasdair Kergon2007-01-153-12/+6
* Fix partition table processing after sparc changes (introduced in 2.02.16).Alasdair Kergon2007-01-153-2/+4
* fix recent checkinsAlasdair Kergon2007-01-152-2/+3
* fail registration if timeout thread cannot be startedAlasdair Kergon2007-01-151-9/+14
* use DMEVENTD_PATHAlasdair Kergon2007-01-151-2/+1
* static namingAlasdair Kergon2007-01-151-179/+179
* Some libdevmapper-event interface changes.Alasdair Kergon2007-01-154-25/+26
* More libdevmapper-event interface changes and fixes.Alasdair Kergon2007-01-158-176/+206
* Report error if NULL pointer supplied to dm_strdup_aux().Alasdair Kergon2007-01-152-2/+8
* Report dmeventd mirror monitoring status.Alasdair Kergon2007-01-1210-41/+131
* Reinstate dm_event_get_registered_deviceAlasdair Kergon2007-01-124-2/+8
* post-releaseAlasdair Kergon2007-01-113-1/+7
* pre-releasev2_02_18old-v2_02_18old-dm_v1_02_14dm_v1_02_14Alasdair Kergon2007-01-113-5/+5
* updated dmeventd interfaceAlasdair Kergon2007-01-114-54/+41
* Lots of dmeventd-related changes.v1_02_14old-v1_02_14Alasdair Kergon2007-01-118-324/+565
* fail if status args are missingAlasdair Kergon2007-01-112-6/+8
* Remove dmeventd mirror status line word limitAlasdair Kergon2007-01-113-74/+75
* Use CFLAGS when linking so mixed sparc builds can supply -m64Alasdair Kergon2007-01-115-8/+15
* Use CFLAGS when linking so mixed sparc builds can supply -m64.Alasdair Kergon2007-01-113-3/+4
* Prevent permission changes on active mirrors.Alasdair Kergon2007-01-103-3/+12
* Print warning instead of error message if cannot zero volumeMilan Broz2007-01-105-6/+50
* dumpconfig accepts a list of configuration variables to display.Alasdair Kergon2007-01-095-18/+35
* Avoid vgreduce error when mirror code removes the log LV.Alasdair Kergon2007-01-092-1/+4
* Remove 3 redundant AC_MSG_RESULTs from configure.in.Alasdair Kergon2007-01-093-18/+1
* Free memory in _raw_read_mda_header() error paths.Alasdair Kergon2007-01-094-10/+16
* Add configure --with-dmdir to compile against a device-mapper source tree.Alasdair Kergon2007-01-095-1/+31
* Add dm_tree_use_no_flush_suspend().Alasdair Kergon2007-01-094-4/+29
* fix last checkinAlasdair Kergon2007-01-082-3/+5
* Lots of dmevent changes.Alasdair Kergon2007-01-0810-423/+591
* Add dmeventd_mirror register_mutex, tidy initialisation & add memlock.Alasdair Kergon2007-01-084-33/+110
* Fix create mirror with name longer than 22 chars.Milan Broz2007-01-052-1/+2
* Fix some activate.c prototypes when compiled without devmapper.Alasdair Kergon2006-12-202-2/+3
* Fix dmeventd mirror to cope if monitored device disappears.Alasdair Kergon2006-12-205-131/+135
* post-releaseAlasdair Kergon2006-12-142-1/+4
* pre-releasev2_02_17old-v2_02_17Alasdair Kergon2006-12-142-3/+3
* Add missing pvremove error message when device doesn't exist.Alasdair Kergon2006-12-132-2/+3
* When lvconvert allocates a mirror log, respect parallel area constraints.Alasdair Kergon2006-12-134-59/+43
* Fix detection of smallest area in _alloc_parallel_area() for cling policy.Alasdair Kergon2006-12-122-5/+6
* Add manpage reference for clvmd -T that got missed out when IPatrick Caulfield2006-12-112-0/+19
* Fix gulm operation of clvmd. including a hang when attempting toPatrick Caulfield2006-12-115-4/+8
* Fix hang in clvmd if a pre-command failed. The pre/post thread was gettingPatrick Caulfield2006-12-112-0/+3
* post-releaseAlasdair Kergon2006-12-012-1/+4
* pre releasev2_02_16old-v2_02_16Alasdair Kergon2006-12-012-3/+3
* clvmd ia64 alignment fixes etc. (pjc)Alasdair Kergon2006-12-014-66/+42
* Fix VG clustered read locks to use PR not CR.Alasdair Kergon2006-12-012-1/+6
* Adjust some alignments for ia64 and sparc.Alasdair Kergon2006-11-3024-63/+65
* Fix mirror segment removal to use temporary error segment.Alasdair Kergon2006-11-302-2/+8
* Always compile debug logging into clvmd as it's too useful toPatrick Caulfield2006-11-303-7/+21