| Commit message (Expand) | Author | Age | Files | Lines |
* | In the NFSv3 `fsinfo' procedure reply, don't claim that we support | iedowse | 2002-12-05 | 1 | -2/+2 |
* | - Introduce a new macro, since that's what nfs loves, called | jeff | 2002-10-31 | 1 | -2/+2 |
* | 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 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -3/+3 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -19/+19 |
* | Replace the global buffer hash table with per-vnode splay trees using a | dillon | 2002-07-10 | 1 | -1/+7 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -4/+4 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 1 | -24/+24 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 1 | -10/+0 |
* | When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULL | iedowse | 2001-12-04 | 1 | -3/+2 |
* | Now that nfsm_reply() does not usually set 'error' to 0, we need | iedowse | 2001-10-25 | 1 | -0/+1 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -2/+2 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -21/+21 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 1 | -23/+25 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -513/+340 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -146/+146 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -2/+2 |
* | Fix some problems that were introduced in revision 1.97. Instead | iedowse | 2001-02-09 | 1 | -46/+101 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -4/+4 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -1/+113 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Fix compilation warning on alpha when converting pointer to integer | dillon | 1999-12-18 | 1 | -1/+1 |
* | Have NFS use a snapshot of boottime instead of boottime itself to | dillon | 1999-12-16 | 1 | -6/+14 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -121/+25 |
* | Add a readahead heuristic to the NFS server side code. While the server | dillon | 1999-12-13 | 1 | -1/+77 |
* | Fix a number of server-side issues related to aborting badly formed | dillon | 1999-12-12 | 1 | -4/+4 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -15/+6 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -13/+14 |
* | Make FreeBSD less conservative in determining when to return a cookie | dillon | 1999-09-29 | 1 | -0/+4 |
* | Asynchronized client-side nfs_commit. NFS commit operations were | dillon | 1999-09-17 | 1 | -3/+72 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Correct the sanity test length calculation in nfsrv_readdirplus(): len is | wpaul | 1999-07-29 | 1 | -2/+2 |
* | Clear error in nfsrv_create when we have a valid reply so that | alc | 1999-07-28 | 1 | -1/+2 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | Submitted by: "David E. Cross" <crossd@cs.rpi.edu> | julian | 1999-06-30 | 1 | -1/+2 |
* | Matt's NFS fixes. | julian | 1999-06-23 | 1 | -348/+877 |
* | Various changes lifted from the OpenBSD cvs tree: | peter | 1999-06-05 | 1 | -27/+29 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -3/+3 |