| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Pass curthread to various socket routines (socreate(), sobind(), and | jhb | 2008-01-10 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 2 | -5/+5 |
* | Remove hacks from the NFSv2/3 client intended to handle a lack of a | rwatson | 2007-11-19 | 1 | -25/+4 |
* | Add the following mount options to the nfs_opts array: | rodrigc | 2007-10-27 | 1 | -1/+4 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -3/+3 |
* | Add a -z flag to nfsstat which zeros the NFS statistics after displaying | jhb | 2007-10-18 | 1 | -1/+1 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -1/+1 |
* | NFS MP scaling changes. | mohans | 2007-10-12 | 4 | -75/+131 |
* | Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle | mohans | 2007-09-25 | 2 | -3/+20 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 4 | -50/+14 |
* | Fix for a race where out of order loading of NFS attrs into the | jhb | 2007-07-03 | 1 | -1/+17 |
* | Fix up NFS client write error handling. Errors are split into | jhb | 2007-07-03 | 1 | -0/+15 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -4/+4 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+4 |
* | In nfs_down(), if rep can be NULL, which we test for, then we should | rwatson | 2007-05-18 | 1 | -3/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+4 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 2 | -6/+11 |
* | Attempt to rationalize NFS privileges: | rwatson | 2007-04-21 | 1 | -11/+5 |
* | Don't destroy a mutex just before we use it, instead, | delphij | 2007-03-23 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+11 |