summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed.kib2009-04-101-0/+2
* When a stale file handle is encountered, purge all cached information aboutjhb2009-04-064-2/+26
* Change the default timeout for caching attributes of a directory in the NFSjhb2009-04-061-1/+1
* Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclientrwatson2009-03-251-0/+545
* Fix two bugs in DTrace tracing of accesscache and attrcache load events:rwatson2009-03-243-7/+15
* Add DTrace probes to the NFS access and attribute caches. Access cacherwatson2009-03-244-16/+235
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTracerwatson2009-03-221-0/+75
* In nfs_request(), always exit using the nfsmout label once we'rerwatson2009-03-211-8/+3
* Expand the per-node access cache to cache permissions for multiple users.jhb2009-03-203-24/+55
* - Remove code to set SAVENAME for CREATE or RENAME requests that get a -vejhb2009-03-101-4/+4
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-272-0/+3
* Bring back the code to prime the ACCESS cache when fetching attributes forjhb2009-02-241-0/+11
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-192-8/+54
* When fetching attributes for a file for NFSv3 mounts, do not perform anjhb2009-02-191-6/+0
* Don't clear the attribute cache of a file when it is closed. A subsequentjhb2009-02-191-7/+0
* Reindent a small bit of code that was not 8-space indented like the restjhb2009-02-181-6/+6
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-281-2/+2
OpenPOWER on IntegriCloud