summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Beat vnode locking in the NFS server code into submission. This changetruckman2003-05-253-114/+203
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-241-0/+4
* - Lock bufs before inspecting their flags.jeff2003-03-131-6/+9
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-023-12/+12
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-3/+7
* Don't use mbuf allocator flags for malloc(9).phk2003-02-221-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-195-33/+33
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-215-33/+33
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-3/+3
* In the NFSv3 `fsinfo' procedure reply, don't claim that we supportiedowse2002-12-051-2/+2
* Permit MAC policies to instrument the access control decisions forrwatson2002-11-041-2/+9
* - Introduce a new macro, since that's what nfs loves, calledjeff2002-10-313-6/+16
* Set the NOMACCHECK flag for namei()'s generated by the NFS server code.rwatson2002-10-191-0/+1
* Correct a problem wherein NFS servers running NFSv2 would not returnrwatson2002-10-031-3/+2
* - Use incore() instead of gbincore() so we don't have to acquire thejeff2002-09-251-1/+1
* Use m_length() instead of home-rolled versions.phk2002-09-181-6/+1
* Make the V2 errno translation more resistent to new errnos.phk2002-08-211-21/+22
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+3
* Oops, another unused arg to nfssvc_nfsd(). *blush*peter2002-07-241-3/+3
* Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unusedpeter2002-07-242-41/+10
* Stick a dark comment in about the fact that the NFS server code allocatesrwatson2002-07-241-0/+7
* sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY.ume2002-07-221-1/+1
* 'recm' was not being unconditionally cleared for each loop, leading todillon2002-07-171-1/+6
* Add IPv6 support.alfred2002-07-155-14/+56
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-114-46/+45
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-101-1/+7
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-6/+2
* Lock down a socket, milestone 1.tanimura2002-05-201-2/+6
* More s/file system/filesystem/gtrhodes2002-05-162-5/+5
* Limit to the maximum allowed reply size the amount of data thatiedowse2002-04-211-0/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-3/+3
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-11/+11
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-272-3/+2
* 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
OpenPOWER on IntegriCloud