Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27a2a5ff41e366290adb89adcc9e70e6a9e81455
Commit:     27a2a5ff41e366290adb89adcc9e70e6a9e81455
Parent:     1a3cac6c6d1f56dc26939eb41be29844f897c15a
Author:     Eric Van Hensbergen <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 23 13:06:13 2007 -0500
Committer:  Eric Van Hensbergen <[EMAIL PROTECTED]>
CommitDate: Thu Aug 23 10:12:48 2007 -0500

    9p: update maintainers and documentation
    
    Updates to the MAINTAINERS file and documentation for 9p to point to the
    swik wiki versus the outdated sf.net page.  Also updated some email 
addresses
    and added pointers to papers which better describe the implementation and
    application of the Linux 9p client.
    
    Signed-off-by: Eric Van Hensbergen <[EMAIL PROTECTED]>
---
 Documentation/filesystems/9p.txt |   24 +++++++++++++++++++-----
 MAINTAINERS                      |    4 ++--
 2 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/Documentation/filesystems/9p.txt b/Documentation/filesystems/9p.txt
index bbd8b28..cda6905 100644
--- a/Documentation/filesystems/9p.txt
+++ b/Documentation/filesystems/9p.txt
@@ -6,12 +6,26 @@ ABOUT
 
 v9fs is a Unix implementation of the Plan 9 9p remote filesystem protocol.
 
-This software was originally developed by Ron Minnich <[EMAIL PROTECTED]>
-and Maya Gokhale <[EMAIL PROTECTED]>.  Additional development by Greg Watson
+This software was originally developed by Ron Minnich <[EMAIL PROTECTED]>
+and Maya Gokhale.  Additional development by Greg Watson
 <[EMAIL PROTECTED]> and most recently Eric Van Hensbergen
 <[EMAIL PROTECTED]>, Latchesar Ionkov <[EMAIL PROTECTED]> and Russ Cox
 <[EMAIL PROTECTED]>.
 
+The best detailed explanation of the Linux implementation and applications of
+the 9p client is available in the form of a USENIX paper:
+   http://www.usenix.org/events/usenix05/tech/freenix/hensbergen.html
+
+Other applications are described in the following papers:
+       * XCPU & Clustering
+               http://www.xcpu.org/xcpu-talk.pdf
+       * KVMFS: control file system for KVM
+               http://www.xcpu.org/kvmfs.pdf
+       * CellFS: A New ProgrammingModel for the Cell BE
+               http://www.xcpu.org/cellfs-talk.pdf
+       * PROSE I/O: Using 9p to enable Application Partitions
+               http://plan9.escet.urjc.es/iwp9/cready/PROSE_iwp9_2006.pdf
+
 USAGE
 =====
 
@@ -90,9 +104,9 @@ subset of the namespace by extending the path: '#U*'/tmp 
would just export
 and export.
 
 A Linux version of the 9p server is now maintained under the npfs project
-on sourceforge (http://sourceforge.net/projects/npfs).  There is also a
-more stable single-threaded version of the server (named spfs) available from
-the same CVS repository.
+on sourceforge (http://sourceforge.net/projects/npfs).  The currently
+maintained version is the single-threaded version of the server (named spfs)
+available from the same CVS repository.
 
 There are user and developer mailing lists available through the v9fs project
 on sourceforge (http://sourceforge.net/projects/v9fs).
diff --git a/MAINTAINERS b/MAINTAINERS
index 371fe67..c1609ea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -167,11 +167,11 @@ S:        Maintained
 P:     Eric Van Hensbergen
 M:     [EMAIL PROTECTED]
 P:     Ron Minnich
-M:     [EMAIL PROTECTED]
+M:     [EMAIL PROTECTED]
 P:     Latchesar Ionkov
 M:     [EMAIL PROTECTED]
 L:     [EMAIL PROTECTED]
-W:     http://v9fs.sf.net
+W:     http://swik.net/v9fs
 T:     git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
 S:     Maintained
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to