Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 17:42:42 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45312 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201407161742.s6GHggNV010523@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Jul 16 17:42:42 2014
New Revision: 45312
URL: http://svnweb.freebsd.org/changeset/doc/45312

Log:
  Add tmpfs status report.
  
  Submitted by:	kib, pho
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml	Wed Jul 16 13:45:41 2014	(r45311)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-04-2014-06.xml	Wed Jul 16 17:42:42 2014	(r45312)
@@ -46,7 +46,7 @@
     ?>
 
     <p>Thanks to all the reporters for the excellent work!  This
-      report contains 16 entries and we hope you enjoy reading it.</p>
+      report contains 17 entries and we hope you enjoy reading it.</p>
 
     <p>The deadline for submissions covering between July and
       September 2014 is October 7th, 2014.</p>
@@ -1285,4 +1285,38 @@
 	implementations.</task>
     </help>
   </project>
+
+  <project cat='kern'>
+    <title>TMPFS Stability</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Konstantin</given>
+	  <common>Belousov</common>
+	</name>
+	<email>kib@FreeBSD.org</email>
+      </person>
+      <person>
+	<name>
+	  <given>Peter</given>
+	  <common>Holm</common>
+	</name>
+	<email>pho@FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <body>
+      <p>Extensive testing of tmpfs(5) using the stress2 kernel test
+	suite was done. The issues found were debugged and fixed.</p>
+
+      <p>Most of the problems are related to the bugs in the
+	interaction of vnode and node lifetime, culminating in e.g.
+	unmount races and dotdot lookup bugs.</p>
+
+      <p>This project is sponsored by the FreeBSD Foundation.</p>
+    </body>
+
+    <sponsor>The &os; Foundation</sponsor>
+  </project>
 </report>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407161742.s6GHggNV010523>