| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS write gathering defers execution of NFS server write requests to wait | rwatson | 2005-04-17 | 1 | -1/+23 |
* | Don't try to create vnode_pager objects on other filesystems vnodes, | phk | 2005-01-24 | 1 | -2/+0 |
* | Now that we have a non blocking version of nfsm_dissect(), change all the | ps | 2005-01-19 | 1 | -21/+21 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Correct a bug in nfsrv_create() where a call to nfsrv_access() might | rwatson | 2004-11-11 | 1 | -38/+52 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 1 | -1/+1 |
* | Correct several instances where calls to vfs_getvfs() resulting in | rwatson | 2004-10-18 | 1 | -13/+61 |
* | Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() to | rwatson | 2004-08-25 | 1 | -1/+1 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Release NFS subsystem lock and acquire Giant when calling into | rwatson | 2004-05-31 | 1 | -0/+4 |
* | One more case where we want to drop the NFS server lock and acquire | rwatson | 2004-05-30 | 1 | -1/+6 |
* | Acquire Giant around two more cases when calling into VFS to vput() | rwatson | 2004-05-30 | 1 | -13/+22 |
* | Don't release Giant until after the call to vput() in nfsrv_setattr(). | rwatson | 2004-05-29 | 1 | -1/+1 |
* | Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFS | rwatson | 2004-05-27 | 1 | -1/+1 |
* | The socket code upcalls into the NFS server using the so_upcall | rwatson | 2004-05-24 | 1 | -26/+406 |
* | Don't send the available space as is in the FSSTAT call. Under | mux | 2004-04-12 | 1 | -2/+14 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Properly vector all bwrite() and BUF_WRITE() calls through the same path | phk | 2004-03-11 | 1 | -1/+1 |
* | When grabbing vnodes to service NFS requests, make sure to call | phk | 2003-10-24 | 1 | -81/+11 |
* | Fix a bug in nfsrv_read() that caused the replies to certain NFSv3 | iedowse | 2003-06-24 | 1 | -1/+1 |
* | Increase the size of the NFS server hash table to improve performance | mckusick | 2003-06-21 | 1 | -4/+4 |
* | Beat vnode locking in the NFS server code into submission. This change | truckman | 2003-05-25 | 1 | -112/+186 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 1 | -0/+4 |
* | - Lock bufs before inspecting their flags. | jeff | 2003-03-13 | 1 | -6/+9 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -3/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -10/+10 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -10/+10 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Abstract-out the constants for the sequential heuristic. | dillon | 2002-12-28 | 1 | -3/+3 |
* | In the NFSv3 `fsinfo' procedure reply, don't claim that we support | iedowse | 2002-12-05 | 1 | -2/+2 |
* | - Introduce a new macro, since that's what nfs loves, called | jeff | 2002-10-31 | 1 | -2/+2 |
* | Correct a problem wherein NFS servers running NFSv2 would not return | rwatson | 2002-10-03 | 1 | -3/+2 |
* | - Use incore() instead of gbincore() so we don't have to acquire the | jeff | 2002-09-25 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -3/+3 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -19/+19 |
* | Replace the global buffer hash table with per-vnode splay trees using a | dillon | 2002-07-10 | 1 | -1/+7 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -4/+4 |
* | Limit to the maximum allowed reply size the amount of data that | iedowse | 2002-04-21 | 1 | -0/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+2 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -2/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | The vnode was not being vput()'d in the EEXIST mknod case on the nfs | dillon | 2002-01-14 | 1 | -0/+2 |
* | It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIR | iedowse | 2002-01-13 | 1 | -3/+9 |
* | Fix a few NFSv2 issues that slipped in during the big cleanup. The | iedowse | 2002-01-12 | 1 | -33/+28 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 1 | -24/+24 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 1 | -10/+0 |
* | When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULL | iedowse | 2001-12-04 | 1 | -3/+2 |
* | Now that nfsm_reply() does not usually set 'error' to 0, we need | iedowse | 2001-10-25 | 1 | -0/+1 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -2/+2 |