summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* The macro nfsm_reply() is supposed to allocate a reply in all cases,iedowse2002-01-111-2/+2
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-085-73/+74
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-183-96/+82
* When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULLiedowse2001-12-041-3/+2
* Give struct socket structures a ref counting interface similar todillon2001-11-171-2/+5
* Fix a leftover client comment, long line fix.peter2001-11-151-6/+4
* 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-287-94/+70
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.peter2001-09-281-439/+0
* Make nfsm_dissect() have an obvious return value.peter2001-09-273-83/+73
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-273-33/+35
* Wrap a module around the init code so that we have somethign do do apeter2001-09-201-38/+46
* Cleanup and split of nfs client and server code.peter2001-09-189-5528/+1076
* Sync some differences that were different between the copies of the filespeter2001-09-152-6/+6
* KSE Milestone 2julian2001-09-126-295/+299
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-102-8/+8
* Pushdown Giant for nfs syscalls (nfssvc())dillon2001-08-311-12/+23
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-2/+2
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-2/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+8
* Revert consequences of changes to mount.h, part 2.grog2001-04-295-10/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-235-0/+10
* Implement client side NFS locks.alfred2001-04-173-0/+11
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-172-2/+0
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-183-3/+9
* 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-216-33/+33
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-082-10/+6
* Simplify the tprintf() API.phk2000-11-261-8/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-2/+5
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-244-7/+16
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+113
* Back out the previous change to the queue(3) interface.jake2000-05-265-39/+39
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-235-39/+39
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add a sysctl to specify the amount of UDP receive space NFS shoulddillon2000-03-271-8/+22
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-133-33/+0
OpenPOWER on IntegriCloud