summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC 208603,208605:jhb2010-06-101-3/+20
* Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+5
* MFC: r203731marius2010-03-301-52/+51
* - Factor out the code shared between NFS client and server into its ownmarius2010-02-222-66/+2
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,mjacob2010-02-111-1/+1
* MFC: r203072rmacklem2010-02-106-15/+34
* MFC: r202774rmacklem2010-02-041-1/+0
* MFC: r202767rmacklem2010-02-044-8/+33
* MFC r201895:zec2010-01-252-9/+7
* MFC r200471, r201044:bz2009-12-284-3/+29
* MFC 198174:jhb2009-10-231-6/+32
* Add a MODULE_DEPEND() on the NFS client from dtnfsclient so that dtnfsclientrwatson2009-10-151-0/+1
* MFC r197210, 197212, 197235qingli2009-09-151-0/+2
* MFC r197048:rmacklem2009-09-141-1/+1
* Merge r196481 from head to stable/8:rwatson2009-08-281-1/+1
* MFC r196503:zec2009-08-281-0/+3
* MFC r196205:kib2009-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
* It seems this file was ignored by MRT, rnh locking changes and new-arpv2.bz2009-05-231-17/+3
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-2216-84/+10
* Eliminate unnecessary clearing of the page's dirty mask from variousalc2009-05-151-1/+3
* Eliminate gratuitous clearing of the page's dirty mask.alc2009-05-121-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-112-11/+18
* Eliminate stale comments.alc2009-05-101-6/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-2/+0
* Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC.rwatson2009-05-041-2/+1
* Fix typo in comment.rwatson2009-05-041-1/+1
* Remove trailing spaceskib2009-04-131-2/+2
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
OpenPOWER on IntegriCloud