| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client | kib | 2012-03-17 | 2 | -3/+10 |
* | Post r230394, the Lookup RPC counts for both NFS clients increased | rmacklem | 2012-03-03 | 2 | -22/+34 |
* | Fix the NFS clients so that they use copyin() instead of bcopy(), | rmacklem | 2012-03-01 | 1 | -1/+16 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 2 | -9/+10 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 2 | -4/+6 |
* | r228827 fixed a problem where copying of NFSv4 open credentials into | rmacklem | 2012-02-07 | 1 | -2/+6 |
* | 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/+13 |
* | A problem with respect to data read through the buffer cache for both | rmacklem | 2012-01-27 | 3 | -9/+7 |
* | 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 | -17/+18 |
* | Add a timeout on positive name cache entries in the NFS client. That is, | jhb | 2012-01-25 | 3 | -11/+29 |
* | 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 | 3 | -54/+41 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | opt_inet6.h was missing from some files in the new NFS subsystem. | rmacklem | 2012-01-08 | 3 | -1/+3 |
* | During investigation of an NFSv4 client crash reported by glebius@, | rmacklem | 2011-12-23 | 1 | -6/+4 |
* | Post r223774, the NFSv4 client no longer has multiple instances | rmacklem | 2011-12-03 | 1 | -52/+93 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | kib | 2011-11-30 | 1 | -1/+1 |
* | Clean up some cruft in the NFSv4 client left over from the | rmacklem | 2011-11-21 | 1 | -13/+6 |
* | Add two arguments to the nfsrpc_rellockown() function in the NFSv4 | rmacklem | 2011-11-20 | 1 | -6/+5 |
* | Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client, | rmacklem | 2011-11-20 | 1 | -33/+7 |
* | Post r223774 the NFSv4 client never uses the linked list with the | rmacklem | 2011-11-20 | 1 | -58/+0 |
* | Modify the new NFS client so that nfs_fsync() only calls ncl_flush() | rmacklem | 2011-11-15 | 1 | -0/+10 |
* | Move the setting of the default value for nm_wcommitsize to | rmacklem | 2011-11-15 | 1 | -1/+4 |
* | Finish making 'wcommitsize' an NFS client mount option. | jhb | 2011-11-14 | 1 | -1/+10 |
* | Sync with the old NFS client: Remove an obsolete comment. | jhb | 2011-11-14 | 1 | -2/+0 |
* | Since NFSv4 byte range locking only works for regular files, | rmacklem | 2011-11-14 | 1 | -0/+2 |
* | Move the assignment of default values for some mount options | rmacklem | 2011-11-13 | 1 | -3/+9 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+9 |
* | Fix a LOR in the NFS client which could cause a deadlock. | rmacklem | 2011-08-02 | 2 | -2/+22 |
* | The new NFS client failed to vput() the new vnode if a setattr | rmacklem | 2011-07-30 | 1 | -0/+2 |
* | Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N... | zack | 2011-07-16 | 3 | -3/+3 |
* | Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO... | zack | 2011-07-16 | 3 | -17/+17 |
* | Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK... | zack | 2011-07-16 | 3 | -10/+10 |
* | r222389 introduced a case where the NFSv4 client could | rmacklem | 2011-07-13 | 1 | -1/+2 |
* | The algorithm used by nfscl_getopen() could have resulted in | rmacklem | 2011-07-04 | 1 | -81/+94 |
* | Modify the new NFSv4 client so that it appends a file handle | rmacklem | 2011-07-03 | 2 | -21/+28 |
* | Fix the new NFSv4 client so that it doesn't fill the cached | rmacklem | 2011-06-28 | 2 | -2/+3 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | rmacklem | 2011-06-19 | 1 | -10/+2 |
* | Add DTrace support to the new NFS client. This is essentially | rmacklem | 2011-06-18 | 7 | -5/+827 |
* | Add support for flock(2) locks to the new NFSv4 client. I think this | rmacklem | 2011-06-05 | 2 | -3/+9 |
* | The new NFSv4 client was erroneously using "p" instead of | rmacklem | 2011-06-05 | 4 | -58/+56 |
* | Fix the new NFSv4 client so that it doesn't crash when | rmacklem | 2011-06-05 | 1 | -0/+4 |
* | In the VOP_PUTPAGES() implementations, change the default error from | kib | 2011-06-01 | 1 | -11/+4 |
* | Fix the new NFS client so that it doesn't do an NFSv3 | rmacklem | 2011-05-31 | 1 | -2/+11 |
* | Fix the new NFS client so that it handles NFSv4 state | rmacklem | 2011-05-27 | 2 | -17/+79 |
* | Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync() | rmacklem | 2011-05-26 | 1 | -1/+11 |
* | Add some missing mutex locking to the new NFS client. | rmacklem | 2011-05-25 | 1 | -0/+2 |