| Commit message (Expand) | Author | Age | Files | Lines |
* | A problem with the old NFS client where large writes to large files | rmacklem | 2013-07-04 | 1 | -2/+13 |
* | A recent version of the oldnfs NFS client in head/current | rmacklem | 2013-07-01 | 1 | -2/+2 |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 2 | -1/+2 |
* | Add a patch analygous to r248567, r248581, r251079 to the | rmacklem | 2013-05-29 | 1 | -1/+8 |
* | When an NFS unmount occurs, once vflush() writes the last dirty | rmacklem | 2013-04-18 | 2 | -1/+17 |
* | Both NFS clients can deadlock when using the "rdirplus" mount | rmacklem | 2013-04-18 | 1 | -2/+10 |
* | Fix remainder calculation when biosize is not a power of 2 | emaste | 2013-03-19 | 1 | -3/+3 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 3 | -9/+7 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 2 | -35/+36 |
* | - Use m_get2() instead of nfsm_reqhead(). | glebius | 2013-03-12 | 4 | -88/+45 |
* | MFC | attilio | 2013-02-21 | 2 | -3/+1 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 2 | -11/+11 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Rework the handling of stop signals in the NFS client. The changes in | jhb | 2013-02-06 | 1 | -3/+5 |
* | Further cleanups to use of timestamps in NFS: | jhb | 2013-01-25 | 1 | -8/+5 |
* | Use vfs_timestamp() to set file timestamps rather than invoking | jhb | 2013-01-18 | 1 | -3/+3 |
* | Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes() | jhb | 2013-01-16 | 1 | -2/+2 |
* | - More properly handle interrupted NFS requests on an interruptible mount | jhb | 2013-01-15 | 1 | -4/+12 |
* | Move the NFSv4.1 client patches over from projects/nfsv4.1-client | rmacklem | 2012-12-08 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 2 | -9/+9 |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -6/+0 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -1/+1 |
* | Do not leave invalid pages in the object after the short read for a | kib | 2012-08-14 | 1 | -4/+8 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Reduce code duplication and exposure of direct access to struct | kib | 2012-08-04 | 1 | -30/+2 |
* | PR# 165923 reported intermittent write failures for dirty | rmacklem | 2012-05-12 | 4 | -1/+25 |
* | Fix mount mutex handling missed in r234386. | mckusick | 2012-05-10 | 1 | -1/+0 |
* | Fix mount mutex handling missed in r234386. | pluknet | 2012-05-05 | 1 | -0/+1 |
* | Remove unused thread argument from vtruncbuf(). | trasz | 2012-04-23 | 1 | -1/+1 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 2 | -18/+3 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 1 | -2/+0 |
* | Post r230394, the Lookup RPC counts for both NFS clients increased | rmacklem | 2012-03-03 | 1 | -11/+15 |
* | Fix the NFS clients so that they use copyin() instead of bcopy(), | rmacklem | 2012-03-01 | 1 | -1/+16 |
* | Adjust the nfs_skip_wcc_data_onerr setting so that it does not block | jhb | 2012-02-24 | 1 | -5/+7 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -7/+7 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -2/+2 |
* | Rename cache_lookup_times() to cache_lookup() and retire the old API and | jhb | 2012-02-06 | 1 | -1/+1 |
* | Current implementations of sync(2) and syncer vnode fsync() VOP uses | kib | 2012-02-06 | 1 | -1/+1 |
* | When a "mount -u" switches an NFS mount point from TCP to UDP, | rmacklem | 2012-01-31 | 1 | -0/+14 |
* | A problem with respect to data read through the buffer cache for both | rmacklem | 2012-01-27 | 1 | -9/+5 |
* | Revert r230516, since it doesn't really fix the problem. | rmacklem | 2012-01-26 | 1 | -17/+0 |
* | Fix remaining calls to cache_enter() in both NFS clients to provide | kib | 2012-01-25 | 1 | -4/+0 |
* | Add a timeout on positive name cache entries in the NFS client. That is, | jhb | 2012-01-25 | 3 | -7/+26 |
* | If a mount -u is done to either NFS client that switches it | rmacklem | 2012-01-25 | 1 | -0/+17 |
* | Close a race in NFS lookup processing that could result in stale name cache | jhb | 2012-01-20 | 4 | -73/+65 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | jwd@ reported a problem via email where the old NFS client would | rmacklem | 2011-12-21 | 1 | -6/+56 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | kib | 2011-11-30 | 1 | -1/+1 |
* | The old NFS client will crash due to the reply being m_freem()'d | rmacklem | 2011-11-19 | 1 | -0/+5 |
* | Finish making 'wcommitsize' an NFS client mount option. | jhb | 2011-11-14 | 1 | -1/+10 |