Module Name: src
Committed By: sborrill
Date: Tue Jun 3 09:18:57 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1075
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.114 -r1.1.2.115 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.114 src/doc/CHANGES-6.2:1.1.2.115
--- src/doc/CHANGES-6.2:1.1.2.114 Wed May 21 21:43:22 2014
+++ src/doc/CHANGES-6.2 Tue Jun 3 09:18:57 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.114 2014/05/21 21:43:22 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.115 2014/06/03 09:18:57 sborrill Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -2374,4 +2374,13 @@ external/ibm-public/postfix/dist/src/uti
- Correct an error in SASL_README PostgreSQL example.
[tron, ticket #1024]
+sys/arch/xen/xen/xbd_xenbus.c 1.63 via patch
+sys/dev/cgd.c 1.87 via patch
+sys/dev/dksubr.c 1.50 via patch
+sys/dev/dkvar.h 1.19 via patch
+
+ Avoid xbd(4) reordering requests, which, depending on the
+ underlying hardware, can badly affect write performances. This
+ can give up to a 5x performance gain in sequencial writes.
+ [bouyer, ticket #1075]