| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add a missing VI_UNLOCK to an error case in nfs_flush. | jeff | 2002-08-05 | 1 | -0/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+4 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -24/+24 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 1 | -2/+2 |
* | vhold() our vnode while checking the remote side. | phk | 2002-03-08 | 1 | -0/+3 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 1 | -10/+0 |
* | This fixes a large number of bugs in our NFS client side code. A recent | dillon | 2001-12-14 | 1 | -5/+18 |
* | Allow users to use the 'nolockd' or -L options with mount_nfs in order | alfred | 2001-11-12 | 1 | -0/+5 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 1 | -2/+1 |
* | Use crhold() instead of crdup() since we aren't modifying the cred but | jhb | 2001-10-09 | 1 | -1/+2 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -18/+18 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 1 | -18/+18 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -602/+369 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -114/+114 |
* | Fix a client-side memory leak in nfs_flush(). The code allocates | iedowse | 2001-08-01 | 1 | -2/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -35/+0 |
* | Remove incorrect comment. | alfred | 2001-04-29 | 1 | -1/+0 |
* | 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 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 1 | -7/+2 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -19/+4 |
* | Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be | dillon | 2001-02-28 | 1 | -0/+8 |
* | NFS O_EXCL file create semantics temporarily uses file attributes to store | dillon | 2001-01-04 | 1 | -1/+14 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -21/+0 |
* | Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on top | bp | 2000-10-15 | 1 | -11/+31 |
* | Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts). | bp | 2000-10-15 | 1 | -0/+2 |
* | Add a lock structure to vnode structure. Previously it was either allocated | bp | 2000-09-25 | 1 | -0/+4 |
* | 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 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 1 | -1/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -1/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -2/+4 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -2/+2 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -3/+4 |
* | Fix at least one source of the continued 'NFS append race'. close() | dillon | 2000-01-05 | 1 | -3/+21 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -22/+0 |
* | Synopsis of problem being fixed: Dan Nelson originally reported that | dillon | 1999-12-12 | 1 | -26/+2 |
* | The symlink implementation could improperly return a NULL vp along with | dillon | 1999-11-30 | 1 | -3/+33 |
* | Remap the error EEXISTS => 0 *before* using error to determine if we should | eivind | 1999-11-27 | 1 | -7/+9 |
* | Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missed | eivind | 1999-11-20 | 1 | -7/+1 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -1/+3 |
* | Move NFS access cache hits/misses into nfsstats structure so | dillon | 1999-10-25 | 1 | -6/+7 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -4/+0 |
* | Asynchronized client-side nfs_commit. NFS commit operations were | dillon | 1999-09-17 | 1 | -11/+14 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+2 |
* | As described by the submitter: | msmith | 1999-07-31 | 1 | -34/+55 |
* | Close PR #12651: the hash calculation routine has changed in other | wpaul | 1999-07-30 | 1 | -2/+2 |