aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* MFC: The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.cHiroki Sato2007-01-072-1/+20
* MFC: sys/nfsserver/nfs_serv.c 1.167Pawel Jakub Dawidek2006-12-021-5/+6
* MFC rev. 1.166:Konstantin Belousov2006-11-031-2/+2
* MFC: Release references acquired by VOP_GETWRITEMOUNT() and vfs_getvfs().Tor Egge2006-09-272-2/+15
* MFC revision 1.99 nfs_srvsock.cChristian S.J. Peron2006-09-021-0/+6
* MFC revision 1.79 nfs.hChristian S.J. Peron2006-09-024-40/+44
* MFC: Free the server request cache on unload and use callout_drain().John Baldwin2006-08-113-1/+14
* MFC of the temporary fix for nfsd leaking GIANT.Konstantin Belousov2006-06-132-0/+20
* MFC r1.18:Kris Kennaway2006-04-301-1/+1
* rick says:Chuck Lever2006-04-041-0/+6
* MFC Rev 1.138Jeff Roberson2006-03-131-1/+1
* MFC Revs 1.163, 1.162Jeff Roberson2006-03-131-62/+52
* Correct a remote kernel panic when processing zero-length RPC recordsSimon L. B. Nielsen2006-03-011-1/+1
* MFC 1.157:Gleb Smirnoff2005-11-251-0/+4
* NFS write gathering defers execution of NFS server write requests to waitRobert Watson2005-04-172-5/+23
* avoid potential null ptr deref by free'ing excess mbufs instead ofSam Leffler2005-03-281-2/+4
* Do not do write gathering for NFSv3, since it makes no sense unlessXin LI2005-03-261-1/+2
* Don't try to create vnode_pager objects on other filesystems vnodes,Poul-Henning Kamp2005-01-243-18/+0
* Now that we have a non blocking version of nfsm_dissect(), change all thePaul Saab2005-01-193-41/+41
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()Poul-Henning Kamp2005-01-131-1/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-079-9/+9
* Correct a bug in nfsrv_create() where a call to nfsrv_access() mightRobert Watson2004-11-111-38/+52
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-221-1/+1
* Correct several instances where calls to vfs_getvfs() resulting inRobert Watson2004-10-181-13/+61
* Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() toRobert Watson2004-08-251-1/+1
* If debug.mpsafenet is non-zero, run the NFS server callout withoutRobert Watson2004-07-241-1/+4
* Remove spl() use from nfsrv_timer.Robert Watson2004-07-241-3/+0
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-5/+8
* Do not call sorecieve() in the context of a socket callback as it causesAlfred Perlstein2004-07-131-3/+5
* Change M_WAITOK argument to sodupsockaddr() to M_NOWAIT. When the callRobert Watson2004-07-031-1/+5
* Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-171-0/+8
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Giant wasn't dropped here if we have to return EBUSY. This is bad.Bosko Milekic2004-05-311-1/+3
* Release NFS subsystem lock and acquire Giant when calling intoRobert Watson2004-05-311-0/+4
* Add an assertion that nfssvc() isn't called with Giant.Robert Watson2004-05-311-0/+10
* The NFS server modevent code manually patches the system call table toRobert Watson2004-05-311-1/+1
* One more case where we want to drop the NFS server lock and acquireRobert Watson2004-05-301-1/+6
* Acquire Giant around two more cases when calling into VFS to vput()Robert Watson2004-05-301-13/+22
* Don't release Giant until after the call to vput() in nfsrv_setattr().Robert Watson2004-05-291-1/+1
* No need to conditionally acquire Giant in nfssvc_nfsd() because itRobert Watson2004-05-291-2/+0
* Call nfsm_clget_nolock() instead of nfsm_clget() when holding the NFSRobert Watson2004-05-271-1/+1
* The socket code upcalls into the NFS server using the so_upcallRobert Watson2004-05-247-84/+642
* Don't send the available space as is in the FSSTAT call. UnderMaxime Henrion2004-04-121-2/+14
* Don't let the NFS server module be unloaded as long as there arePeter Edwards2004-04-113-3/+6
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-079-36/+0
* Add imperfect comments identifying the function of various nfs socketRobert Watson2004-04-061-6/+6
* Spell 2 as SHUT_RDWR when used as an argument to soshutdown().Robert Watson2004-04-041-1/+1
* Explicitly compare pointers with NULL rather than treating a pointer asRobert Watson2004-04-042-6/+9
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultPeter Wemm2004-03-141-1/+1