summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+8
* Revert consequences of changes to mount.h, part 2.grog2001-04-295-10/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-235-0/+10
* Implement client side NFS locks.alfred2001-04-173-0/+11
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-172-2/+0
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-183-3/+9
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-091-46/+101
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-216-33/+33
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-10/+6
* Simplify the tprintf() API.phk2000-11-261-8/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-2/+5
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* 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
OpenPOWER on IntegriCloud