| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 1 | -1/+1 |
| * | MFC: sys/nfsserver/nfs_serv.c 1.167 | Pawel Jakub Dawidek | 2006-12-02 | 1 | -5/+6 |
| * | MFC rev. 1.166: | Konstantin Belousov | 2006-11-03 | 1 | -2/+2 |
| * | MFC: Release references acquired by VOP_GETWRITEMOUNT() and vfs_getvfs(). | Tor Egge | 2006-09-27 | 1 | -0/+11 |
| * | MFC revision 1.79 nfs.h | Christian S.J. Peron | 2006-09-02 | 1 | -24/+24 |
| * | MFC of the temporary fix for nfsd leaking GIANT. | Konstantin Belousov | 2006-06-13 | 1 | -0/+16 |
| * | MFC Revs 1.163, 1.162 | Jeff Roberson | 2006-03-13 | 1 | -62/+52 |
| * | MFC 1.157: | Gleb Smirnoff | 2005-11-25 | 1 | -0/+4 |
| * | NFS write gathering defers execution of NFS server write requests to wait | Robert Watson | 2005-04-17 | 1 | -1/+23 |
| * | Don't try to create vnode_pager objects on other filesystems vnodes, | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+0 |
| * | Now that we have a non blocking version of nfsm_dissect(), change all the | Paul Saab | 2005-01-19 | 1 | -21/+21 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Correct a bug in nfsrv_create() where a call to nfsrv_access() might | Robert Watson | 2004-11-11 | 1 | -38/+52 |
| * | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | Poul-Henning Kamp | 2004-10-22 | 1 | -1/+1 |
| * | Correct several instances where calls to vfs_getvfs() resulting in | Robert Watson | 2004-10-18 | 1 | -13/+61 |
| * | Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() to | Robert Watson | 2004-08-25 | 1 | -1/+1 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
| * | Release NFS subsystem lock and acquire Giant when calling into | Robert Watson | 2004-05-31 | 1 | -0/+4 |
| * | One more case where we want to drop the NFS server lock and acquire | Robert Watson | 2004-05-30 | 1 | -1/+6 |
| * | Acquire Giant around two more cases when calling into VFS to vput() | Robert Watson | 2004-05-30 | 1 | -13/+22 |
| * | Don't release Giant until after the call to vput() in nfsrv_setattr(). | Robert Watson | 2004-05-29 | 1 | -1/+1 |
| * | Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFS | Robert Watson | 2004-05-27 | 1 | -1/+1 |
| * | The socket code upcalls into the NFS server using the so_upcall | Robert Watson | 2004-05-24 | 1 | -26/+406 |
| * | Don't send the available space as is in the FSSTAT call. Under | Maxime Henrion | 2004-04-12 | 1 | -2/+14 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Properly vector all bwrite() and BUF_WRITE() calls through the same path | Poul-Henning Kamp | 2004-03-11 | 1 | -1/+1 |
| * | When grabbing vnodes to service NFS requests, make sure to call | Poul-Henning Kamp | 2003-10-24 | 1 | -81/+11 |
| * | Fix a bug in nfsrv_read() that caused the replies to certain NFSv3 | Ian Dowse | 2003-06-24 | 1 | -1/+1 |
| * | Increase the size of the NFS server hash table to improve performance | Kirk McKusick | 2003-06-21 | 1 | -4/+4 |
| * | Beat vnode locking in the NFS server code into submission. This change | Don Lewis | 2003-05-25 | 1 | -112/+186 |
| * | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox | 2003-04-24 | 1 | -0/+4 |
| * | - Lock bufs before inspecting their flags. | Jeff Roberson | 2003-03-13 | 1 | -6/+9 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -3/+7 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -10/+10 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -10/+10 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | Abstract-out the constants for the sequential heuristic. | Matthew Dillon | 2002-12-28 | 1 | -3/+3 |
| * | In the NFSv3 `fsinfo' procedure reply, don't claim that we support | Ian Dowse | 2002-12-05 | 1 | -2/+2 |
| * | - Introduce a new macro, since that's what nfs loves, called | Jeff Roberson | 2002-10-31 | 1 | -2/+2 |
| * | Correct a problem wherein NFS servers running NFSv2 would not return | Robert Watson | 2002-10-03 | 1 | -3/+2 |
| * | - Use incore() instead of gbincore() so we don't have to acquire the | Jeff Roberson | 2002-09-25 | 1 | -1/+1 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -3/+3 |
| * | Convert old style (type foo *)0 casts to NULLs | Matthew Dillon | 2002-07-11 | 1 | -19/+19 |
| * | Replace the global buffer hash table with per-vnode splay trees using a | Matthew Dillon | 2002-07-10 | 1 | -1/+7 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -4/+4 |
| * | Limit to the maximum allowed reply size the amount of data that | Ian Dowse | 2002-04-21 | 1 | -0/+4 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 1 | -2/+4 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |