From owner-svn-src-stable@FreeBSD.ORG Thu Aug 28 21:14:32 2014 Return-Path: Delivered-To: svn-src-stable@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 A0812E64; Thu, 28 Aug 2014 21:14:32 +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 807061230; Thu, 28 Aug 2014 21:14:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SLEWWr096078; Thu, 28 Aug 2014 21:14:32 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7SLEWeE096077; Thu, 28 Aug 2014 21:14:32 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201408282114.s7SLEWeE096077@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:14:32 +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: r270766 - 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@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 21:14:32 -0000 Author: gjb Date: Thu Aug 28 21:14:32 2014 New Revision: 270766 URL: http://svnweb.freebsd.org/changeset/base/270766 Log: Use and in a few places where needed. Minor rewording to r264732 entry. 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:07:54 2014 (r270765) +++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Thu Aug 28 21:14:32 2014 (r270766) @@ -549,7 +549,7 @@ Kernel RPC code, which is a base of NFS server took multiple optimizations, that significantly - improved its performance and SMP scapability. + improved its performance and SMP scapability. New kernel-based iSCSI target and initiator code took many fixes and performance optimizations. @@ -561,9 +561,9 @@ The &man.geom.4; got I/O direct dispatch support. When safety requirements are met, it allows to avoid passing - I/O requests to GEOM g_up/g_down thread, executing them directly + I/O requests to GEOM g_up/g_down thread, executing them directly in the caller context. That allows to avoid CPU bottlenecks in - g_up/g_down threads, plus avoid several context switches per I/O. + g_up/g_down threads, plus avoid several context switches per I/O. The @@ -574,7 +574,7 @@ &man.cam.4; got finer-grained locking, direct dispatch and multi-queue support. Combined with &man.geom.4; direct dispatch that allows to - reduce lock congestion and improve SMP scalability of the + reduce lock congestion and improve SMP scalability of the SCSI/ATA stack. @@ -591,7 +591,7 @@ Support for LUN-based CD changers has been removed from the &man.cd.4; driver. - ZVOLs got BIO_DELETE support. + Support for BIO_DELETE has been added to &man.zfs.8; zvol volumes. Support for 9th generation HP host bus adapter cards has been added to &man.ciss.4;. @@ -601,9 +601,9 @@ providing support for LSI Fusion-MPT 3 12Gb SCSI/SATA controllers. - A new ZVOL property volmode + A new zvol property volmode and &man.sysctl.8; vfs.zfs.vol.mode has been - added to allow switching ZVOL between three different ways of + added to allow switching zvol between three different ways of exposing it to a user: geom, dev and none. @@ -624,12 +624,12 @@ &man.mrsas.4;. - Fixed accounting of BIO_FLUSH operation + Fixed accounting of BIO_FLUSH operation in &man.geom.8; GEOM_DISK class The &man.gstat.8; utility now has a -o option, to - display "other" operatins (e.g. BIO_FLUSH). + display "other" operatins (e.g. BIO_FLUSH). The &man.mfi.4; driver has been updated to include support for unmapped I/O. @@ -693,17 +693,17 @@ CAM Target Layer (CTL): - Support for UNMAP, WRITE SAME, COMPARE AND WRITE, XCOPY + Support for UNMAP, WRITE SAME, COMPARE AND WRITE, XCOPY and some other SCSI commands was added to support VMWare VAAI and Microsoft ODX storage acceleration. - READ/WRITE size limitations were removed + READ/WRITE size limitations were removed by supporting multiple data moves per command. Finer-grained per-LUN locking and - multiple worker threads for better SMP scapability. + multiple worker threads for better SMP scapability. Memory consumption reduced by several @@ -714,7 +714,7 @@ SCSI ports increased from 32 to 128 - Improved ZVOL integration for better + Improved zvol integration for better performance. @@ -1244,7 +1244,7 @@ (and snapshots of the various security branches) are supported using the &man.freebsd-update.8; utility. The binary upgrade procedure will update unmodified userland utilities, as well as - unmodified GENERIC or SMP kernels distributed as a part of an + unmodified GENERIC or SMP kernels distributed as a part of an official &os; release. The &man.freebsd-update.8; utility requires that the host being upgraded have Internet connectivity.