summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfs/nfskpiport.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in macros.rmacklem2010-05-081-2/+2
| | | | | | PR: kern/146375 Submitted by: simon AT comsys.ntu-kpi.kiev.ua MFC after: 1 week
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+73
support for NFSv4 as well as NFSv2 and 3. It lives in 3 subdirs under sys/fs: nfs - functions that are common to the client and server nfsclient - a mutation of sys/nfsclient that call generic functions to do RPCs and handle state. As such, it retains the buffer cache handling characteristics and vnode semantics that are found in sys/nfsclient, for the most part. nfsserver - the server. It includes a DRC designed specifically for NFSv4, that is used instead of the generic DRC in sys/rpc. The build glue will be checked in later, so at this point, it consists of 3 new subdirs that should not affect kernel building. Approved by: kib (mentor)
OpenPOWER on IntegriCloud