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
/
nfs_bio.c
Age
Commit message (
Expand
)
Author
2006-11-01
move the declaration of nfsstats from nfs_bio.c to
Thordur I. Bjornsson
2006-04-20
Remove unused debug code that sneaked in by accident long ago
Pedro Martelletto
2005-10-31
Fix reading large files; from NetBSD. Somehow this was overlooked
Otto Moerbeek
2004-08-03
NFS commit coalescion: instead of sending a commit for each block, coalesce
marius eriksen
2004-07-21
kqueue support for NFS, adapted from netbsd.
marius eriksen
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-05-21
Protect calls to biodone with splbio. Some functions called
Artur Grabowski
2002-02-08
There are NFS servers where it's possible to modify a symbolic link. Remove a...
Constantine Sapuntzakis
2002-01-16
use queue.h macro's
Eric Jackson
2001-12-19
UBC was a disaster. It worked very good when it worked, but on some
Artur Grabowski
2001-12-14
Workaround a compiler bug on m68k.
Artur Grabowski
2001-12-10
Merge in struct uvm_vnode into struct vnode.
Artur Grabowski
2001-11-30
Whooops.
Artur Grabowski
2001-11-30
Call buf_cleanout, which handles wakeups
Constantine Sapuntzakis
2001-11-29
Make sure the nfs vnodes are on the syncer worklist.
Artur Grabowski
2001-11-29
Make sure the whole buffer is initialized before calling bgetvp.
Artur Grabowski
2001-11-29
Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.
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-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-27
Remove old vm.
Artur Grabowski
2001-06-25
Get rid of some dead code caused by the last commit
Constantine Sapuntzakis
2001-06-25
Remove NQNFS
Constantine Sapuntzakis
2001-06-25
Get rid of old directory caching scheme which caused persistent duplicates.
Constantine Sapuntzakis
2001-02-23
Change the B_DELWRI flag using buf_dirty and buf_undirty instead of
Constantine Sapuntzakis
2001-02-23
Remove the clustering fields from the vnodes and place them in the
Constantine Sapuntzakis
2000-06-23
remove obsolete vtrace guts; art@
Michael Shalayeff
1999-02-26
compatibility with uvm vnode pager
Artur Grabowski
1997-12-02
More splbio()'s added so that reassignbuf can do its thing.
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-07-27
fvdl; Don't mistake a non-async block that needs to be commited for an
Theo de Raadt
1996-07-21
Ensure we never use more than one callout table slot
Thorsten Lockert
1996-06-14
Keep dirty list used by in-kernel update(8) in sync with buffers
Thorsten Lockert
1996-05-28
sync
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-17
Minor cleanups. Checked against Lite2.
Michael Shalayeff
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
1996-01-08
graichen@freebsd.org: fixed -type:=direct mounts in amd
dm
1995-10-18
initial import of NetBSD tree
Theo de Raadt