aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsnode.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-25/+19
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-1/+0
* Fix two problems: First, fix the append seek position race that canMatthew Dillon1999-12-141-0/+26
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a trueMike Smith1998-11-151-2/+2
* Implement NFS ACCESS RPC result caching.Mike Smith1998-11-131-1/+4
* NFS_SMALLFH is defined in nfsproto.h, not sys/mount.hPeter Wemm1998-05-311-2/+2
* Trivial filesystem getpages/putpages implementations, set the second.Mike Smith1998-03-061-1/+2
* Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.Bruce Evans1997-10-281-2/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-7/+1
* When the default vnops funtion is vn_default_error(), there is no reason toPoul-Henning Kamp1997-10-151-3/+1
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffDoug Rabson1997-05-191-1/+2
* Fix various bugs in the locking protocol, allowing proper shared locksDoug Rabson1997-04-041-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-19/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Improve the queuing algorithms used by NFS' asynchronous i/o. TheDoug Rabson1996-11-061-1/+3
* Staticize.Poul-Henning Kamp1995-12-171-2/+1
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-4/+4
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-3/+1
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-40/+1
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-2/+2
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-271-26/+90
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+5
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-171-6/+4
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-021-1/+8
* More loadable VFS changes:Garrett Wollman1994-09-221-5/+1
* More idempotency....... this is fun :-)Paul Richards1994-08-211-1/+6
* Removed some padding bytes from the nfsnode struct to make the structureDavid Greenman1994-08-091-2/+1
* Made lockf advisory locking code generic (rather than ufs specific), andDavid Greenman1994-08-081-1/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+166