summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a timeout for the negative name cache entries in the NFS client.rmacklem2010-01-214-8/+33
* Reduce recursions on curvnet and thus spamming the console with warningzec2010-01-092-9/+7
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add missing include to make LINT-VIMAGE build as well.bz2009-12-271-0/+1
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEbz2009-12-134-3/+28
* Close a race with caching of -ve name lookups in the NFS client.jhb2009-10-161-6/+32
* Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclientrwatson2009-10-121-0/+1
* Reverting the previous change for now. Some users reports the patchqingli2009-09-151-0/+4
* Simply remove the code instead of using "#if 0".qingli2009-09-151-6/+0
* The bootp code installs an interface address and the nfs clientqingli2009-09-151-0/+4
* Add LK_NOWITNESS to the vn_lock() calls done on newly created nfsrmacklem2009-09-091-1/+1
* Fix NFS panics with options VIMAGE kernels by apropriately setting curvnetzec2009-08-241-0/+3
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-1/+1
* In nfs_upgrade_vnlock(), assert that the vnode is locked. It is for allkib2009-08-141-15/+12
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-013-3/+0
* Patch the regular nfs client in a manner analagous tormacklem2009-07-171-1/+2
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownskib2009-07-143-7/+9
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-143-6/+0
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
OpenPOWER on IntegriCloud