aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-0/+1
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-3/+13
* Fixes up the handling of shared vnode lock lookups in the NFS client,Mohan Srinivasan2006-09-135-14/+14
* Fix for a deadlock triggered by a 'umount -f' causing a NFS request to neverMohan Srinivasan2006-08-291-2/+14
* Fix typos in comment.Thomas Quinot2006-08-161-1/+1
* Introduce a field to struct vm_page for storing flags that areAlan Cox2006-08-091-1/+1
* Add a new kernel environment variable "boot.netif.mtu" which is used toBrooks Davis2006-08-091-0/+10
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-11/+6
* Signals may be delivered to process as well as to the thread. Check theKonstantin Belousov2006-07-081-1/+3
* Always supply curthread as argument to nfs_asyncio and nfs_doioKonstantin Belousov2006-07-081-8/+2
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-292-6/+7
* Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop.Yaroslav Tykhiy2006-06-291-3/+1
* Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag wasMohan Srinivasan2006-05-301-1/+2
* Fix for a potential attempt to sleep while holding nm_mtx. Caught and reportedMohan Srinivasan2006-05-261-1/+1
* Call vm_object_page_clean() with the object lock held.Stephan Uphoff2006-05-251-0/+2
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().Stephan Uphoff2006-05-251-0/+11
* Since NFSv4 is not SMP safe, nfsiod needs to acquire Giant for NFSv4 mountsMohan Srinivasan2006-05-242-0/+9
* Adjust minimum iod threads from 4 to 0 -- since we compile the NFSRobert Watson2006-05-241-1/+1
* NFS over TCP retransmit behavior should default to a 60 second time out,Chuck Lever2006-05-232-3/+9
* Refactor the NFS over UDP retransmit timeout estimation logic to allowChuck Lever2006-05-233-62/+158
* Vnode locks are recursive and the NFS client support shared vnode locks.Mohan Srinivasan2006-05-231-0/+5
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-1910-450/+919
* Fix a snafu caused while patching the previous fix from another branch.Mohan Srinivasan2006-05-051-1/+0
* Fix for a NFS/TCP client bug which would cause the NFS/TCP stream to getMohan Srinivasan2006-05-051-0/+31
* Keep track of the number of in-progress async direct IO writes in the nfsnode.Mohan Srinivasan2006-04-063-5/+36
* - Busy the filesystem in nfs_statfs to prevent us from creating a newJeff Roberson2006-04-011-1/+7
* Fix a bug in the NFS/TCP retransmission path.Kris Kennaway2006-03-231-0/+1
* Actually I wanted 'nolockd' here instead of 'lockd'.Pawel Jakub Dawidek2006-03-191-1/+1
* If an NFS server returns more than a few EJUKEBOX errors for a given RPCChuck Lever2006-03-171-8/+4
* Fix a bug in NFSv3 READDIRPLUS reply processingChuck Lever2006-03-081-1/+5
* Don't log an error on tcp connection reset, even if we don't get ECONNRESET.Jim Rees2006-01-201-2/+2
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+5
* In nfs_dolock(), GC now under-used ioflg, rendered obsolete when we movedRobert Watson2006-01-131-4/+1
* Add marker vnodes to ensure that all vnodes associated with the mount point areTor Egge2006-01-091-2/+3
* Correct a typoXin LI2005-12-281-1/+1
* Improve upon rev 1.133 where NFS/TCP would not reconnect.Paul Saab2005-12-121-13/+2
* Unexpand LLADDR().Ruslan Ermilov2005-11-291-2/+2
* Fix for a bug where NFS/TCP would not reconnect (in the case wherePaul Saab2005-11-211-1/+12
* - Always return success from NFS strategy. nfs_doio(), in thePaul Saab2005-11-212-5/+4
* fix a problem with XID re-use when a server returns NFSERR_JUKEBOX.Jim Rees2005-11-213-7/+13
* fix a crash when an nfsv2 mount failsJonathan Chen2005-11-101-2/+4
* Fix for a crash (from nfs_lookup() in an error case).Paul Saab2005-11-031-1/+1
* In nfs_flush(), clear the NMODIFIED bit only if there are no dirtyPaul Saab2005-11-031-1/+2
* Fix for a race between the thread transmitting the request and thePaul Saab2005-11-031-1/+5
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-313-8/+8
* - Fix leak of struct nlminfo on process exit.Gleb Smirnoff2005-10-262-3/+15
* - Use strsep() instead of strtok().Pawel Jakub Dawidek2005-10-061-7/+6
* Add boot.nfsroot.options loader tunable.Pawel Jakub Dawidek2005-10-061-0/+30
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-1/+13