svn commit: r45312 - head/en_US.ISO8859-1/htdocs/news/status
Glen Barber
gjb at FreeBSD.org
Wed Jul 16 17:42:42 UTC 2014
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 at FreeBSD.org</email>
+ </person>
+ <person>
+ <name>
+ <given>Peter</given>
+ <common>Holm</common>
+ </name>
+ <email>pho at 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>
More information about the svn-doc-all
mailing list