summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs clientkib2012-03-172-3/+10
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-032-22/+34
* Fix the NFS clients so that they use copyin() instead of bcopy(),rmacklem2012-03-011-1/+16
* Fix found places where uio_resid is truncated to int.kib2012-02-212-9/+10
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-172-4/+6
* r228827 fixed a problem where copying of NFSv4 open credentials intormacklem2012-02-071-2/+6
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-1/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-1/+1
* When a "mount -u" switches an NFS mount point from TCP to UDP,rmacklem2012-01-311-0/+13
* A problem with respect to data read through the buffer cache for bothrmacklem2012-01-273-9/+7
* Revert r230516, since it doesn't really fix the problem.rmacklem2012-01-261-17/+0
* Fix remaining calls to cache_enter() in both NFS clients to providekib2012-01-251-17/+18
* Add a timeout on positive name cache entries in the NFS client. That is,jhb2012-01-253-11/+29
* If a mount -u is done to either NFS client that switches itrmacklem2012-01-251-0/+17
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-203-54/+41
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* opt_inet6.h was missing from some files in the new NFS subsystem.rmacklem2012-01-083-1/+3
* During investigation of an NFSv4 client crash reported by glebius@,rmacklem2011-12-231-6/+4
* Post r223774, the NFSv4 client no longer has multiple instancesrmacklem2011-12-031-52/+93
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-301-1/+1
* Clean up some cruft in the NFSv4 client left over from thermacklem2011-11-211-13/+6
* Add two arguments to the nfsrpc_rellockown() function in the NFSv4rmacklem2011-11-201-6/+5
* Since the nfscl_cleanup() function isn't used by the FreeBSD NFSv4 client,rmacklem2011-11-201-33/+7
* Post r223774 the NFSv4 client never uses the linked list with thermacklem2011-11-201-58/+0
* Modify the new NFS client so that nfs_fsync() only calls ncl_flush()rmacklem2011-11-151-0/+10
* Move the setting of the default value for nm_wcommitsize tormacklem2011-11-151-1/+4
* Finish making 'wcommitsize' an NFS client mount option.jhb2011-11-141-1/+10
* Sync with the old NFS client: Remove an obsolete comment.jhb2011-11-141-2/+0
* Since NFSv4 byte range locking only works for regular files,rmacklem2011-11-141-0/+2
* Move the assignment of default values for some mount optionsrmacklem2011-11-131-3/+9
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+9
* Fix a LOR in the NFS client which could cause a deadlock.rmacklem2011-08-022-2/+22
* The new NFS client failed to vput() the new vnode if a setattrrmacklem2011-07-301-0/+2
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-163-3/+3
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-163-17/+17
* Simple find/replace of vn_lock -> NFSVOPLOCK. This is done so that NFSVOPLOCK...zack2011-07-163-10/+10
* r222389 introduced a case where the NFSv4 client couldrmacklem2011-07-131-1/+2
* The algorithm used by nfscl_getopen() could have resulted inrmacklem2011-07-041-81/+94
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-032-21/+28
* Fix the new NFSv4 client so that it doesn't fill the cachedrmacklem2011-06-282-2/+3
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-10/+2
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-187-5/+827
* Add support for flock(2) locks to the new NFSv4 client. I think thisrmacklem2011-06-052-3/+9
* The new NFSv4 client was erroneously using "p" instead ofrmacklem2011-06-054-58/+56
* Fix the new NFSv4 client so that it doesn't crash whenrmacklem2011-06-051-0/+4
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-11/+4
* Fix the new NFS client so that it doesn't do an NFSv3rmacklem2011-05-311-2/+11
* Fix the new NFS client so that it handles NFSv4 statermacklem2011-05-272-17/+79
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()rmacklem2011-05-261-1/+11
* Add some missing mutex locking to the new NFS client.rmacklem2011-05-251-0/+2
OpenPOWER on IntegriCloud