summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* The old NFS client will crash due to the reply being m_freem()'drmacklem2011-11-191-0/+5
* Finish making 'wcommitsize' an NFS client mount option.jhb2011-11-141-1/+10
* Merge 220876, 220877, and 221537 from the new NFS client to the old:jhb2011-08-093-7/+14
* Fix a LOR in the NFS client which could cause a deadlock.rmacklem2011-08-022-2/+21
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-9/+3
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-6/+2
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()rmacklem2011-05-291-1/+11
* Eliminate duplicate #include's.alc2011-05-221-1/+0
* Add a sanity check for the existence of an "addr" optionrmacklem2011-05-181-0/+4
* Fix a comment that got missed by r221973 which changedrmacklem2011-05-161-1/+1
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-155-31/+31
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h sormacklem2011-05-064-123/+3
* Fix the module dependency in nfs_kdtrace.c for the old NFSrmacklem2011-05-061-1/+1
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-043-2/+6
* Fix module names and dependencies so the NFS clients willrmacklem2011-04-271-5/+5
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-1/+1
* Fix a kernel linking problem introduced by r221032, r221040rmacklem2011-04-261-0/+12
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-256-2908/+1
* Modify the experimental NFS client so that it uses the samermacklem2011-04-251-1/+5
* - Fixed nfs_printf() to use vprintf().ru2011-04-131-2/+5
OpenPOWER on IntegriCloud