aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
...
| * Rename cache_lookup_times() to cache_lookup() and retire the old API andJohn Baldwin2012-02-061-1/+1
| * Current implementations of sync(2) and syncer vnode fsync() VOP usesKonstantin Belousov2012-02-061-1/+1
* | Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-2/+2
|/
* When a "mount -u" switches an NFS mount point from TCP to UDP,Rick Macklem2012-01-311-0/+14
* A problem with respect to data read through the buffer cache for bothRick Macklem2012-01-271-9/+5
* Revert r230516, since it doesn't really fix the problem.Rick Macklem2012-01-261-17/+0
* Fix remaining calls to cache_enter() in both NFS clients to provideKonstantin Belousov2012-01-251-4/+0
* Add a timeout on positive name cache entries in the NFS client. That is,John Baldwin2012-01-253-7/+26
* If a mount -u is done to either NFS client that switches itRick Macklem2012-01-251-0/+17
* Close a race in NFS lookup processing that could result in stale name cacheJohn Baldwin2012-01-204-73/+65
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* jwd@ reported a problem via email where the old NFS client wouldRick Macklem2011-12-211-6/+56
* Rename vm_page_set_valid() to vm_page_set_valid_range().Konstantin Belousov2011-11-301-1/+1
* The old NFS client will crash due to the reply being m_freem()'dRick Macklem2011-11-191-0/+5
* Finish making 'wcommitsize' an NFS client mount option.John Baldwin2011-11-141-1/+10
* Merge 220876, 220877, and 221537 from the new NFS client to the old:John Baldwin2011-08-093-7/+14
* Fix a LOR in the NFS client which could cause a deadlock.Rick Macklem2011-08-022-2/+21
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-9/+3
* In the VOP_PUTPAGES() implementations, change the default error fromKonstantin Belousov2011-06-011-6/+2
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()Rick Macklem2011-05-291-1/+11
* Eliminate duplicate #include's.Alan Cox2011-05-221-1/+0
* Add a sanity check for the existence of an "addr" optionRick Macklem2011-05-181-0/+4
* Fix a comment that got missed by r221973 which changedRick Macklem2011-05-161-1/+1
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-155-31/+31
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h soRick Macklem2011-05-064-123/+3
* Fix the module dependency in nfs_kdtrace.c for the old NFSRick Macklem2011-05-061-1/+1
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-043-2/+6
* Fix module names and dependencies so the NFS clients willRick Macklem2011-04-271-5/+5
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-1/+1
* Fix a kernel linking problem introduced by r221032, r221040Rick Macklem2011-04-261-0/+12
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-256-2908/+1
* Modify the experimental NFS client so that it uses the sameRick Macklem2011-04-251-1/+5
* - Fixed nfs_printf() to use vprintf().Ruslan Ermilov2011-04-131-2/+5
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-164-14/+8
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-032-2/+10
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-5/+0
* Add missing "readahead" to the nfs_opts list.Jaakko Heinonen2010-10-271-4/+4
* Fix the type of the 3rd argument for nm_getinfo so that it worksRick Macklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-195-12/+43
* Do not synchronously start the nfsiod threads at all. The r212506Konstantin Belousov2010-10-184-80/+48
* Do not fork nfsiod directly from the vop methods. This causes LORs betweenKonstantin Belousov2010-09-123-2/+48
* Store the full timestamp when caching timestamps of files andJohn Baldwin2010-09-072-13/+15
* Modify nfs_diskless.c to recognize the environment variableRick Macklem2010-09-011-45/+120
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-201-1/+1
* Add some mutex locking on the nfsnode to the regular NFS client.Rick Macklem2010-08-042-5/+10
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-245-490/+3
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()John Baldwin2010-07-152-20/+0
* A previous change moved the GETATTR RPC for open() calls that hit in theJohn Baldwin2010-07-121-9/+14
* - Add missing locking around flushing of an NFS node's attribute cacheJohn Baldwin2010-07-121-2/+4