index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
nfs
/
nfsmount.h
Age
Commit message (
Expand
)
Author
2009-09-02
Backout the asyncio/aiod change, as it causes buf's to get hung.
Thordur I. Bjornsson
2009-08-25
move to having requests on a per nfsmount tailq instead of one global one.
Thordur I. Bjornsson
2009-08-20
Rework the way we do async I/O in nfs. Introduce separate buf queues for
Thordur I. Bjornsson
2009-08-10
Use an RB tree instead of a hashtable for fh/node lookups.
Thordur I. Bjornsson
2009-06-03
Lift the NFS over UDP retransmit logic from FreeBSD.
Thordur I. Bjornsson
2009-06-02
give the retransmission count booking keeping a facelift,
Thordur I. Bjornsson
2008-12-27
expand the ifdef _KERNEL around kernel only function prototypes
Thordur I. Bjornsson
2008-12-24
remove argument names from function prototypes, this way the
Thordur I. Bjornsson
2008-07-05
Clean up some old dead code, mostly nqnfs and kerberos leftovers
Thordur I. Bjornsson
2008-06-08
remove a bunch of kerberos definitions
Thordur I. Bjornsson
2007-06-13
- Remove the nm_inprog member from struct nfsmount;
Thordur I. Bjornsson
2007-04-12
remove unused members from struct nfsmount and nfsnode;
Thordur I. Bjornsson
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-30
Get root filehandle via nfs_root.
Constantine Sapuntzakis
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-02-20
use void * consistently in vfs_mount and sys_mount. ok @art
assar
2000-02-07
update to use new checkexp vfs operation
assar
1999-06-10
Fill in mount_info in nfs_decode_args
Todd C. Miller
1998-02-08
Updates to match type changes in syscall tables
Thorsten Lockert
1996-12-17
NFS attribute cache timeout mount param
dm
1996-03-31
From NetBSD: NFSv3 import (tomorrow's Net's kernel)
Michael Shalayeff
1996-02-29
From NetBSD: merge with 960217 (still NFSv2)
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt