summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-201-3/+3
* Add a simple printf() based debug facility to the new nfs client.rmacklem2012-09-091-1/+2
* Do not leave invalid pages in the object after the short read for akib2012-08-141-4/+8
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structkib2012-08-041-30/+2
* Do not override an error from uiomove() with (non-)error result fromkib2012-07-021-3/+6
* Enable deadlock avoidance code for NFS client.kib2012-06-212-3/+4
* Fix the NFSv4 client for the case where mmap'd files arermacklem2012-06-181-5/+15
* Move the nfsrpc_close() call in ncl_reclaim() for the NFSv4 clientrmacklem2012-06-171-9/+9
* Improve handling of uiomove(9) errors for the NFS client.kib2012-06-061-8/+48
* Capitalize start of sentence.kib2012-05-301-1/+1
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-124-1/+25
* It was reported via email that some non-FreeBSD NFS serversrmacklem2012-04-271-1/+4
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-1/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-172-19/+4
* 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
OpenPOWER on IntegriCloud