| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a comment that got missed by r221973 which changed | Rick Macklem | 2011-05-16 | 1 | -1/+1 |
* | Do not synchronously start the nfsiod threads at all. The r212506 | Konstantin Belousov | 2010-10-18 | 1 | -1/+1 |
* | Do not fork nfsiod directly from the vop methods. This causes LORs between | Konstantin Belousov | 2010-09-12 | 1 | -0/+2 |
* | Fix a race that can occur when nfs nfsiod threads are being created. | Rick Macklem | 2010-01-27 | 1 | -1/+1 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | Doug Rabson | 2009-06-30 | 1 | -7/+2 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 1 | -61/+0 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 1 | -12/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -1/+1 |
* | When a stale file handle is encountered, purge all cached information about | John Baldwin | 2009-04-06 | 1 | -0/+1 |
* | Change the default timeout for caching attributes of a directory in the NFS | John Baldwin | 2009-04-06 | 1 | -1/+1 |
* | Expand the per-node access cache to cache permissions for multiple users. | John Baldwin | 2009-03-20 | 1 | -0/+3 |
* | Switch the default rpc implementation for NFS back to the new code. I believe | Doug Rabson | 2008-11-14 | 1 | -4/+0 |
* | Temporarily switch NFS back to the old RPC code while I try to diagnose and | Doug Rabson | 2008-11-13 | 1 | -0/+4 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -4/+21 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | Doug Rabson | 2008-06-26 | 1 | -0/+1 |
* | NFS MP scaling changes. | Mohan Srinivasan | 2007-10-12 | 1 | -2/+2 |
* | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | Bruce Evans | 2007-01-25 | 1 | -0/+1 |
* | 1) Fix up locking in nfs_up() and nfs_down. | Mohan Srinivasan | 2006-11-20 | 1 | -1/+1 |
* | Fixed some style bugs (especially ones involving long lines and use | Bruce Evans | 2006-10-17 | 1 | -17/+19 |
* | Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mounts | Mohan Srinivasan | 2006-05-24 | 1 | -0/+1 |
* | NFS over TCP retransmit behavior should default to a 60 second time out, | Chuck Lever | 2006-05-23 | 1 | -1/+2 |
* | Refactor the NFS over UDP retransmit timeout estimation logic to allow | Chuck Lever | 2006-05-23 | 1 | -0/+25 |
* | Changes to make the NFS client MP safe. | Mohan Srinivasan | 2006-05-19 | 1 | -2/+2 |
* | Make nfs_timer() MPSAFE. With this change, the bottom half of the NFS | Paul Saab | 2005-07-19 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | First cut of NFS direct IO support. | Paul Saab | 2004-12-15 | 1 | -0/+2 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | Paul Saab | 2004-12-06 | 1 | -15/+7 |
* | Correct a typo in a comment. | Robert Watson | 2004-12-06 | 1 | -1/+1 |
* | For reasons unknown, the nfs locking code used a fifo to send requests to | Poul-Henning Kamp | 2004-12-06 | 1 | -4/+0 |
* | style consistency. | Poul-Henning Kamp | 2004-09-27 | 1 | -1/+1 |
* | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | Poul-Henning Kamp | 2004-09-07 | 1 | -2/+2 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | Alfred Perlstein | 2004-07-06 | 1 | -2/+13 |
* | Clean up properly when unloading NFS client module. | Peter Edwards | 2004-04-11 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | only do nfs rpc callouts if there is work to do. | Jim Rees | 2004-03-25 | 1 | -1/+1 |
* | 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 |