summaryrefslogtreecommitdiff
path: root/sys/nfs/nfsmount.h
AgeCommit message (Expand)Author
2009-09-02Backout the asyncio/aiod change, as it causes buf's to get hung.Thordur I. Bjornsson
2009-08-25move to having requests on a per nfsmount tailq instead of one global one.Thordur I. Bjornsson
2009-08-20Rework the way we do async I/O in nfs. Introduce separate buf queues forThordur I. Bjornsson
2009-08-10Use an RB tree instead of a hashtable for fh/node lookups.Thordur I. Bjornsson
2009-06-03Lift the NFS over UDP retransmit logic from FreeBSD.Thordur I. Bjornsson
2009-06-02give the retransmission count booking keeping a facelift,Thordur I. Bjornsson
2008-12-27expand the ifdef _KERNEL around kernel only function prototypesThordur I. Bjornsson
2008-12-24remove argument names from function prototypes, this way theThordur I. Bjornsson
2008-07-05Clean up some old dead code, mostly nqnfs and kerberos leftoversThordur I. Bjornsson
2008-06-08remove a bunch of kerberos definitionsThordur I. Bjornsson
2007-06-13- Remove the nm_inprog member from struct nfsmount;Thordur I. Bjornsson
2007-04-12remove unused members from struct nfsmount and nfsnode;Thordur I. Bjornsson
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-30Get root filehandle via nfs_root.Constantine Sapuntzakis
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-02-07update to use new checkexp vfs operationassar
1999-06-10Fill in mount_info in nfs_decode_argsTodd C. Miller
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1996-12-17NFS attribute cache timeout mount paramdm
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-02-29From NetBSD: merge with 960217 (still NFSv2)Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt