summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_node.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix malloc race in nfs_node.ccsapuntz1998-08-211-3/+15
|
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-19/+1
| | | | | | | | | | | | to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts).
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-69/+2
|
* back out vfs lite2 till after 2.2deraadt1997-10-061-2/+69
|
* VFS Lite2 Changescsapuntz1997-10-061-69/+2
|
* Don't set sillyrename field to 0 for directories, as it's in a union withderaadt1997-04-181-4/+4
| | | | | the head of the cookie list. Fixes PR 3215, fix supplied by Hiroshi Tezuka <tezuka@trc.rwcp.or.jp>. Should also fix M_NFSDIROFF memory leak; fvdl
* partial sync with netbsd 960418, more to comederaadt1996-04-211-4/+4
|
* Minor cleanups. Checked against Lite2.mickey1996-04-171-4/+4
| | | | (NetBSD's was really just a Lite2's, but w/ 64bit support)
* From NetBSD: NFSv3 import (tomorrow's Net's kernel)mickey1996-03-311-37/+67
| | | | | Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?..
* From NetBSD: merge with 960217 (still NFSv2)niklas1996-02-291-22/+40
|
* from cgd; handle 64-bit pointers and longsderaadt1995-12-211-5/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+282