summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* FIx for a bug in the change that made nfs_timer() MPSAFE. We need tops2005-07-271-0/+2
* In nfs_nget() if two threads race on the same filehandle, the loser shouldps2005-07-271-1/+2
* Remove the NFS client rslock. The rslock was used to serializeps2005-07-213-114/+2
* Make nfs_timer() MPSAFE. With this change, the bottom half of the NFSps2005-07-193-12/+23
* Fix for a NFS soft mounts bug where if the number of retries exceedsps2005-07-181-1/+2
* Fixes for NFS crashes on architectures that require strict alignment.ps2005-07-141-1/+2
* Ifdef out the incomplete non-blocking IO implementation for NFSgreen2005-06-161-0/+2
* Fix a serious deadlock with the NFS client. Given a large enoughgreen2005-06-104-2/+77
* Ugh. Previous commit got the logic exactly backward.des2005-05-171-2/+2
* Revision 1.173 broke updating a mount from ro to rw. Fix that by clearingdes2005-05-171-1/+11
* set R_MUSTRESEND flag in mark_for_reconnect so re-connected requests getrees2005-05-101-12/+6
* Fix a bug in NFS/TCP where retransmissions would not reliably happenps2005-05-041-3/+11
* Don't copy the NFSMNT_* flags into struct statfs's f_flags field,iedowse2005-05-021-1/+0
* When NFS was converted to the new mount syscall, code was written that setsdes2005-04-271-3/+1
* While I'm here, list the new kenv (boot.netif.name) along with the others.des2005-04-261-0/+1
* When netbooting, as soon as we've figured out which interface we booteddes2005-04-262-0/+3
* TCP reconnect is not an error.rees2005-04-181-3/+3
* - cache_lookup() relocks the parent in the DOTDOT case for us.jeff2005-04-141-2/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - LK_NOPAUSE is a nop now.jeff2005-03-311-1/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-3/+2
* - cache_lookup() now locks the new vnode for us to prevent some races.jeff2005-03-291-38/+18
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-45/+10
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+1
* - The NFS client was incorrectly masking SIGSTOP (which isps2005-03-231-19/+6
* Don't brelse(bp) if bp is null. Also, eliminate some redundancydas2005-03-181-18/+5
* Use vfs_hash.phk2005-03-162-155/+42
* MFp4: use the function to fix the packet header length instead of rollingjmg2005-03-161-7/+1
* - VOP_INACTIVE should no longer drop the vnode lock.jeff2005-03-131-1/+0
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-2/+2
* - It is no longer necessary to lock and unlock the vnode in nfs_close() asjeff2005-03-131-6/+1
* Minor cleanup in nfs_request() and removal of a comment that doesn'tps2005-02-261-10/+1
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-221-13/+9
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-191-0/+2
* Fix for a potential NFS client race where shared data is updated fromps2005-02-181-0/+4
* Drop Giant before calling kthread_exit().jhb2005-02-071-0/+1
* Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242.rwatson2005-01-291-8/+9
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Create a vnode_pager object when a file is opened.phk2005-01-241-0/+1
* Remove unused cred arg from nfs_vinvalbuf() and many bogus argumentsphk2005-01-244-21/+16
* Mostly back out rev 1.33 from quite some time ago, and the followup fixespeter2005-01-181-25/+11
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-141-2/+2
* Include opt_bootp.h for BOOTP_NFSROOTbrian2005-01-121-0/+2
* Add BO_SYNC() and add a default which uses the secret vnode pointerphk2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-112-9/+9
* /* -> /*- for license, minor formatting changesimp2005-01-0716-16/+16
* If the NFS/TCP stream is out of sync between the client and server,ps2005-01-051-1/+1
* Turn NFS directio off until the stability issues are resolved.ps2004-12-231-1/+1
* Change the NFS sillyrename convention so that we won't run outps2004-12-162-12/+18
* First cut of NFS direct IO support.ps2004-12-156-4/+228
OpenPOWER on IntegriCloud