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
/
nfsnode.h
Age
Commit message (
Expand
)
Author
2009-01-24
Use a timespec instead of a time_t for the clients nfsnode
Thordur I. Bjornsson
2009-01-19
Introduce a macro to invalidate the attribute
Thordur I. Bjornsson
2008-06-14
Ensure each nfsiod can actually enqueue more than one asynchio - this mirrors
Bob Beck
2008-06-10
o Avoid putting duplicate entries into the name cache,
Thordur I. Bjornsson
2007-12-13
Garbage collect nfsdmap and leftover code. That structure
Thordur I. Bjornsson
2007-10-28
remove some unused members of struct nfsnode;
Thordur I. Bjornsson
2007-09-20
MALLOC/FREE -> malloc/free + M_ZERO.
Thordur I. Bjornsson
2007-06-21
remove a whole bunch of duplicate function
Thordur I. Bjornsson
2007-04-12
remove unused members from struct nfsmount and nfsnode;
Thordur I. Bjornsson
2007-03-18
get rid of noop vop_reallocblks; pedro@ miod@ ok
Michael Shalayeff
2007-01-16
Retire VOP_LEASE(); It was a bit for NQNFS and has
Thordur I. Bjornsson
2004-08-03
NFS commit coalescion: instead of sending a commit for each block, coalesce
marius eriksen
2004-04-26
nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll
Todd C. Miller
2004-03-02
silly fifos aren't a real fs, so we have to be sure to call reclaim
Ted Unangst
2003-09-23
Replace select backends with poll backends. selscan() and pollscan()
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-13
Kill a bunch more commons (very few left =)
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-23
Sigh. The diff is out for testing for three months without a single problem.
Artur Grabowski
2002-02-22
More locking in the NFS code
Constantine Sapuntzakis
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-11-27
Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The
Artur Grabowski
2001-11-15
Remove creds from struct buf, move the creds that nfs need into the nfs node.
Artur Grabowski
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-06-25
Get rid of old directory caching scheme which caused persistent duplicates.
Constantine Sapuntzakis
2001-06-23
Get rid of several unused vnode operations
Constantine Sapuntzakis
1998-08-06
Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock
Constantine Sapuntzakis
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
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