summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsrodrigc2009-01-281-4/+8
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:jhb2009-01-211-2/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-023-0/+4
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-036-8/+893
* Document a few sysctls in the NFS client and server code.trhodes2008-11-024-19/+33
* Improve VFS locking:attilio2008-11-022-3/+3
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-10/+10
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-237-17/+16
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-023-1/+6
* Part 1 of making shared lookups more resilient with respect to forcedjhb2008-09-241-1/+4
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-3/+23
* Add code to parse NFS mount options passed as individualrodrigc2008-09-131-23/+254
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-3/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-283-38/+34
* Commit step 1 of the vimage project, (network stack)bz2008-08-174-14/+18
* Try again not to use a userspace pointer in the kernel when trying to recorddfr2008-07-241-1/+1
* Don't use a userspace pointer in the kernel when trying to record the hostnamedfr2008-07-241-8/+12
* Move the NFS/RPC code away from lbolt.ed2008-07-222-6/+9
OpenPOWER on IntegriCloud