svn commit: r270632 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Aug 25 22:19:49 UTC 2014


Author: gjb
Date: Mon Aug 25 22:19:48 2014
New Revision: 270632
URL: http://svnweb.freebsd.org/changeset/base/270632

Log:
  Document r270157, FFS multithreaded soft updates.
  
  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	Mon Aug 25 22:04:29 2014	(r270631)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 22:19:48 2014	(r270632)
@@ -585,6 +585,12 @@
 	  allows overriding the default block size.  The previous
 	  default was 65536, and default of the new &man.loader.8;
 	  tunable is 8192.</para>
+
+	<para revision="270157">The Fast File System
+	  (<acronym>FFS</acronym>) has been updated to support
+	  multi-threaded soft updates.  Previously, soft updates were
+	  handled by a single thread, and as of this change, now have
+	  one thread per <acronym>FFS</acronym> mountpoint.</para>
       </sect3>
     </sect2>
 


More information about the svn-src-stable mailing list