| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Expand the nfs_opts array to include all possible string | rodrigc | 2008-03-05 | 1 | -1/+4 |
* | In nfs_mount(), default initialize struct nfs_args | rodrigc | 2008-03-05 | 1 | -1/+25 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 2 | -3/+2 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -2/+2 |
* | Prevent the NFS client from losing MNT_ROOTFS on the root | yar | 2008-02-17 | 1 | -9/+6 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 1 | -3/+2 |
* | Consolidate the code to generate a new XID for a NFS request into a | jhb | 2008-02-13 | 3 | -22/+25 |
* | Switch the default NFS mount mode from UDP to TCP. UDP mounts are a | kris | 2008-02-11 | 1 | -2/+2 |
* | namei() can call underlying nfs_readlink() passing a struct uio pointer | attilio | 2008-02-09 | 3 | -9/+9 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -1/+1 |
* | - Introduce the function lockmgr_recursed() which returns true if the | attilio | 2008-01-19 | 2 | -5/+6 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 3 | -5/+5 |
* | The previous revision broke the case of reconnecting to a TCP NFS server | jhb | 2008-01-11 | 1 | -1/+22 |