aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* - Acquire the vm_object's lock when performing vm_object_page_clean().Alan Cox2003-04-241-0/+4
* - Lock bufs before inspecting their flags.Jeff Roberson2003-03-131-6/+9
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-023-12/+12
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.Jeff Roberson2003-02-251-3/+7
* Don't use mbuf allocator flags for malloc(9).Poul-Henning Kamp2003-02-221-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-195-33/+33
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-215-33/+33
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Abstract-out the constants for the sequential heuristic.Matthew Dillon2002-12-281-3/+3
* In the NFSv3 `fsinfo' procedure reply, don't claim that we supportIan Dowse2002-12-051-2/+2
* Permit MAC policies to instrument the access control decisions forRobert Watson2002-11-041-2/+9
* - Introduce a new macro, since that's what nfs loves, calledJeff Roberson2002-10-313-6/+16
* Set the NOMACCHECK flag for namei()'s generated by the NFS server code.Robert Watson2002-10-191-0/+1
* Correct a problem wherein NFS servers running NFSv2 would not returnRobert Watson2002-10-031-3/+2
* - Use incore() instead of gbincore() so we don't have to acquire theJeff Roberson2002-09-251-1/+1
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-6/+1
* Make the V2 errno translation more resistent to new errnos.Poul-Henning Kamp2002-08-211-21/+22
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-3/+3
* Oops, another unused arg to nfssvc_nfsd(). *blush*Peter Wemm2002-07-241-3/+3
* Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unusedPeter Wemm2002-07-242-41/+10
* Stick a dark comment in about the fact that the NFS server code allocatesRobert Watson2002-07-241-0/+7
* sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.Hajimu UMEMOTO2002-07-221-1/+1
* 'recm' was not being unconditionally cleared for each loop, leading toMatthew Dillon2002-07-171-1/+6
* Add IPv6 support.Alfred Perlstein2002-07-155-14/+56
* Convert old style (type foo *)0 casts to NULLsMatthew Dillon2002-07-114-46/+45
* Replace the global buffer hash table with per-vnode splay trees using aMatthew Dillon2002-07-101-1/+7
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-6/+2
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-2/+6
* More s/file system/filesystem/gTom Rhodes2002-05-162-5/+5
* Limit to the maximum allowed reply size the amount of data thatIan Dowse2002-04-211-0/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-3/+3
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-11/+11
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-272-3/+2
* The vnode was not being vput()'d in the EEXIST mknod case on the nfsMatthew Dillon2002-01-141-0/+2
* It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIRIan Dowse2002-01-131-3/+9
* Fix a few NFSv2 issues that slipped in during the big cleanup. TheIan Dowse2002-01-121-33/+28
* The macro nfsm_reply() is supposed to allocate a reply in all cases,Ian Dowse2002-01-111-2/+2
* Rename some variables that end up shadowing their namesakes in the NFS clientMike Smith2002-01-085-73/+74
* Avoid passing the variable `tl' to functions that just use it forIan Dowse2001-12-183-96/+82
* When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULLIan Dowse2001-12-041-3/+2
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-2/+5
* Fix a leftover client comment, long line fix.Peter Wemm2001-11-151-6/+4
* Now that nfsm_reply() does not usually set 'error' to 0, we needIan Dowse2001-10-251-0/+1
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-287-94/+70
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.Peter Wemm2001-09-281-439/+0
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-273-83/+73
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-273-33/+35