From owner-svn-doc-all@FreeBSD.ORG Thu Apr 3 23:00:30 2014
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id 5DA91C38;
Thu, 3 Apr 2014 23:00:30 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 322939E9;
Thu, 3 Apr 2014 23:00:30 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s33N0UIo039326;
Thu, 3 Apr 2014 23:00:30 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.8/8.14.8/Submit) id s33N0U5N039325;
Thu, 3 Apr 2014 23:00:30 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201404032300.s33N0U5N039325@svn.freebsd.org>
From: Gabor Pali
Date: Thu, 3 Apr 2014 23:00:30 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r44431 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 03 Apr 2014 23:00:30 -0000
Author: pgj
Date: Thu Apr 3 23:00:29 2014
New Revision: 44431
URL: http://svnweb.freebsd.org/changeset/doc/44431
Log:
- Add 2014Q1 status report on the OpenAFS port
Submitted by: bjk
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Thu Apr 3 19:05:05 2014 (r44430)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Thu Apr 3 23:00:29 2014 (r44431)
@@ -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.
+
+
+ OpenAFS on &os;
+
+
+
+
+ Benjamin
+ Kaduk
+
+ bjk@FreeBSD.org
+
+
+
+
+ OpenAFS homepage
+
+
+
+ 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.
+
+
+
+ Track down an issue involving incorrect reference counts on
+ the AFS root vnode that cause warnings on shutdown.
+
+ Audit the locking in all the vnode operations code —
+ it is expected that there remain some incorrectly locked areas,
+ though none that present visible issues under light load.
+
+