summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE()delphij2010-05-271-1/+1
* More gracefully handle stale file handles and attributes when opening ajhb2010-05-271-3/+20
* Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+5
* Push down the page queues lock into vm_page_activate().alc2010-05-071-8/+9
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-4/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-6/+12
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-13/+2
* Lock the page around vm_page_activate() and vm_page_deactivate() callskib2010-05-031-2/+6
* Simplify code a bit.pjd2010-02-181-5/+1
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-0/+1
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-091-66/+1
* Some style(9) fixesmarius2010-02-091-52/+51
* Fix a race that can occur when nfs nfsiod threads are being created.rmacklem2010-01-276-15/+34
* Fix a typo in a comment introduced by r202767.rmacklem2010-01-211-1/+0
OpenPOWER on IntegriCloud