| Commit message (Expand) | Author | Age | Files | Lines |
* | When grabbing vnodes to service NFS requests, make sure to call | phk | 2003-10-24 | 1 | -81/+11 |
* | - Set the sopt_dir member of the sockopt structure, otherwise, this parameter | jeff | 2003-10-04 | 1 | -0/+2 |
* | Change idle state sleep identifier to "-" for nfsd. | phk | 2003-07-02 | 1 | -1/+1 |
* | Fix a bug in nfsrv_read() that caused the replies to certain NFSv3 | iedowse | 2003-06-24 | 1 | -1/+1 |
* | Increase the size of the NFS server hash table to improve performance | mckusick | 2003-06-21 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 3 | -3/+0 |
* | Protect read-modify-write increment of f_count field with file lock. | hsu | 2003-06-05 | 1 | -1/+1 |
* | Add /* FALLTHROUGH */ | phk | 2003-05-31 | 1 | -0/+1 |
* | Beat vnode locking in the NFS server code into submission. This change | truckman | 2003-05-25 | 3 | -114/+203 |
* | - Acquire the vm_object's lock when performing vm_object_page_clean(). | alc | 2003-04-24 | 1 | -0/+4 |
* | - Lock bufs before inspecting their flags. | jeff | 2003-03-13 | 1 | -6/+9 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 3 | -12/+12 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -3/+7 |
* | Don't use mbuf allocator flags for malloc(9). | phk | 2003-02-22 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 5 | -33/+33 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 5 | -33/+33 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
* | Abstract-out the constants for the sequential heuristic. | dillon | 2002-12-28 | 1 | -3/+3 |
* | In the NFSv3 `fsinfo' procedure reply, don't claim that we support | iedowse | 2002-12-05 | 1 | -2/+2 |
* | Permit MAC policies to instrument the access control decisions for | rwatson | 2002-11-04 | 1 | -2/+9 |
* | - Introduce a new macro, since that's what nfs loves, called | jeff | 2002-10-31 | 3 | -6/+16 |
* | Set the NOMACCHECK flag for namei()'s generated by the NFS server code. | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Correct a problem wherein NFS servers running NFSv2 would not return | rwatson | 2002-10-03 | 1 | -3/+2 |
* | - Use incore() instead of gbincore() so we don't have to acquire the | jeff | 2002-09-25 | 1 | -1/+1 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -6/+1 |
* | Make the V2 errno translation more resistent to new errnos. | phk | 2002-08-21 | 1 | -21/+22 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -3/+3 |
* | Oops, another unused arg to nfssvc_nfsd(). *blush* | peter | 2002-07-24 | 1 | -3/+3 |
* | Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unused | peter | 2002-07-24 | 2 | -41/+10 |
* | Stick a dark comment in about the fact that the NFS server code allocates | rwatson | 2002-07-24 | 1 | -0/+7 |
* | sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY. | ume | 2002-07-22 | 1 | -1/+1 |
* | 'recm' was not being unconditionally cleared for each loop, leading to | dillon | 2002-07-17 | 1 | -1/+6 |
* | Add IPv6 support. | alfred | 2002-07-15 | 5 | -14/+56 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 4 | -46/+45 |
* | Replace the global buffer hash table with per-vnode splay trees using a | dillon | 2002-07-10 | 1 | -1/+7 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -6/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+6 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 2 | -5/+5 |
* | Limit to the maximum allowed reply size the amount of data that | iedowse | 2002-04-21 | 1 | -0/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -3/+3 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -11/+11 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -2/+4 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 2 | -3/+2 |
* | The vnode was not being vput()'d in the EEXIST mknod case on the nfs | dillon | 2002-01-14 | 1 | -0/+2 |
* | It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIR | iedowse | 2002-01-13 | 1 | -3/+9 |
* | Fix a few NFSv2 issues that slipped in during the big cleanup. The | iedowse | 2002-01-12 | 1 | -33/+28 |
* | The macro nfsm_reply() is supposed to allocate a reply in all cases, | iedowse | 2002-01-11 | 1 | -2/+2 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 5 | -73/+74 |