| Commit message (Expand) | Author | Age | Files | Lines |
* | Push Giant a bit further off the NFS server in a number of straight | rwatson | 2006-11-24 | 1 | -0/+3 |
* | - Add a new function nfsrv_destroycache() to tear down the server request | jhb | 2006-08-01 | 1 | -0/+1 |
* | Manage the ucred for the NFS server using the crget/crfree API defined in | csjp | 2006-01-28 | 1 | -1/+1 |
* | NFS write gathering defers execution of NFS server write requests to wait | rwatson | 2005-04-17 | 1 | -4/+0 |
* | Don't try to create vnode_pager objects on other filesystems vnodes, | phk | 2005-01-24 | 1 | -1/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | The socket code upcalls into the NFS server using the so_upcall | rwatson | 2004-05-24 | 1 | -2/+9 |
* | Don't let the NFS server module be unloaded as long as there are | peadar | 2004-04-11 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Add imperfect comments identifying the function of various nfs socket | rwatson | 2004-04-06 | 1 | -6/+6 |
* | Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default | peter | 2004-03-14 | 1 | -1/+1 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 1 | -1/+1 |
* | Beat vnode locking in the NFS server code into submission. This change | truckman | 2003-05-25 | 1 | -1/+2 |
* | Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unused | peter | 2002-07-24 | 1 | -23/+0 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -7/+0 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 1 | -5/+8 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -5/+4 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -410/+120 |
* | Sync some differences that were different between the copies of the files | peter | 2001-09-15 | 1 | -3/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -34/+34 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -4/+4 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 1 | -0/+1 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | peter | 2001-03-17 | 1 | -1/+0 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 1 | -1/+1 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | dwmalone | 2000-10-24 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -17/+17 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -17/+17 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | dillon | 2000-01-13 | 1 | -12/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -4/+4 |
* | Move NFS access cache hits/misses into nfsstats structure so | dillon | 1999-10-25 | 1 | -0/+2 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -2/+4 |
* | Asynchronized client-side nfs_commit. NFS commit operations were | dillon | 1999-09-17 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | remove b_proc from struct buf, it's (now) unused. | phk | 1999-05-06 | 1 | -3/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 1 | -3/+2 |
* | Untangle the nfs send and receive queue locking a little. One lock | peter | 1999-02-25 | 1 | -3/+5 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | bde | 1998-09-07 | 1 | -1/+4 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -2/+2 |
* | fix buildworld hopefully be3fore anyone complains... | jmg | 1998-06-30 | 1 | -1/+3 |
* | convert some nfs tunables to options, these are: | jmg | 1998-06-30 | 1 | -1/+3 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | peter | 1998-05-31 | 1 | -10/+10 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | peter | 1998-05-31 | 1 | -1/+2 |
* | Some const's | peter | 1998-05-31 | 1 | -2/+2 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | peter | 1998-05-31 | 1 | -9/+9 |
* | Convert a couple of large allocations to use zones rather than malloc | peter | 1998-05-24 | 1 | -4/+6 |
* | Allow control of the attribute cache timeouts at mount time. | peter | 1998-05-19 | 1 | -28/+33 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -4/+5 |
* | Moved declaration of `union nethostadr' outside of the KERNEL section, | bde | 1998-02-01 | 1 | -15/+15 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 1 | -1/+12 |