| Commit message (Expand) | Author | Age | Files | Lines |
* | - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs. | jeff | 2007-03-17 | 1 | -71/+42 |
* | The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c should | hrs | 2007-01-02 | 1 | -0/+18 |
* | Push Giant a bit further off the NFS server in a number of straight | rwatson | 2006-11-24 | 1 | -11/+31 |
* | - Add a new function nfsrv_destroycache() to tear down the server request | jhb | 2006-08-01 | 1 | -1/+2 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -1/+2 |
* | Temporary workaround to prevent leak of Giant from nfsd when calling | kib | 2006-06-05 | 1 | -0/+4 |
* | rick says: | cel | 2006-04-02 | 1 | -0/+6 |
* | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | jeff | 2006-03-31 | 1 | -2/+4 |
* | - Reorder calls to vrele() after calls to vput() when the vrele is a | jeff | 2006-02-01 | 1 | -1/+1 |
* | Use the refcount API to manage the reference count for user credentials | jhb | 2005-09-27 | 1 | -1/+2 |
* | avoid potential null ptr deref by free'ing excess mbufs instead of | sam | 2005-03-28 | 1 | -2/+4 |
* | Don't try to create vnode_pager objects on other filesystems vnodes, | phk | 2005-01-24 | 1 | -15/+0 |
* | Now that we have a non blocking version of nfsm_dissect(), change all the | ps | 2005-01-19 | 1 | -16/+16 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | If debug.mpsafenet is non-zero, run the NFS server callout without | rwatson | 2004-07-24 | 1 | -1/+4 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -5/+8 |
* | Giant wasn't dropped here if we have to return EBUSY. This is bad. | bmilekic | 2004-05-31 | 1 | -1/+3 |
* | The NFS server modevent code manually patches the system call table to | rwatson | 2004-05-31 | 1 | -1/+1 |
* | The socket code upcalls into the NFS server using the so_upcall | rwatson | 2004-05-24 | 1 | -36/+97 |
* | Don't let the NFS server module be unloaded as long as there are | peadar | 2004-04-11 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 1 | -1/+2 |
* | Fix some becuase -> because typos. | jhb | 2003-12-17 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+0 |
* | Beat vnode locking in the NFS server code into submission. This change | truckman | 2003-05-25 | 1 | -1/+15 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | - Introduce a new macro, since that's what nfs loves, called | jeff | 2002-10-31 | 1 | -2/+2 |
* | Set the NOMACCHECK flag for namei()'s generated by the NFS server code. | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Make the V2 errno translation more resistent to new errnos. | phk | 2002-08-21 | 1 | -21/+22 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -1/+20 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -4/+4 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -11/+11 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+1 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 1 | -30/+31 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 1 | -70/+70 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -14/+0 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -58/+48 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 1 | -8/+8 |
* | Wrap a module around the init code so that we have somethign do do a | peter | 2001-09-20 | 1 | -38/+46 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1124/+275 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -17/+17 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 1 | -2/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -14/+14 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 1 | -1/+1 |