aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-1621-21/+21
* Partial MFC r215548:Konstantin Belousov2010-11-261-5/+0
* MFC r214418: Add missing "readahead" to the nfs_opts list.Jaakko Heinonen2010-11-101-4/+4
* MFC r214026:Konstantin Belousov2010-11-084-80/+48
* MFC: r214048, r214053Rick Macklem2010-11-015-12/+43
* MFC r212506:Konstantin Belousov2010-10-033-2/+48
* MFC 212293:John Baldwin2010-09-202-13/+18
* MFC: r212123Rick Macklem2010-09-161-45/+120
* MFC: r210834Rick Macklem2010-08-252-5/+10
* MFC: r210455, r210456Rick Macklem2010-08-075-490/+3
* MFC 210136:John Baldwin2010-08-052-14/+1
* MFC 209948:John Baldwin2010-07-261-9/+14
* MFC 209946:John Baldwin2010-07-231-2/+4
* MFC r209120:Konstantin Belousov2010-06-283-51/+21
* MFC 208603,208605:John Baldwin2010-06-101-3/+20
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-0/+5
* MFC: r203731Marius Strobl2010-03-301-52/+51
* - Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-222-66/+2
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-1/+1
* MFC: r203072Rick Macklem2010-02-106-15/+34
* MFC: r202774Rick Macklem2010-02-041-1/+0
* MFC: r202767Rick Macklem2010-02-044-8/+33
* MFC r201895:Marko Zec2010-01-252-9/+7
* MFC r200471, r201044:Bjoern A. Zeeb2009-12-284-3/+29
* MFC 198174:John Baldwin2009-10-231-6/+32
* Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclientRobert Watson2009-10-151-0/+1
* MFC r197210, 197212, 197235Qing Li2009-09-151-0/+2
* MFC r197048:Rick Macklem2009-09-141-1/+1
* Merge r196481 from head to stable/8:Robert Watson2009-08-281-1/+1
* MFC r196503:Marko Zec2009-08-281-0/+3
* MFC r196205:Konstantin Belousov2009-08-141-15/+12
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-013-3/+0
* Patch the regular nfs client in a manner analagous toRick Macklem2009-07-171-1/+2
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-143-7/+9
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-143-6/+0
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointKonstantin Belousov2009-07-021-0/+2
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.Doug Rabson2009-06-305-26/+21
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-3015-2224/+16
* Fix build with NFS_LEGACYRPC enabled after the socket upcall lockingJohn Baldwin2009-06-301-3/+3
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+4
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Fix some of the style errors in *getpages().Alan Cox2009-06-181-18/+13
* For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to preventKonstantin Belousov2009-06-171-10/+39
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-132-2/+3
* Add a test for VI_DOOMED just after nfs_upgrade_vnlock() inRick Macklem2009-06-101-8/+15
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-082-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-16/+19
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-3/+7
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofAlan Cox2009-05-311-1/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-14/+10