| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | bde | 2002-09-05 | 1 | -1/+1 |
* | Introduce typedefs for the member functions of struct vfsops and employ | phk | 2002-08-13 | 1 | -2/+2 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -3/+1 |
* | Revise the nfsiod auto tuning code. Now both the upper and lower limits | peter | 2002-01-15 | 1 | -1/+1 |
* | Implement vfs.nfs.iodmin (minimum number of nfsiod's) and | peter | 2002-01-14 | 1 | -0/+1 |
* | Permit NFS filesystems to be forcibly unmounted when the server is | iedowse | 2002-01-02 | 1 | -0/+1 |
* | o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use. | rwatson | 2001-12-31 | 1 | -1/+1 |
* | This fixes a large number of bugs in our NFS client side code. A recent | dillon | 2001-12-14 | 1 | -0/+2 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -500/+67 |
* | 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 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | phk | 1997-09-10 | 1 | -5/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -54/+79 |
* | Merge WebNFS changes from NetBSD. | dfr | 1997-07-16 | 1 | -3/+30 |
* | Various fixes from NetBSD: | dfr | 1997-06-03 | 1 | -3/+3 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 1 | -2/+2 |
* | Don't keep addresses in mbuf chains. This should simplify the next round | dfr | 1997-05-13 | 1 | -3/+8 |
* | Fix a nasty hang connected with write gathering. Also add debug print | dfr | 1997-05-10 | 1 | -1/+18 |
* | Define our own version of DIRBLKSIZ instead of (ab)using ufs's value. | bde | 1997-03-29 | 1 | -43/+5 |
* | Add code that will reject nfs requests in teh kernel from nonprivileged | guido | 1997-03-27 | 1 | -1/+3 |