summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.dfr2009-06-305-26/+21
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-3015-2224/+16
* Fix build with NFS_LEGACYRPC enabled after the socket upcall lockingjhb2009-06-301-3/+3
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+4
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Fix some of the style errors in *getpages().alc2009-06-181-18/+13
* For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to preventkib2009-06-171-10/+39
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-132-2/+3
* Add a test for VI_DOOMED just after nfs_upgrade_vnlock() inrmacklem2009-06-101-8/+15
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-082-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-16/+19
* Convert the two dimensional array to be malloced and introducebz2009-06-011-3/+7
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofalc2009-05-311-1/+1
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-14/+10
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-281-1/+1
* Make sure we feed 32bit align memory to nfsm_dissect otherwise we will faultdfr2009-05-241-1/+73
* While r192615 fixed the former problems, make this file VIMAGEbz2009-05-231-0/+3
OpenPOWER on IntegriCloud