| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - cache_lookup() relocks the parent in the DOTDOT case for us. | jeff | 2005-04-14 | 1 | -2/+0 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -3/+2 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 1 | -38/+18 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -45/+10 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+1 |
* | - The NFS client was incorrectly masking SIGSTOP (which is | ps | 2005-03-23 | 1 | -19/+6 |
* | Don't brelse(bp) if bp is null. Also, eliminate some redundancy | das | 2005-03-18 | 1 | -18/+5 |
* | Use vfs_hash. | phk | 2005-03-16 | 2 | -155/+42 |
* | MFp4: use the function to fix the packet header length instead of rolling | jmg | 2005-03-16 | 1 | -7/+1 |
* | - VOP_INACTIVE should no longer drop the vnode lock. | jeff | 2005-03-13 | 1 | -1/+0 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 2 | -2/+2 |
* | - It is no longer necessary to lock and unlock the vnode in nfs_close() as | jeff | 2005-03-13 | 1 | -6/+1 |
* | Minor cleanup in nfs_request() and removal of a comment that doesn't | ps | 2005-02-26 | 1 | -10/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 1 | -13/+9 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | phk | 2005-02-19 | 1 | -0/+2 |
* | Fix for a potential NFS client race where shared data is updated from | ps | 2005-02-18 | 1 | -0/+4 |
* | Drop Giant before calling kthread_exit(). | jhb | 2005-02-07 | 1 | -0/+1 |
* | Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242. | rwatson | 2005-01-29 | 1 | -8/+9 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | Create a vnode_pager object when a file is opened. | phk | 2005-01-24 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 4 | -21/+16 |
* | Mostly back out rev 1.33 from quite some time ago, and the followup fixes | peter | 2005-01-18 | 1 | -25/+11 |