| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -16/+19 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -3/+7 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -1/+1 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 2 | -14/+10 |
* | Make *getpages()s' assertion on the state of each page's dirty bits | alc | 2009-05-28 | 1 | -1/+1 |
* | Make sure we feed 32bit align memory to nfsm_dissect otherwise we will fault | dfr | 2009-05-24 | 1 | -1/+73 |
* | While r192615 fixed the former problems, make this file VIMAGE | bz | 2009-05-23 | 1 | -0/+3 |
* | It seems this file was ignored by MRT, rnh locking changes and new-arpv2. | bz | 2009-05-23 | 1 | -17/+3 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 16 | -84/+10 |
* | Eliminate unnecessary clearing of the page's dirty mask from various | alc | 2009-05-15 | 1 | -1/+3 |
* | Eliminate gratuitous clearing of the page's dirty mask. | alc | 2009-05-12 | 1 | -1/+2 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 2 | -11/+18 |
* | Eliminate stale comments. | alc | 2009-05-10 | 1 | -6/+1 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -2/+0 |
* | Remove redundant NFSMNT_NFSV3 check in DTrace hooks for NFS RPC. | rwatson | 2009-05-04 | 1 | -2/+1 |
* | Fix typo in comment. | rwatson | 2009-05-04 | 1 | -1/+1 |
* | Remove trailing spaces | kib | 2009-04-13 | 1 | -2/+2 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed. | kib | 2009-04-10 | 1 | -0/+2 |
* | When a stale file handle is encountered, purge all cached information about | jhb | 2009-04-06 | 4 | -2/+26 |
* | Change the default timeout for caching attributes of a directory in the NFS | jhb | 2009-04-06 | 1 | -1/+1 |
* | Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient | rwatson | 2009-03-25 | 1 | -0/+545 |
* | Fix two bugs in DTrace tracing of accesscache and attrcache load events: | rwatson | 2009-03-24 | 3 | -7/+15 |
* | Add DTrace probes to the NFS access and attribute caches. Access cache | rwatson | 2009-03-24 | 4 | -16/+235 |
* | Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace | rwatson | 2009-03-22 | 1 | -0/+75 |
* | In nfs_request(), always exit using the nfsmout label once we're | rwatson | 2009-03-21 | 1 | -8/+3 |
* | Expand the per-node access cache to cache permissions for multiple users. | jhb | 2009-03-20 | 3 | -24/+55 |
* | - Remove code to set SAVENAME for CREATE or RENAME requests that get a -ve | jhb | 2009-03-10 | 1 | -4/+4 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 2 | -0/+3 |
* | Bring back the code to prime the ACCESS cache when fetching attributes for | jhb | 2009-02-24 | 1 | -0/+11 |
* | Enable caching of negative pathname lookups in the NFS client. To avoid | jhb | 2009-02-19 | 2 | -8/+54 |
* | When fetching attributes for a file for NFSv3 mounts, do not perform an | jhb | 2009-02-19 | 1 | -6/+0 |
* | Don't clear the attribute cache of a file when it is closed. A subsequent | jhb | 2009-02-19 | 1 | -7/+0 |
* | Reindent a small bit of code that was not 8-space indented like the rest | jhb | 2009-02-18 | 1 | -6/+6 |
* | Last step of splitting up minor and unit numbers: remove minor(). | ed | 2009-01-28 | 1 | -2/+2 |
* | Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options | rodrigc | 2009-01-28 | 1 | -4/+8 |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | jhb | 2009-01-21 | 1 | -2/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 3 | -0/+4 |
* | Switch the default rpc implementation for NFS back to the new code. I believe | dfr | 2008-11-14 | 1 | -4/+0 |
* | Temporarily switch NFS back to the old RPC code while I try to diagnose and | dfr | 2008-11-13 | 1 | -0/+4 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 6 | -8/+893 |
* | Document a few sysctls in the NFS client and server code. | trhodes | 2008-11-02 | 4 | -19/+33 |
* | Improve VFS locking: | attilio | 2008-11-02 | 2 | -3/+3 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -10/+10 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 7 | -17/+16 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 3 | -1/+6 |
* | Part 1 of making shared lookups more resilient with respect to forced | jhb | 2008-09-24 | 1 | -1/+4 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -3/+23 |