summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() torwatson2004-08-251-1/+1
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Release NFS subsystem lock and acquire Giant when calling intorwatson2004-05-311-0/+4
* One more case where we want to drop the NFS server lock and acquirerwatson2004-05-301-1/+6
* Acquire Giant around two more cases when calling into VFS to vput()rwatson2004-05-301-13/+22
* Don't release Giant until after the call to vput() in nfsrv_setattr().rwatson2004-05-291-1/+1
* Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFSrwatson2004-05-271-1/+1
* The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-241-26/+406
* Don't send the available space as is in the FSSTAT call. Undermux2004-04-121-2/+14
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-1/+1
* When grabbing vnodes to service NFS requests, make sure to callphk2003-10-241-81/+11
* Fix a bug in nfsrv_read() that caused the replies to certain NFSv3iedowse2003-06-241-1/+1
* Increase the size of the NFS server hash table to improve performancemckusick2003-06-211-4/+4
* Beat vnode locking in the NFS server code into submission. This changetruckman2003-05-251-112/+186
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-241-0/+4
* - Lock bufs before inspecting their flags.jeff2003-03-131-6/+9
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-3/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-10/+10
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-10/+10
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-3/+3
* In the NFSv3 `fsinfo' procedure reply, don't claim that we supportiedowse2002-12-051-2/+2
* - Introduce a new macro, since that's what nfs loves, calledjeff2002-10-311-2/+2
* Correct a problem wherein NFS servers running NFSv2 would not returnrwatson2002-10-031-3/+2
* - Use incore() instead of gbincore() so we don't have to acquire thejeff2002-09-251-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+3
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-19/+19
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-101-1/+7
* More s/file system/filesystem/gtrhodes2002-05-161-4/+4
* Limit to the maximum allowed reply size the amount of data thatiedowse2002-04-211-0/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* The vnode was not being vput()'d in the EEXIST mknod case on the nfsdillon2002-01-141-0/+2
* It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIRiedowse2002-01-131-3/+9
* Fix a few NFSv2 issues that slipped in during the big cleanup. Theiedowse2002-01-121-33/+28
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-081-24/+24
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-10/+0
* When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULLiedowse2001-12-041-3/+2
* Now that nfsm_reply() does not usually set 'error' to 0, we neediedowse2001-10-251-0/+1
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-2/+2
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-21/+21
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-271-23/+25
* Cleanup and split of nfs client and server code.peter2001-09-181-513/+340
* KSE Milestone 2julian2001-09-121-146/+146
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-091-46/+101
OpenPOWER on IntegriCloud