summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-241-5/+5
* Style fixes.tegge2000-10-241-783/+842
* Make RPC timeout message more readable.tegge2000-10-241-4/+10
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-245-11/+29
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topbp2000-10-151-11/+31
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).bp2000-10-152-0/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-042-4/+8
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-251-0/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* Don't scan for the "right" network interface by shooting in the dark.msmith2000-09-051-0/+3
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-242-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+113
* Correctly set the Maximum DHCP Message Size. bootpd now worksps2000-06-131-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-269-37/+37
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-239-37/+37
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.phk2000-05-071-5/+17
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-056-0/+6
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* s/biowait/bufwait/gphk2000-04-291-1/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-193-3/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-152-4/+4
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-14/+20
* 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-203-5/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-203-15/+18
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-136-73/+2
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'dillon2000-01-262-26/+20
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-133-34/+0
* tcp updates to support IPv6.shin2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-054-19/+81
* Fix at least one source of the continued 'NFS append race'. close()dillon2000-01-051-3/+21
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-10/+10
* make getfh a standard syscall instead of dependant on havingalfred1999-12-212-28/+0
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-193-8/+5
* 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-155-161/+27
* Fix two problems: First, fix the append seek position race that candillon1999-12-143-46/+149
* 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-124-5/+13
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-124-48/+56
* Lock reporting and assertion changes.eivind1999-12-112-1/+2
* The symlink implementation could improperly return a NULL vp along withdillon1999-11-301-3/+33
* Remap the error EEXISTS => 0 *before* using error to determine if we shouldeivind1999-11-271-7/+9
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationdillon1999-11-221-3/+3
* Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missedeivind1999-11-201-7/+1
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-3/+3
OpenPOWER on IntegriCloud