| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Fix up locking in nfs_up() and nfs_down. | mohans | 2006-11-20 | 2 | -31/+40 |
* | vfs_hash_insert() vputs() the losing vnode before returning, in the event of | mohans | 2006-11-16 | 1 | -2/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | mohans | 2006-11-16 | 1 | -0/+2 |
* | honor nolockd flag in root mount options | sam | 2006-11-07 | 1 | -0/+2 |
* | Make EWOULDBLOCK a recoverable error so that the request is retransmitted. | mohans | 2006-10-31 | 1 | -2/+2 |
* | Fixed some style bugs (especially ones involving long lines and use | bde | 2006-10-17 | 1 | -17/+19 |
* | Don't do null Setattr RPCs for VA_MARK_ATIME. When we added the | bde | 2006-10-14 | 1 | -2/+2 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -0/+1 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -1/+1 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -3/+13 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | mohans | 2006-09-13 | 5 | -14/+14 |
* | Fix for a deadlock triggered by a 'umount -f' causing a NFS request to never | mohans | 2006-08-29 | 1 | -2/+14 |
* | Fix typos in comment. | thomas | 2006-08-16 | 1 | -1/+1 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -1/+1 |
* | Add a new kernel environment variable "boot.netif.mtu" which is used to | brooks | 2006-08-09 | 1 | -0/+10 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -11/+6 |
* | Signals may be delivered to process as well as to the thread. Check the | kib | 2006-07-08 | 1 | -1/+3 |
* | Always supply curthread as argument to nfs_asyncio and nfs_doio | kib | 2006-07-08 | 1 | -8/+2 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 2 | -6/+7 |
* | Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop. | yar | 2006-06-29 | 1 | -3/+1 |
* | Kris Kennaway found that for '/' NFS mounts, the MPSAFE mount flag was | mohans | 2006-05-30 | 1 | -1/+2 |
* | Fix for a potential attempt to sleep while holding nm_mtx. Caught and reported | mohans | 2006-05-26 | 1 | -1/+1 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 1 | -0/+2 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 1 | -0/+11 |
* | 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 |