| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | Konstantin Belousov | 2011-11-30 | 1 | -1/+1 |
* | The old NFS client will crash due to the reply being m_freem()'d | Rick Macklem | 2011-11-19 | 1 | -0/+5 |
* | Finish making 'wcommitsize' an NFS client mount option. | John Baldwin | 2011-11-14 | 1 | -1/+10 |
* | Merge 220876, 220877, and 221537 from the new NFS client to the old: | John Baldwin | 2011-08-09 | 3 | -7/+14 |
* | Fix a LOR in the NFS client which could cause a deadlock. | Rick Macklem | 2011-08-02 | 2 | -2/+21 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | Rick Macklem | 2011-06-19 | 1 | -9/+3 |
* | In the VOP_PUTPAGES() implementations, change the default error from | Konstantin Belousov | 2011-06-01 | 1 | -6/+2 |
* | Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync() | Rick Macklem | 2011-05-29 | 1 | -1/+11 |
* | Eliminate duplicate #include's. | Alan Cox | 2011-05-22 | 1 | -1/+0 |
* | Add a sanity check for the existence of an "addr" option | Rick Macklem | 2011-05-18 | 1 | -0/+4 |
* | Fix a comment that got missed by r221973 which changed | Rick Macklem | 2011-05-16 | 1 | -1/+1 |
* | Change the sysctl naming for the old and new NFS clients | Rick Macklem | 2011-05-15 | 5 | -31/+31 |
* | Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so | Rick Macklem | 2011-05-06 | 4 | -123/+3 |
* | Fix the module dependency in nfs_kdtrace.c for the old NFS | Rick Macklem | 2011-05-06 | 1 | -1/+1 |
* | Implemented a mount option "nocto" that disables cache coherency | Ruslan Ermilov | 2011-05-04 | 3 | -2/+6 |
* | Fix module names and dependencies so the NFS clients will | Rick Macklem | 2011-04-27 | 1 | -5/+5 |
* | This patch changes head so that the default NFS client is now the new | Rick Macklem | 2011-04-27 | 1 | -1/+1 |
* | Fix a kernel linking problem introduced by r221032, r221040 | Rick Macklem | 2011-04-26 | 1 | -0/+12 |
* | Fix the experimental NFS client so that it does not bogusly | Rick Macklem | 2011-04-25 | 6 | -2908/+1 |
* | Modify the experimental NFS client so that it uses the same | Rick Macklem | 2011-04-25 | 1 | -1/+5 |
* | - Fixed nfs_printf() to use vprintf(). | Ruslan Ermilov | 2011-04-13 | 1 | -2/+5 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 1 | -0/+2 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 4 | -14/+8 |
* | Fix the nlm so that it no longer depends on the regular | Rick Macklem | 2011-01-03 | 2 | -2/+10 |
* | Remove prtactive variable and related printf()s in the vop_inactive | Konstantin Belousov | 2010-11-19 | 1 | -5/+0 |
* | Add missing "readahead" to the nfs_opts list. | Jaakko Heinonen | 2010-10-27 | 1 | -4/+4 |
* | Fix the type of the 3rd argument for nm_getinfo so that it works | Rick Macklem | 2010-10-19 | 1 | -3/+3 |