summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* NFS write gathering defers execution of NFS server write requests to waitrwatson2005-04-172-5/+23
* avoid potential null ptr deref by free'ing excess mbufs instead ofsam2005-03-281-2/+4
* Do not do write gathering for NFSv3, since it makes no sense unlessdelphij2005-03-261-1/+2
* Don't try to create vnode_pager objects on other filesystems vnodes,phk2005-01-243-18/+0
* Now that we have a non blocking version of nfsm_dissect(), change all theps2005-01-193-41/+41
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-079-9/+9
* Correct a bug in nfsrv_create() where a call to nfsrv_access() mightrwatson2004-11-111-38/+52
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-1/+1
* Correct several instances where calls to vfs_getvfs() resulting inrwatson2004-10-181-13/+61
* Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() torwatson2004-08-251-1/+1
* If debug.mpsafenet is non-zero, run the NFS server callout withoutrwatson2004-07-241-1/+4
* Remove spl() use from nfsrv_timer.rwatson2004-07-241-3/+0
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-5/+8
* Do not call sorecieve() in the context of a socket callback as it causesalfred2004-07-131-3/+5
* Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the callrwatson2004-07-031-1/+5
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+8
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Giant wasn't dropped here if we have to return EBUSY. This is bad.bmilekic2004-05-311-1/+3
* Release NFS subsystem lock and acquire Giant when calling intorwatson2004-05-311-0/+4
* Add an assertion that nfssvc() isn't called with Giant.rwatson2004-05-311-0/+10
* The NFS server modevent code manually patches the system call table torwatson2004-05-311-1/+1
* 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
* No need to conditionally acquire Giant in nfssvc_nfsd() because itrwatson2004-05-291-2/+0
* 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-247-84/+642
* Don't send the available space as is in the FSSTAT call. Undermux2004-04-121-2/+14
* Don't let the NFS server module be unloaded as long as there arepeadar2004-04-113-3/+6
* Remove advertising clause from University of California Regent'simp2004-04-079-36/+0
* Add imperfect comments identifying the function of various nfs socketrwatson2004-04-061-6/+6
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().rwatson2004-04-041-1/+1
* Explicitly compare pointers with NULL rather than treating a pointer asrwatson2004-04-042-6/+9
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-141-1/+1
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-1/+1
* Convert from timeout to callout API.kan2004-03-073-4/+5
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+2
* Fix some becuase -> because typos.jhb2003-12-171-1/+1
* Update a comment about needing to fix NFS server credential userwatson2003-11-171-1/+1
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-072-0/+6
* When grabbing vnodes to service NFS requests, make sure to callphk2003-10-241-81/+11
* - Set the sopt_dir member of the sockopt structure, otherwise, this parameterjeff2003-10-041-0/+2
* Change idle state sleep identifier to "-" for nfsd.phk2003-07-021-1/+1
* 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
* Use __FBSDID().obrien2003-06-113-3/+0
* Protect read-modify-write increment of f_count field with file lock.hsu2003-06-051-1/+1
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
OpenPOWER on IntegriCloud