summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-164-14/+8
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-032-2/+10
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-5/+0
* Add missing "readahead" to the nfs_opts list.jh2010-10-271-4/+4
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-195-12/+43
* Do not synchronously start the nfsiod threads at all. The r212506kib2010-10-184-80/+48
* Do not fork nfsiod directly from the vop methods. This causes LORs betweenkib2010-09-123-2/+48
* Store the full timestamp when caching timestamps of files andjhb2010-09-072-13/+15
* Modify nfs_diskless.c to recognize the environment variablermacklem2010-09-011-45/+120
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-201-1/+1
* Add some mutex locking on the nfsnode to the regular NFS client.rmacklem2010-08-042-5/+10
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-245-490/+3
* Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()jhb2010-07-152-20/+0
* A previous change moved the GETATTR RPC for open() calls that hit in thejhb2010-07-121-9/+14
* - Add missing locking around flushing of an NFS node's attribute cachejhb2010-07-121-2/+4
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-133-51/+21
OpenPOWER on IntegriCloud