| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -0/+1 |
* | NFS MP scaling changes. | mohans | 2007-10-12 | 1 | -2/+2 |
* | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | bde | 2007-01-25 | 1 | -0/+1 |
* | 1) Fix up locking in nfs_up() and nfs_down. | mohans | 2006-11-20 | 1 | -1/+1 |
* | Fixed some style bugs (especially ones involving long lines and use | bde | 2006-10-17 | 1 | -17/+19 |
* | Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mounts | mohans | 2006-05-24 | 1 | -0/+1 |
* | NFS over TCP retransmit behavior should default to a 60 second time out, | cel | 2006-05-23 | 1 | -1/+2 |
* | Refactor the NFS over UDP retransmit timeout estimation logic to allow | cel | 2006-05-23 | 1 | -0/+25 |
* | Changes to make the NFS client MP safe. | mohans | 2006-05-19 | 1 | -2/+2 |
* | Make nfs_timer() MPSAFE. With this change, the bottom half of the NFS | ps | 2005-07-19 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | First cut of NFS direct IO support. | ps | 2004-12-15 | 1 | -0/+2 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | ps | 2004-12-06 | 1 | -15/+7 |
* | Correct a typo in a comment. | rwatson | 2004-12-06 | 1 | -1/+1 |
* | For reasons unknown, the nfs locking code used a fifo to send requests to | phk | 2004-12-06 | 1 | -4/+0 |
* | style consistency. | phk | 2004-09-27 | 1 | -1/+1 |
* | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | phk | 2004-09-07 | 1 | -2/+2 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 1 | -2/+13 |
* | Clean up properly when unloading NFS client module. | peadar | 2004-04-11 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | only do nfs rpc callouts if there is work to do. | rees | 2004-03-25 | 1 | -1/+1 |
* | Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default | peter | 2004-03-14 | 1 | -1/+1 |
* | NFSv4 fixes from Connectathon 2004: | rees | 2004-02-27 | 1 | -2/+0 |
* | Use function pointers to remove the depenancy cross dependancy on nfs4 | alfred | 2003-11-22 | 1 | -0/+14 |
* | Move the declaration for "struct nfs4_fctx" out from under #ifdef KERNEL | alfred | 2003-11-15 | 1 | -14/+14 |
* | University of Michigan's Citi NFSv4 kernel client code. | alfred | 2003-11-14 | 1 | -0/+19 |
* | Remove extern declarations of stuff which is static in nfs_node.c | phk | 2002-10-20 | 1 | -6/+0 |
* | 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 |