| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mounts | mohans | 2006-05-24 | 2 | -0/+9 |
* | Adjust minimum iod threads from 4 to 0 -- since we compile the NFS | rwatson | 2006-05-24 | 1 | -1/+1 |
* | NFS over TCP retransmit behavior should default to a 60 second time out, | cel | 2006-05-23 | 2 | -3/+9 |
* | Refactor the NFS over UDP retransmit timeout estimation logic to allow | cel | 2006-05-23 | 3 | -62/+158 |
* | Vnode locks are recursive and the NFS client support shared vnode locks. | mohans | 2006-05-23 | 1 | -0/+5 |
* | Changes to make the NFS client MP safe. | mohans | 2006-05-19 | 10 | -450/+919 |
* | Fix a snafu caused while patching the previous fix from another branch. | mohans | 2006-05-05 | 1 | -1/+0 |
* | Fix for a NFS/TCP client bug which would cause the NFS/TCP stream to get | mohans | 2006-05-05 | 1 | -0/+31 |
* | Keep track of the number of in-progress async direct IO writes in the nfsnode. | mohans | 2006-04-06 | 3 | -5/+36 |
* | - Busy the filesystem in nfs_statfs to prevent us from creating a new | jeff | 2006-04-01 | 1 | -1/+7 |
* | Fix a bug in the NFS/TCP retransmission path. | kris | 2006-03-23 | 1 | -0/+1 |
* | Actually I wanted 'nolockd' here instead of 'lockd'. | pjd | 2006-03-19 | 1 | -1/+1 |
* | If an NFS server returns more than a few EJUKEBOX errors for a given RPC | cel | 2006-03-17 | 1 | -8/+4 |
* | Fix a bug in NFSv3 READDIRPLUS reply processing | cel | 2006-03-08 | 1 | -1/+5 |
* | Don't log an error on tcp connection reset, even if we don't get ECONNRESET. | rees | 2006-01-20 | 1 | -2/+2 |
* | I ran into an nfs client panic a couple of times in a row over the | alfred | 2006-01-17 | 1 | -1/+5 |
* | In nfs_dolock(), GC now under-used ioflg, rendered obsolete when we moved | rwatson | 2006-01-13 | 1 | -4/+1 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -2/+3 |
* | Correct a typo | delphij | 2005-12-28 | 1 | -1/+1 |
* | Improve upon rev 1.133 where NFS/TCP would not reconnect. | ps | 2005-12-12 | 1 | -13/+2 |
* | Unexpand LLADDR(). | ru | 2005-11-29 | 1 | -2/+2 |
* | Fix for a bug where NFS/TCP would not reconnect (in the case where | ps | 2005-11-21 | 1 | -1/+12 |
* | - Always return success from NFS strategy. nfs_doio(), in the | ps | 2005-11-21 | 2 | -5/+4 |
* | fix a problem with XID re-use when a server returns NFSERR_JUKEBOX. | rees | 2005-11-21 | 3 | -7/+13 |
* | fix a crash when an nfsv2 mount fails | jon | 2005-11-10 | 1 | -2/+4 |
* | Fix for a crash (from nfs_lookup() in an error case). | ps | 2005-11-03 | 1 | -1/+1 |
* | In nfs_flush(), clear the NMODIFIED bit only if there are no dirty | ps | 2005-11-03 | 1 | -1/+2 |
* | Fix for a race between the thread transmitting the request and the | ps | 2005-11-03 | 1 | -1/+5 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 3 | -8/+8 |
* | - Fix leak of struct nlminfo on process exit. | glebius | 2005-10-26 | 2 | -3/+15 |
* | - Use strsep() instead of strtok(). | pjd | 2005-10-06 | 1 | -7/+6 |
* | Add boot.nfsroot.options loader tunable. | pjd | 2005-10-06 | 1 | -0/+30 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -1/+13 |
* | FIx for a bug in the change that made nfs_timer() MPSAFE. We need to | ps | 2005-07-27 | 1 | -0/+2 |
* | In nfs_nget() if two threads race on the same filehandle, the loser should | ps | 2005-07-27 | 1 | -1/+2 |
* | Remove the NFS client rslock. The rslock was used to serialize | ps | 2005-07-21 | 3 | -114/+2 |
* | Make nfs_timer() MPSAFE. With this change, the bottom half of the NFS | ps | 2005-07-19 | 3 | -12/+23 |
* | Fix for a NFS soft mounts bug where if the number of retries exceeds | ps | 2005-07-18 | 1 | -1/+2 |
* | Fixes for NFS crashes on architectures that require strict alignment. | ps | 2005-07-14 | 1 | -1/+2 |
* | Ifdef out the incomplete non-blocking IO implementation for NFS | green | 2005-06-16 | 1 | -0/+2 |
* | Fix a serious deadlock with the NFS client. Given a large enough | green | 2005-06-10 | 4 | -2/+77 |
* | Ugh. Previous commit got the logic exactly backward. | des | 2005-05-17 | 1 | -2/+2 |
* | Revision 1.173 broke updating a mount from ro to rw. Fix that by clearing | des | 2005-05-17 | 1 | -1/+11 |
* | set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests get | rees | 2005-05-10 | 1 | -12/+6 |
* | Fix a bug in NFS/TCP where retransmissions would not reliably happen | ps | 2005-05-04 | 1 | -3/+11 |
* | Don't copy the NFSMNT_* flags into struct statfs's f_flags field, | iedowse | 2005-05-02 | 1 | -1/+0 |
* | When NFS was converted to the new mount syscall, code was written that sets | des | 2005-04-27 | 1 | -3/+1 |
* | While I'm here, list the new kenv (boot.netif.name) along with the others. | des | 2005-04-26 | 1 | -0/+1 |
* | When netbooting, as soon as we've figured out which interface we booted | des | 2005-04-26 | 2 | -0/+3 |
* | TCP reconnect is not an error. | rees | 2005-04-18 | 1 | -3/+3 |