summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_srvsubs.c
Commit message (Expand)AuthorAgeFilesLines
* If debug.mpsafenet is non-zero, run the NFS server callout withoutrwatson2004-07-241-1/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-5/+8
* Giant wasn't dropped here if we have to return EBUSY. This is bad.bmilekic2004-05-311-1/+3
* The NFS server modevent code manually patches the system call table torwatson2004-05-311-1/+1
* The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-241-36/+97
* Don't let the NFS server module be unloaded as long as there arepeadar2004-04-111-0/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Convert from timeout to callout API.kan2004-03-071-1/+2
* Fix some becuase -> because typos.jhb2003-12-171-1/+1
* Use __FBSDID().obrien2003-06-111-1/+0
* Beat vnode locking in the NFS server code into submission. This changetruckman2003-05-251-1/+15
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* - Introduce a new macro, since that's what nfs loves, calledjeff2002-10-311-2/+2
* Set the NOMACCHECK flag for namei()'s generated by the NFS server code.rwatson2002-10-191-0/+1
* Make the V2 errno translation more resistent to new errnos.phk2002-08-211-21/+22
* Add IPv6 support.alfred2002-07-151-1/+20
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-4/+4
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-11/+11
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+1
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-081-30/+31
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-70/+70
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-14/+0
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-58/+48
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-271-8/+8
* 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-181-1124/+275
* KSE Milestone 2julian2001-09-121-17/+17
* 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
* 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
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-14/+14
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-241-3/+12
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-18/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-131-11/+0
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-14/+0
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-0/+3
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-121-6/+14
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-1/+4
* remove unused variables.phk1999-08-281-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud