public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 WHATS_NEW_DM
@ 2009-07-07 17:19 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2009-07-07 17:19 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-07-07 17:19:39

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.283&r2=1.284

--- LVM2/WHATS_NEW_DM	2009/07/03 12:45:55	1.283
+++ LVM2/WHATS_NEW_DM	2009/07/07 17:19:38	1.284
@@ -1,5 +1,6 @@
 Version 1.02.34 - 
 ================================
+  Fix whitespace in linear target line to fix identical table line detection.
   Add device number to more log messages during activation.
 
 Version 1.02.33 - 30th June 2009


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2012-02-28 17:47 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2012-02-28 17:47 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2012-02-28 17:47:24

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Fix empty string warning logic in _find_config_str. (1.02.68)
	
	pvcreate gives
	WARNING: Ignoring unsupported value for metadata/pvmetadataignore.
	
	It was warning if there is no config file entry instead of only if the node
	exists but is empty.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.575&r2=1.576

--- LVM2/WHATS_NEW_DM	2012/02/28 08:36:51	1.575
+++ LVM2/WHATS_NEW_DM	2012/02/28 17:47:24	1.576
@@ -1,5 +1,6 @@
 Version 1.02.73 - 
 ====================================
+  Fix empty string warning logic in _find_config_str. (1.02.68)
   Fix dm_task_set_name to properly resolve path to dm name (1.02.71).
   Add dm_strncpy() function as a faster strncpy() replacement.
 


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2011-10-20 13:36 zkabelac
  0 siblings, 0 replies; 18+ messages in thread
From: zkabelac @ 2011-10-20 13:36 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2011-10-20 13:36:13

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Aling structure chunk on default aling size
	
	Since we use 8 bytes by default for the pool allocation,
	keep the structure aligned with this size.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.514&r2=1.515

--- LVM2/WHATS_NEW_DM	2011/10/20 13:33:41	1.514
+++ LVM2/WHATS_NEW_DM	2011/10/20 13:36:13	1.515
@@ -1,6 +1,7 @@
 Version 1.02.68 -
 ==================================
-  Simplify some pointer operations in dm_free_aux() debug code..
+  Aling size of structure chunk for fast pool allocator to 8 bytes.
+  Simplify some pointer operations in dm_free_aux() debug code.
   Remove unused dbg_malloc.h file from source tree.
   Cleanup backtraces for _create_and_load_v4().
   Fix alignment warning in bitcount calculation for raid segment.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2011-04-29 18:58 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2011-04-29 18:58 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2011-04-29 18:58:05

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	test

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.465&r2=1.466

--- LVM2/WHATS_NEW_DM	2011/04/29 17:05:20	1.465
+++ LVM2/WHATS_NEW_DM	2011/04/29 18:58:04	1.466
@@ -1,4 +1,4 @@
-Version 1.02.65 - 
+Version 1.02.65 -    
 ==================================
 
 Version 1.02.64 - 29th April 2011


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2011-02-04 22:35 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2011-02-04 22:35 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2011-02-04 22:35:30

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	pre-release

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.442&r2=1.443

--- LVM2/WHATS_NEW_DM	2011/02/04 22:07:44	1.442
+++ LVM2/WHATS_NEW_DM	2011/02/04 22:35:29	1.443
@@ -1,5 +1,7 @@
 Version 1.02.62 - 4th February 2011
 ===================================
+  Add configure --with-device-nodes-on=create for previous behaviour.
+  Move creation of device nodes from 'create' to 'resume'.
   Add --addnodeonresume and --addnodeoncreate options to dmsetup.
   Add dm_task_set_add_node to libdevmapper to control dev node creation time.
   Add dm_task_secure_data to libdevmapper to wipe ioctl buffers in kernel.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-08-16 11:22 prajnoha
  0 siblings, 0 replies; 18+ messages in thread
From: prajnoha @ 2010-08-16 11:22 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2010-08-16 11:22:09

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	WHATS_NEW_DM

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.407&r2=1.408

--- LVM2/WHATS_NEW_DM	2010/08/12 13:41:18	1.407
+++ LVM2/WHATS_NEW_DM	2010/08/16 11:22:08	1.408
@@ -1,5 +1,6 @@
 Version 1.02.54 - 
 ================================
+  Assume dm-mod autoloading support is in kernel 2.6.36 and higher, not 2.6.35.
   Fix udev rules to support udev database content generated by older rules.
   Reinstate detection of inappropriate uevent with DISK_RO set and suppress it.
   Fix segfault in regex matcher with characters of ordinal value > 127.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-08-11 13:12 prajnoha
  0 siblings, 0 replies; 18+ messages in thread
From: prajnoha @ 2010-08-11 13:12 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	prajnoha@sourceware.org	2010-08-11 13:12:31

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	WHATS_NEW_DM

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.404&r2=1.405

--- LVM2/WHATS_NEW_DM	2010/08/03 13:39:27	1.404
+++ LVM2/WHATS_NEW_DM	2010/08/11 13:12:31	1.405
@@ -1,5 +1,6 @@
 Version 1.02.54 - 
 ================================
+  Fix segfault in regex matcher with characters of ordinal value > 127.
   Use built-in rule for device aliases: block/ < dm- < disk/ < mapper/ < other.
   Wait for node creation before displaying debug info in dmsetup.
   Fix return status 0 for "dmsetup info -c -o help".


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-07-28 10:44 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2010-07-28 10:44 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-07-28 10:44:30

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.397&r2=1.398

--- LVM2/WHATS_NEW_DM	2010/07/27 22:52:19	1.397
+++ LVM2/WHATS_NEW_DM	2010/07/28 10:44:29	1.398
@@ -1,5 +1,6 @@
 Version 1.02.53 - 27th July 2010
 ================================
+  Revert failed table load preparation after "create, load and resume".
   Switch dmeventd to use dm_create_lockfile and drop duplicate code.
   Add dm_create_lockfile to libdm to handle pidfiles for all daemons.
   Replace lookup with next in struct dfa_state & calculate states on demand.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-07-08 13:35 zkabelac
  0 siblings, 0 replies; 18+ messages in thread
From: zkabelac @ 2010-07-08 13:35 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2010-07-08 13:35:56

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Update for dmsetup

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.392&r2=1.393

--- LVM2/WHATS_NEW_DM	2010/07/07 11:22:46	1.392
+++ LVM2/WHATS_NEW_DM	2010/07/08 13:35:55	1.393
@@ -1,5 +1,6 @@
 Version 1.02.53 -
 ===============================
+  Fix return value to 0 for 'dmsetup -c -o help'.
   Use "nowatch" udev rule for inappropriate devices.
 
 Version 1.02.52 - 6th July 2010


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-07-05 22:56 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2010-07-05 22:56 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-07-05 22:56:45

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Fix dmlosetup snprintf %llu compiler warning.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.388&r2=1.389

--- LVM2/WHATS_NEW_DM	2010/07/05 22:22:43	1.388
+++ LVM2/WHATS_NEW_DM	2010/07/05 22:56:45	1.389
@@ -1,5 +1,6 @@
 Version 1.02.52 -
 ================================
+  Fix dmlosetup snprintf %llu compiler warning.
   Add parentheses to some libdevmapper.h macro arguments.
   Add printf format attributes to dm_{sn,as}printf and fix a caller.
   Move dmeventd man page from install_lvm2 to install_device-mapper. (1.02.50)


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-04-29  1:48 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2010-04-29  1:48 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-04-29 01:48:19

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.364&r2=1.365

--- LVM2/WHATS_NEW_DM	2010/04/28 13:37:36	1.364
+++ LVM2/WHATS_NEW_DM	2010/04/29 01:48:19	1.365
@@ -4,7 +4,7 @@
   Add DM_UDEV_PRIMARY_SOURCE_FLAG udev flag to recognize proper DM events.
   Also include udev libs in libdevmapper.pc when udev_sync is enabled.
   Cache bitset locations to speed up _calc_states.
-  Add a regex optimisation pass for shared character prefixes.
+  Add a regex optimisation pass for shared prefixes and suffixes.
   Add dm_bit_and and dm_bitset_equal to libdevmapper.
   Simplify dm_bitset_create.
   Speed up dm_bit_get_next with ffs().


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-04-20 22:31 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2010-04-20 22:31 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-04-20 22:31:36

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Add a regex optimisation pass for shared character prefixes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.360&r2=1.361

--- LVM2/WHATS_NEW_DM	2010/04/20 13:58:22	1.360
+++ LVM2/WHATS_NEW_DM	2010/04/20 22:31:36	1.361
@@ -1,5 +1,6 @@
 Version 1.02.47 -
 =================================
+  Add a regex optimisation pass for shared character prefixes.
   Add dm_bit_and and dm_bitset_equal to libdevmapper.
   Simplify dm_bitset_create.
   Speed up dm_bit_get_next with ffs().


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2010-01-11 21:44 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2010-01-11 21:44 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2010-01-11 21:44:36

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.330&r2=1.331

--- LVM2/WHATS_NEW_DM	2010/01/11 21:28:04	1.330
+++ LVM2/WHATS_NEW_DM	2010/01/11 21:44:36	1.331
@@ -1,6 +1,6 @@
 Version 1.02.41 -
 ====================================
-  If LVM_UDEV_DISABLE_CHECKING in set in environment, disable udev warnings.
+  If DM_UDEV_DISABLE_CHECKING in set in environment, disable udev warnings.
   Add dm_tree_add_dev_with_udev_flags to provide wider support for udev flags.
   Add --noudevrules option for dmsetup to disable /dev node management by udev.
   Fix 'dmsetup info -c -o all' to show all fields.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2009-08-06 16:30 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2009-08-06 16:30 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-08-06 16:30:35

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	pre-release

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.291&r2=1.292

--- LVM2/WHATS_NEW_DM	2009/07/31 18:30:31	1.291
+++ LVM2/WHATS_NEW_DM	2009/08/06 16:30:34	1.292
@@ -1,6 +1,6 @@
-Version 1.02.36 -
-================================
-  Add udevcomplete and --noudevwait to dmsetup.
+Version 1.02.36 - 6th August 2009
+=================================
+  Add udevcookies, udevcomplete, udevcomplete_all and --noudevwait to dmsetup.
   Add libdevmapper functions to support synchronisation with udev.
 
 Version 1.02.35 - 28th July 2009


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2009-06-04 13:23 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2009-06-04 13:23 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-06-04 13:23:10

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	test commit

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.274&r2=1.275

--- LVM2/WHATS_NEW_DM	2009/06/04 13:16:49	1.274
+++ LVM2/WHATS_NEW_DM	2009/06/04 13:23:10	1.275
@@ -1,4 +1,4 @@
-Version 1.02.33 -   
+Version 1.02.33 -    
 ===============================
   Add splitname command to dmsetup.
   Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2009-06-04 13:16 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2009-06-04 13:16 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-06-04 13:16:49

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	test commit

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.273&r2=1.274

--- LVM2/WHATS_NEW_DM	2009/06/04 13:11:58	1.273
+++ LVM2/WHATS_NEW_DM	2009/06/04 13:16:49	1.274
@@ -1,4 +1,4 @@
-Version 1.02.33 -  
+Version 1.02.33 -   
 ===============================
   Add splitname command to dmsetup.
   Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2009-06-04 13:11 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2009-06-04 13:11 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-06-04 13:11:58

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	test commit

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.272&r2=1.273

--- LVM2/WHATS_NEW_DM	2009/06/03 20:44:42	1.272
+++ LVM2/WHATS_NEW_DM	2009/06/04 13:11:58	1.273
@@ -1,4 +1,4 @@
-Version 1.02.33 - 
+Version 1.02.33 -  
 ===============================
   Add splitname command to dmsetup.
   Add subsystem, vg_name, lv_name, lv_layer fields to dmsetup reports.


^ permalink raw reply	[flat|nested] 18+ messages in thread
* LVM2 WHATS_NEW_DM
@ 2009-05-20 22:44 agk
  0 siblings, 0 replies; 18+ messages in thread
From: agk @ 2009-05-20 22:44 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk@sourceware.org	2009-05-20 22:44:11

Modified files:
	.              : WHATS_NEW_DM 

Log message:
	Missing entries.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW_DM.diff?cvsroot=lvm2&r1=1.266&r2=1.267

--- LVM2/WHATS_NEW_DM	2009/04/24 11:30:49	1.266
+++ LVM2/WHATS_NEW_DM	2009/05/20 22:44:10	1.267
@@ -1,6 +1,10 @@
 Version 1.02.32 - 
 ================================
-  Fix segfault when using -U, -G and -M options in dmsetup.
+  Only generate libdevmapper.a when configured to link statically.
+  Export dm_tree_node_size_changed() from libdevmapper.
+  Propagate the table size_changed property up the dm device tree.
+  Detect failure to free memory pools when releasing the library.
+  Fix segfault when getopt processes dmsetup -U, -G and -M options.
 
 Version 1.02.31 - 3rd March 2009
 ================================


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-02-28 17:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-07 17:19 LVM2 WHATS_NEW_DM agk
  -- strict thread matches above, loose matches on Subject: below --
2012-02-28 17:47 agk
2011-10-20 13:36 zkabelac
2011-04-29 18:58 agk
2011-02-04 22:35 agk
2010-08-16 11:22 prajnoha
2010-08-11 13:12 prajnoha
2010-07-28 10:44 agk
2010-07-08 13:35 zkabelac
2010-07-05 22:56 agk
2010-04-29  1:48 agk
2010-04-20 22:31 agk
2010-01-11 21:44 agk
2009-08-06 16:30 agk
2009-06-04 13:23 agk
2009-06-04 13:16 agk
2009-06-04 13:11 agk
2009-05-20 22:44 agk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).