From owner-svn-src-stable-10@FreeBSD.ORG Thu Aug 28 21:18:59 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E968945C; Thu, 28 Aug 2014 21:18:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA378126A; Thu, 28 Aug 2014 21:18:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SLIxhc096784; Thu, 28 Aug 2014 21:18:59 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7SLIx8o096783; Thu, 28 Aug 2014 21:18:59 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201408282118.s7SLIx8o096783@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 28 Aug 2014 21:18:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r270768 - stable/10/release/doc/en_US.ISO8859-1/relnotes X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 21:19:00 -0000 Author: gjb Date: Thu Aug 28 21:18:59 2014 New Revision: 270768 URL: http://svnweb.freebsd.org/changeset/base/270768 Log: Minor rewording to a few sections. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Aug 28 21:16:30 2014 (r270767) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Aug 28 21:18:59 2014 (r270768) @@ -559,7 +559,7 @@ Disks and Storage The - &man.geom.4; got I/O direct dispatch support. + &man.geom.4; subsystem has been updated to support I/O direct dispatch. When safety requirements are met, it allows to avoid passing I/O requests to GEOM g_up/g_down thread, executing them directly in the caller context. That allows to avoid CPU bottlenecks in @@ -571,16 +571,16 @@ updated to support unmapped I/O. The - &man.cam.4; got finer-grained locking, direct dispatch and - multi-queue support. + &man.cam.4; subsystem has been updated to support + finer-grained locking, direct dispatch and multi-queue. Combined with &man.geom.4; direct dispatch that allows to reduce lock congestion and improve SMP scalability of the SCSI/ATA stack. The &man.geom.8; - GEOM_MULTIPATH class got automatic live - resize support. + GEOM_MULTIPATH class has been updated to + support automatic live partition resizing. The &man.virtio_blk.4; driver has been updated to support unmapped I/O.