summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasmohans2006-05-301-1/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedmohans2006-05-261-1/+1
* Call vm_object_page_clean() with the object lock held.ups2006-05-251-0/+2
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-0/+11
* Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mountsmohans2006-05-242-0/+9
* Adjust minimum iod threads from 4 to 0 -- since we compile the NFSrwatson2006-05-241-1/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,cel2006-05-232-3/+9
* Refactor the NFS over UDP retransmit timeout estimation logic to allowcel2006-05-233-62/+158
* Vnode locks are recursive and the NFS client support shared vnode locks.mohans2006-05-231-0/+5
* Changes to make the NFS client MP safe.mohans2006-05-1910-450/+919
* Fix a snafu caused while patching the previous fix from another branch.mohans2006-05-051-1/+0
* Fix for a NFS/TCP client bug which would cause the NFS/TCP stream to getmohans2006-05-051-0/+31
* Keep track of the number of in-progress async direct IO writes in the nfsnode.mohans2006-04-063-5/+36
* - Busy the filesystem in nfs_statfs to prevent us from creating a newjeff2006-04-011-1/+7
* Fix a bug in the NFS/TCP retransmission path.kris2006-03-231-0/+1
* Actually I wanted 'nolockd' here instead of 'lockd'.pjd2006-03-191-1/+1
* If an NFS server returns more than a few EJUKEBOX errors for a given RPCcel2006-03-171-8/+4
* Fix a bug in NFSv3 READDIRPLUS reply processingcel2006-03-081-1/+5
* Don't log an error on tcp connection reset, even if we don't get ECONNRESET.rees2006-01-201-2/+2
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+5
* In nfs_dolock(), GC now under-used ioflg, rendered obsolete when we movedrwatson2006-01-131-4/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-091-2/+3
* Correct a typodelphij2005-12-281-1/+1
* Improve upon rev 1.133 where NFS/TCP would not reconnect.ps2005-12-121-13/+2
* Unexpand LLADDR().ru2005-11-291-2/+2
* Fix for a bug where NFS/TCP would not reconnect (in the case whereps2005-11-211-1/+12
* - Always return success from NFS strategy. nfs_doio(), in theps2005-11-212-5/+4
* fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.rees2005-11-213-7/+13
* fix a crash when an nfsv2 mount failsjon2005-11-101-2/+4
* Fix for a crash (from nfs_lookup() in an error case).ps2005-11-031-1/+1
* In nfs_flush(), clear the NMODIFIED bit only if there are no dirtyps2005-11-031-1/+2
* Fix for a race between the thread transmitting the request and theps2005-11-031-1/+5
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-8/+8
* - Fix leak of struct nlminfo on process exit.glebius2005-10-262-3/+15
* - Use strsep() instead of strtok().pjd2005-10-061-7/+6
* Add boot.nfsroot.options loader tunable.pjd2005-10-061-0/+30
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-1/+13
* 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
OpenPOWER on IntegriCloud