aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-14/+10
* Make *getpages()s' assertion on the state of each page's dirty bitsAlan Cox2009-05-281-1/+1
* Make sure we feed 32bit align memory to nfsm_dissect otherwise we will faultDoug Rabson2009-05-241-1/+73
* While r192615 fixed the former problems, make this file VIMAGEBjoern A. Zeeb2009-05-231-0/+3
* It seems this file was ignored by MRT, rnh locking changes and new-arpv2.Bjoern A. Zeeb2009-05-231-17/+3
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-2216-84/+10
* Eliminate unnecessary clearing of the page's dirty mask from variousAlan Cox2009-05-151-1/+3
* Eliminate gratuitous clearing of the page's dirty mask.Alan Cox2009-05-121-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-112-11/+18
* Eliminate stale comments.Alan Cox2009-05-101-6/+1
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-2/+0
* Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC.Robert Watson2009-05-041-2/+1
* Fix typo in comment.Robert Watson2009-05-041-1/+1
* Remove trailing spacesKonstantin Belousov2009-04-131-2/+2
* Remove VOP_LEASE and supporting functions. This hasn't been used sinceRobert Watson2009-04-101-1/+0
* Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed.Konstantin Belousov2009-04-101-0/+2
* When a stale file handle is encountered, purge all cached information aboutJohn Baldwin2009-04-064-2/+26
* Change the default timeout for caching attributes of a directory in the NFSJohn Baldwin2009-04-061-1/+1
* Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclientRobert Watson2009-03-251-0/+545
* Fix two bugs in DTrace tracing of accesscache and attrcache load events:Robert Watson2009-03-243-7/+15
* Add DTrace probes to the NFS access and attribute caches. Access cacheRobert Watson2009-03-244-16/+235
* Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTraceRobert Watson2009-03-221-0/+75
* In nfs_request(), always exit using the nfsmout label once we'reRobert Watson2009-03-211-8/+3
* Expand the per-node access cache to cache permissions for multiple users.John Baldwin2009-03-203-24/+55
* - Remove code to set SAVENAME for CREATE or RENAME requests that get a -veJohn Baldwin2009-03-101-4/+4
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-272-0/+3
* Bring back the code to prime the ACCESS cache when fetching attributes forJohn Baldwin2009-02-241-0/+11
* Enable caching of negative pathname lookups in the NFS client. To avoidJohn Baldwin2009-02-192-8/+54
* When fetching attributes for a file for NFSv3 mounts, do not perform anJohn Baldwin2009-02-191-6/+0
* Don't clear the attribute cache of a file when it is closed. A subsequentJohn Baldwin2009-02-191-7/+0
* Reindent a small bit of code that was not 8-space indented like the restJohn Baldwin2009-02-181-6/+6
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-281-2/+2
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsCraig Rodrigues2009-01-281-4/+8
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:John Baldwin2009-01-211-2/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-023-0/+4
* Switch the default rpc implementation for NFS back to the new code. I believeDoug Rabson2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose andDoug Rabson2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-036-8/+893
* Document a few sysctls in the NFS client and server code.Tom Rhodes2008-11-024-19/+33
* Improve VFS locking:Attilio Rao2008-11-022-3/+3
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-10/+10
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-237-17/+16
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-2/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-023-1/+6
* Part 1 of making shared lookups more resilient with respect to forcedJohn Baldwin2008-09-241-1/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-3/+23
* Add code to parse NFS mount options passed as individualCraig Rodrigues2008-09-131-23/+254
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-3/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-283-38/+34