summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-4/+4
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+113
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Fix compilation warning on alpha when converting pointer to integerdillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-121/+25
* Add a readahead heuristic to the NFS server side code. While the serverdillon1999-12-131-1/+77
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-4/+4
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-15/+6
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-13/+14
OpenPOWER on IntegriCloud