diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml b/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml index 2c1e8ccdb1..75016d0128 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml @@ -18,7 +18,7 @@
Thanks to all the reporters for the excellent work! This report - contains 8 entries and we hope you enjoy reading it.
+ contains 9 entries and we hope you enjoy reading it.The deadline for submissions covering between April and June 2014 is July 7th, 2014.
@@ -537,4 +537,48 @@ prime time at BSDCan 2014. + +AFS is a distributed network filesystem that originated from + the Andrew Project at Carnegie-Mellon University. OpenAFS is an + open-source implementation of the AFS protocol derived from IBM + AFS, which was released under the IBM Public License. OpenAFS + on &os; (the net/openafs port) is suitable for light + use, but is not yet production ready.
+ +We got a chance to pick up this porting project after some + hiatus. Recent work focused on investigating the bugs preventing + the use of a disk cache for caching file data. An internal + "lookupname" abstraction was intended to return an unlocked, + referenced vnode, but instead returned a locked, referenced + vnode, leading to various failure modes depending on the number + of kernel debugging options enabled.
+ + +