summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Merge Capsicum overhaul:pjd2013-03-021-1/+1
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-1/+1
* The request queue is already locked, so we don't need the splsofclock/splximp2013-02-211-3/+1
* Be conservative and do not try to consume more bytes than waskib2013-01-271-1/+1
* Further cleanups to use of timestamps in NFS:jhb2013-01-251-5/+5
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-3/+3
* Remove a no-longer-used variable after the previous change to usejhb2013-01-171-2/+0
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-161-2/+2
* Add "nfsstat -m" support for the two new NFS mount optionsrmacklem2012-12-091-0/+6
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-0811-268/+3055
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-022-0/+127
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-192-12/+0
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-25/+0
* 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
OpenPOWER on IntegriCloud