aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-1/+1
* Fix compilation warning on alpha when converting pointer to integerMatthew Dillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself toMatthew Dillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-121/+25
* Add a readahead heuristic to the NFS server side code. While the serverMatthew Dillon1999-12-131-1/+77
* Fix a number of server-side issues related to aborting badly formedMatthew Dillon1999-12-121-4/+4
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-15/+6
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-13/+14
* Make FreeBSD less conservative in determining when to return a cookieMatthew Dillon1999-09-291-0/+4
* Asynchronized client-side nfs_commit. NFS commit operations wereMatthew Dillon1999-09-171-3/+72
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct the sanity test length calculation in nfsrv_readdirplus(): len isBill Paul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatAlan Cox1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyPoul-Henning Kamp1999-07-171-2/+2
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>Julian Elischer1999-06-301-1/+2
* Matt's NFS fixes.Julian Elischer1999-06-231-348/+877
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-051-27/+29
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-3/+3
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-3/+3
* Suser() simplification:Poul-Henning Kamp1999-04-271-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+3
* Remove the if fixed in the last commit; bde quite correctly point outEivind Eklund1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").Eivind Eklund1998-12-081-2/+2
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notPeter Wemm1998-10-311-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;Peter Wemm1998-05-311-100/+100
* Cut-n-paste glitchPeter Wemm1998-05-311-2/+2
* Hide whiteouts from NFS, since the protocol doesn't support them.Peter Wemm1998-05-311-5/+7
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,Peter Wemm1998-05-311-1/+7
* Refuse READDIR / READDIRPLUS rpc's for non-directoriesPeter Wemm1998-05-311-1/+9
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimPeter Wemm1998-05-311-75/+51
* When using NFSv3, use the remote server's idea of the maximum file sizePeter Wemm1998-05-301-6/+12
* Only ignore "owner" permissions selectively rather than always. In somePeter Wemm1998-05-201-22/+31
* In the words of the submitter:Mike Smith1998-05-071-13/+24
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-3/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theyJohn Dyson1998-01-311-1/+6
* Lots of improvements, including restructring the caching and managementJohn Dyson1997-12-291-3/+1
* Unspammed nested include of <vm/vm_zone.h>.Bruce Evans1997-12-271-1/+2
* Removed unused #includes.Bruce Evans1997-10-281-3/+1
* Change the M_NAMEI allocations to use the zone allocator. This changeJohn Dyson1997-09-211-22/+22
* Remove a couple of stubborn NetBSD #if's.Poul-Henning Kamp1997-09-101-5/+1
* unifdef -U__NetBSD__ -D__FreeBSD__Poul-Henning Kamp1997-09-101-19/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-22/+22
* Allow NULL cookie verifiers for non-NULL offsets. This is needed forDoug Rabson1997-07-221-3/+3