| Commit message (Expand) | Author | Age | Files | Lines |
* | Close a race with caching of -ve name lookups in the NFS client. | jhb | 2009-10-16 | 1 | -6/+32 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 1 | -0/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Patch the regular nfs client in a manner analagous to | rmacklem | 2009-07-17 | 1 | -1/+2 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | kib | 2009-07-14 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -2/+0 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | dfr | 2009-06-30 | 1 | -4/+4 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 1 | -2/+1 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+4 |
* | For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to prevent | kib | 2009-06-17 | 1 | -10/+39 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -2/+0 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -2/+0 |
* | 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 |
* | Fix two bugs in DTrace tracing of accesscache and attrcache load events: | rwatson | 2009-03-24 | 1 | -1/+6 |
* | Add DTrace probes to the NFS access and attribute caches. Access cache | rwatson | 2009-03-24 | 1 | -10/+66 |
* | Expand the per-node access cache to cache permissions for multiple users. | jhb | 2009-03-20 | 1 | -21/+45 |
* | - Remove code to set SAVENAME for CREATE or RENAME requests that get a -ve | jhb | 2009-03-10 | 1 | -4/+4 |
* | 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 | 1 | -8/+53 |
* | 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 |
* | 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 | 1 | -0/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -10/+10 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |
* | 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 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -34/+30 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -2/+9 |
* | Once the ENOLCK is detected we expect to retry the acquisition. | attilio | 2008-05-27 | 1 | -1/+3 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -19/+23 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+23 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 1 | -33/+27 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -3/+2 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 1 | -4/+5 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Remove hacks from the NFSv2/3 client intended to handle a lack of a | rwatson | 2007-11-19 | 1 | -25/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 1 | -0/+4 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -1/+10 |
* | Fix for a vnode lock leak in nfs_create() in the event of an error. | mohans | 2007-01-31 | 1 | -0/+2 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | kib | 2007-01-23 | 1 | -0/+1 |
* | Fix to readdir+ reply handling. When inserting an entry into the namecache, | mohans | 2006-11-16 | 1 | -0/+2 |