summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-244-7/+16
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+113
* Back out the previous change to the queue(3) interface.jake2000-05-265-39/+39
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-235-39/+39
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add a sysctl to specify the amount of UDP receive space NFS shoulddillon2000-03-271-8/+22
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-133-33/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-133-35/+0
* tcp updates to support IPv6.shin2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-8/+8
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-14/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-192-4/+3
* 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-152-121/+27
* Add a readahead heuristic to the NFS server side code. While the serverdillon1999-12-131-1/+77
* PR: kern/15222dillon1999-12-131-0/+16
* Fix a timeout deadlock that can occur when the process holding thedillon1999-12-131-4/+24
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-122-4/+7
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-121-6/+14
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationdillon1999-11-221-3/+3
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-15/+6
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-13/+14
* Remove special case socket sharing code in order to allow nfsd todillon1999-11-111-12/+12
* Fix nfssvc_addsock() to not attempt to free a NULL socket structuredillon1999-11-081-3/+6
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-252-0/+4
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-2/+0
* Careless use of struct proc *p caused major problems. 'p' is allowed tomarcel1999-09-291-4/+8
* Make FreeBSD less conservative in determining when to return a cookiedillon1999-09-291-0/+4
* sigset_t change (part 2 of 5)marcel1999-09-293-7/+14
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-173-3/+76
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-112-42/+4
* remove unused variables.phk1999-08-281-1/+0
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-21/+2
* Convert all the nfs macros to do { blah } while (0) to ensure itpeter1999-08-191-111/+168
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
* Don't over-allocate and over-copy shorter NFSv2 filehandles and thenpeter1999-08-041-10/+11
* 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-172-4/+4
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>julian1999-06-301-1/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-271-3/+3
OpenPOWER on IntegriCloud