aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-133-51/+21
* Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE()Xin LI2010-05-271-1/+1
* More gracefully handle stale file handles and attributes when opening aJohn Baldwin2010-05-271-3/+20
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-0/+5
* Push down the page queues lock into vm_page_activate().Alan Cox2010-05-071-8/+9
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-4/+0
* Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-051-6/+12
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-13/+2
* Lock the page around vm_page_activate() and vm_page_deactivate() callsKonstantin Belousov2010-05-031-2/+6
* Simplify code a bit.Pawel Jakub Dawidek2010-02-181-5/+1
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-0/+1
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-091-66/+1
* Some style(9) fixesMarius Strobl2010-02-091-52/+51
* Fix a race that can occur when nfs nfsiod threads are being created.Rick Macklem2010-01-276-15/+34
* Fix a typo in a comment introduced by r202767.Rick Macklem2010-01-211-1/+0