| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add code to parse NFS mount options passed as individual | rodrigc | 2008-09-13 | 1 | -23/+254 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -3/+3 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 3 | -38/+34 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 4 | -14/+18 |
* | Try again not to use a userspace pointer in the kernel when trying to record | dfr | 2008-07-24 | 1 | -1/+1 |
* | Don't use a userspace pointer in the kernel when trying to record the hostname | dfr | 2008-07-24 | 1 | -8/+12 |
* | Move the NFS/RPC code away from lbolt. | ed | 2008-07-22 | 2 | -6/+9 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 2 | -0/+4 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 6 | -2/+28 |
* | Once the ENOLCK is detected we expect to retry the acquisition. | attilio | 2008-05-27 | 1 | -1/+3 |
* | Allow the block size used when booting over NFS to be overridden. It defaults | benno | 2008-05-16 | 1 | -2/+7 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 2 | -2/+4 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -1/+0 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 3 | -28/+41 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 2 | -0/+24 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 3 | -29/+18 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 3 | -38/+36 |