| Commit message (Expand) | Author | Age | Files | Lines |
* | Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default | Peter Wemm | 2004-03-14 | 1 | -1/+1 |
* | NFSv4 fixes from Connectathon 2004: | Jim Rees | 2004-02-27 | 1 | -2/+0 |
* | Use function pointers to remove the depenancy cross dependancy on nfs4 | Alfred Perlstein | 2003-11-22 | 1 | -0/+14 |
* | Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNEL | Alfred Perlstein | 2003-11-15 | 1 | -14/+14 |
* | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 1 | -0/+19 |
* | Remove extern declarations of stuff which is static in nfs_node.c | Poul-Henning Kamp | 2002-10-20 | 1 | -6/+0 |
* | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | Bruce Evans | 2002-09-05 | 1 | -1/+1 |
* | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 1 | -2/+2 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | John Baldwin | 2002-06-28 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -3/+1 |
* | Revise the nfsiod auto tuning code. Now both the upper and lower limits | Peter Wemm | 2002-01-15 | 1 | -1/+1 |
* | Implement vfs.nfs.iodmin (minimum number of nfsiod's) and | Peter Wemm | 2002-01-14 | 1 | -0/+1 |
* | Permit NFS filesystems to be forcibly unmounted when the server is | Ian Dowse | 2002-01-02 | 1 | -0/+1 |
* | o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use. | Robert Watson | 2001-12-31 | 1 | -1/+1 |
* | This fixes a large number of bugs in our NFS client side code. A recent | Matthew Dillon | 2001-12-14 | 1 | -0/+2 |
* | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -500/+67 |
* | Sync some differences that were different between the copies of the files | Peter Wemm | 2001-09-15 | 1 | -3/+3 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -34/+34 |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -4/+4 |
* | Implement client side NFS locks. | Alfred Perlstein | 2001-04-17 | 1 | -0/+1 |
* | Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash). | Peter Wemm | 2001-03-17 | 1 | -1/+0 |
* | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -1/+1 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | David Malone | 2000-10-24 | 1 | -1/+1 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -17/+17 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -17/+17 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | Matthew Dillon | 2000-01-13 | 1 | -12/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -4/+4 |
* | Move NFS access cache hits/misses into nfsstats structure so | Matthew Dillon | 1999-10-25 | 1 | -0/+2 |
* | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -2/+4 |
* | Asynchronized client-side nfs_commit. NFS commit operations were | Matthew Dillon | 1999-09-17 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | remove b_proc from struct buf, it's (now) unused. | Poul-Henning Kamp | 1999-05-06 | 1 | -3/+3 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | Alan Cox | 1999-05-02 | 1 | -3/+2 |
* | Untangle the nfs send and receive queue locking a little. One lock | Peter Wemm | 1999-02-25 | 1 | -3/+5 |
* | Made unloading of the nfs LKM sort of work. This is mainly to test | Bruce Evans | 1998-09-07 | 1 | -1/+4 |
* | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -2/+2 |
* | fix buildworld hopefully be3fore anyone complains... | John-Mark Gurney | 1998-06-30 | 1 | -1/+3 |
* | convert some nfs tunables to options, these are: | John-Mark Gurney | 1998-06-30 | 1 | -1/+3 |
* | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 1 | -10/+10 |
* | Support 'mount -u' remounts. This may require disconnecting and rebinding | Peter Wemm | 1998-05-31 | 1 | -1/+2 |
* | Some const's | Peter Wemm | 1998-05-31 | 1 | -2/+2 |
* | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 1 | -9/+9 |
* | Convert a couple of large allocations to use zones rather than malloc | Peter Wemm | 1998-05-24 | 1 | -4/+6 |
* | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -28/+33 |
* | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -4/+5 |
* | Moved declaration of `union nethostadr' outside of the KERNEL section, | Bruce Evans | 1998-02-01 | 1 | -15/+15 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+12 |
* | unifdef -U__NetBSD__ -D__FreeBSD__ | Poul-Henning Kamp | 1997-09-10 | 1 | -5/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -54/+79 |
* | Merge WebNFS changes from NetBSD. | Doug Rabson | 1997-07-16 | 1 | -3/+30 |