Add tmpfs status report.
Submitted by: kib, pho Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
43c02c858c
commit
a0e9cfdd47
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45312
1 changed files with 35 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue