[DRBD-cvs] svn commit by phil - r2212 - in branches/drbd-0.7: . debian drbd/linux - Preparing 0.7.19

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Wed May 24 14:03:37 CEST 2006


Author: phil
Date: 2006-05-24 14:03:35 +0200 (Wed, 24 May 2006)
New Revision: 2212

Modified:
   branches/drbd-0.7/ChangeLog
   branches/drbd-0.7/debian/changelog
   branches/drbd-0.7/drbd.spec.in
   branches/drbd-0.7/drbd/linux/drbd_config.h
Log:
Preparing 0.7.19


Modified: branches/drbd-0.7/ChangeLog
===================================================================
--- branches/drbd-0.7/ChangeLog	2006-05-24 09:00:26 UTC (rev 2211)
+++ branches/drbd-0.7/ChangeLog	2006-05-24 12:03:35 UTC (rev 2212)
@@ -1,9 +1,20 @@
 Latest:
 ------
- ChangeLog last updated: r2085 2006-03-06
+ ChangeLog last updated: r2211 2006-05-24
  Cumulative changes since last tarball.
  For even more detail, use "svn log" and "svn diff".
 
+0.7.19 (api:78/proto:74)
+-----
+ * Fixed a bug where lc_del() left a list poison in an LRU chache's
+   hash table. The only way to trigger this bug was:
+   up (>>200M), primary, mkfs, resize to 200M, down, up
+ * DRBD now propagates the backing storage's read ahead properties
+   to upper layers. With devices that read very fast, this is 
+   important.
+ * GFP_KERNEL was changed to GFP_NOIO in a few places, to make it
+   more save against deadlocks in the memory subsystem.
+
 0.7.18 (api:78/proto:74)
 -----
  * Under high memory pressure it was possible to hit a deadlock 

Modified: branches/drbd-0.7/debian/changelog
===================================================================
--- branches/drbd-0.7/debian/changelog	2006-05-24 09:00:26 UTC (rev 2211)
+++ branches/drbd-0.7/debian/changelog	2006-05-24 12:03:35 UTC (rev 2212)
@@ -1,3 +1,9 @@
+drbd (0.7.19-0) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Reisner <phil at linbit.com>  Mon, 24 May 2006 14:03:07 +0200
+
 drbd (0.7.18-0) unstable; urgency=low
 
   * New upstream release

Modified: branches/drbd-0.7/drbd/linux/drbd_config.h
===================================================================
--- branches/drbd-0.7/drbd/linux/drbd_config.h	2006-05-24 09:00:26 UTC (rev 2211)
+++ branches/drbd-0.7/drbd/linux/drbd_config.h	2006-05-24 12:03:35 UTC (rev 2212)
@@ -22,7 +22,7 @@
 
 extern const char * drbd_buildtag(void);
 
-#define REL_VERSION "0.7.18"
+#define REL_VERSION "0.7.19"
 #define API_VERSION 78
 #define PRO_VERSION 74
 

Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in	2006-05-24 09:00:26 UTC (rev 2211)
+++ branches/drbd-0.7/drbd.spec.in	2006-05-24 12:03:35 UTC (rev 2212)
@@ -190,6 +190,17 @@
 /sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
 
 %changelog
+* Mon May 24 2006 14:03:07 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.19-1)
+ * Fixed a bug where lc_del() left a list poison in an LRU chache's
+   hash table. The only way to trigger this bug was:
+   up (>>200M), primary, mkfs, resize to 200M, down, up
+ * DRBD now propagates the backing storage's read ahead properties
+   to upper layers. With devices that read very fast, this is 
+   important.
+ * GFP_KERNEL was changed to GFP_NOIO in a few places, to make it
+   more save against deadlocks in the memory subsystem.
+
 * Mon Apr 26 2006 14:10:07 +0200 Philipp Reisner <phil at linbit.com>
 - drbd (0.7.18-1)
  * Under high memory pressure it was possible to hit a deadlock 



More information about the drbd-cvs mailing list