summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC r275897:kib2015-01-011-2/+1
* MFC: r259084rmacklem2013-12-301-0/+1
* A problem with the old NFS client where large writes to large filesrmacklem2013-07-041-2/+13
* A recent version of the oldnfs NFS client in head/currentrmacklem2013-07-011-2/+2
* - Convert the bufobj lock to rwlock.jeff2013-05-312-1/+2
* Add a patch analygous to r248567, r248581, r251079 to thermacklem2013-05-291-1/+8
* When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-182-1/+17
* Both NFS clients can deadlock when using the "rdirplus" mountrmacklem2013-04-181-2/+10
* Fix remainder calculation when biosize is not a power of 2emaste2013-03-191-3/+3
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-133-9/+7
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-122-35/+36
* - Use m_get2() instead of nfsm_reqhead().glebius2013-03-124-88/+45
* MFCattilio2013-02-212-3/+1
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-202-11/+11
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-061-3/+5
* Further cleanups to use of timestamps in NFS:jhb2013-01-251-8/+5
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-3/+3
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-161-2/+2
* - More properly handle interrupted NFS requests on an interruptible mountjhb2013-01-151-4/+12
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-9/+9
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-191-6/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+1
* 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
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-124-1/+25
* Fix mount mutex handling missed in r234386.mckusick2012-05-101-1/+0
* Fix mount mutex handling missed in r234386.pluknet2012-05-051-0/+1
* 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-18/+3
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-11/+15
* Fix the NFS clients so that they use copyin() instead of bcopy(),rmacklem2012-03-011-1/+16
* Adjust the nfs_skip_wcc_data_onerr setting so that it does not blockjhb2012-02-241-5/+7
* Fix found places where uio_resid is truncated to int.kib2012-02-211-7/+7
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-2/+2
* 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/+14
* A problem with respect to data read through the buffer cache for bothrmacklem2012-01-271-9/+5
* 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-4/+0
* Add a timeout on positive name cache entries in the NFS client. That is,jhb2012-01-253-7/+26
* 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-204-73/+65
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* jwd@ reported a problem via email where the old NFS client wouldrmacklem2011-12-211-6/+56
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-301-1/+1
OpenPOWER on IntegriCloud