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