* Contact point: kernel@lists.dragonflybsd.org, Samuel J. Greear <sjg@thesjg.com>, Alex Hornung <alexh@dragonflybsd.org>
---
+##### Implement NFS version 4
+* NFSv4 is more than a simple version increase; it is an adaptation of NFS to Internet and WAN networks, with an expectation of high latency and firewalled data transfers and a non-naive security framework layer.
+* NFSv4 servers export a single Pseudo File System (which has nothing to do with HAMMER(5) PFSes besides the name) merging all local filesystems in a unique namespace.
+* We already have some kernel code which could be used as a starting point (WebNFS)
+
+Meta information:
+
+* Prerequisites: C, OS internals, ideally some knowledge of the VFS and namecache layers
+* Difficulty: Medium
+* Contact point: kernel@crater.dragonflybsd.org
+
+---
(please add)