summaryrefslogtreecommitdiff
path: root/community/gsoc
diff options
context:
space:
mode:
authorjbranso@dismail.de <jbranso@dismail.de>2024-09-20 21:02:15 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-09-22 22:14:03 +0200
commit10aafaaccbba346a75040b6aa6dbc5e9d04d4cf6 (patch)
treeaf844396216440b8338c696535f15a91da7b3f86 /community/gsoc
parentba795ae0f61076aa9d5524585d515e791e436f5c (diff)
on the nfs project page, I added a link to libnfs.
* community/gsoc/project_ideas/nfs.mdwn: add a link to libnfs, which one could use for a client NFS. Also mention that Sergey has a somewhat working 9P port for the Hurd. Message-ID: <20240921010651.5189-2-jbranso@dismail.de>
Diffstat (limited to 'community/gsoc')
-rw-r--r--community/gsoc/project_ideas/nfs.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gsoc/project_ideas/nfs.mdwn b/community/gsoc/project_ideas/nfs.mdwn
index d4980279..f8eb5319 100644
--- a/community/gsoc/project_ideas/nfs.mdwn
+++ b/community/gsoc/project_ideas/nfs.mdwn
@@ -16,15 +16,15 @@ very well: File locking doesn't work properly (at least in conjunction with a
GNU/Linux server), and performance is extremely poor. Part of the problems
could be owed to the fact that only NFSv2 is supported so far.
-(Note though that locking on the Hurd is problematic in general, not only in
-conjunction with NFS -- see the [[file_locking]] task.)
-
This project encompasses implementing NFSv3 support, fixing bugs and
performance problems -- the goal is to have good NFS support. The work done in
a previous unfinished GSoC project can serve as a starting point.
Both client and server parts need work, though the client is probably much more
-important for now, and shall be the major focus of this project.
+important for now, and shall be the major focus of this project. One
+could probably use [[open_issues/libnfs]] for the client portion. You
+should probably talk to Sergey, who has an in-development
+9P port to the Hurd.
Some [discussion of NFS
improvements](http://lists.gnu.org/archive/html/bug-hurd/2008-04/msg00035.html)