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