summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warning on alpha when converting pointer to integerdillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-121/+25
* Add a readahead heuristic to the NFS server side code. While the serverdillon1999-12-131-1/+77
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-4/+4
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-15/+6
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-13/+14
* Make FreeBSD less conservative in determining when to return a cookiedillon1999-09-291-0/+4
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-171-3/+72
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct the sanity test length calculation in nfsrv_readdirplus(): len iswpaul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatalc1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>julian1999-06-301-1/+2
* Matt's NFS fixes.julian1999-06-231-348/+877
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-27/+29
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-3/+3
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-3/+3
* Suser() simplification:phk1999-04-271-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Remove the if fixed in the last commit; bde quite correctly point outeivind1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").eivind1998-12-081-2/+2
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notpeter1998-10-311-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-100/+100
* Cut-n-paste glitchpeter1998-05-311-2/+2
* Hide whiteouts from NFS, since the protocol doesn't support them.peter1998-05-311-5/+7
* NetBSD has a comment that Solaris 2.5 doesn't do verifiers correctly,peter1998-05-311-1/+7
* Refuse READDIR / READDIRPLUS rpc's for non-directoriespeter1998-05-311-1/+9
* NFS Jumbo commit part 1. Cosmetic and structural changes only. The aimpeter1998-05-311-75/+51
* When using NFSv3, use the remote server's idea of the maximum file sizepeter1998-05-301-6/+12
* Only ignore "owner" permissions selectively rather than always. In somepeter1998-05-201-22/+31
* In the words of the submitter:msmith1998-05-071-13/+24
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theydyson1998-01-311-1/+6
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-3/+1
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Removed unused #includes.bde1997-10-281-3/+1
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-22/+22
* Remove a couple of stubborn NetBSD #if's.phk1997-09-101-5/+1
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-101-19/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-22/+22
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-221-3/+3
* Merge WebNFS changes from NetBSD.dfr1997-07-161-30/+76
* Don't require superuser privileges for creating fifos. The v2 case wasbde1997-06-141-3/+4
OpenPOWER on IntegriCloud