| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly vector all bwrite() and BUF_WRITE() calls through the same path | phk | 2004-03-11 | 1 | -1/+1 |
* | University of Michigan's Citi NFSv4 kernel client code. | alfred | 2003-11-14 | 1 | -0/+3 |
* | Stop using shared locks for nfs vop locks. | alfred | 2003-11-11 | 1 | -3/+0 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize bp->b_offset before calling VOP_STRATEGY(). | phk | 2003-10-18 | 1 | -3/+1 |
* | Name the vnode method vectors consistently with the rest of the filesystems. | phk | 2003-09-12 | 1 | -15/+15 |
* | KNF: parentheses around return values. | dds | 2003-09-04 | 1 | -4/+4 |
* | Fix errno return values to better represent failure reasons for | dds | 2003-09-02 | 1 | -4/+9 |
* | Fix a problem that occurs when truncating files on NFSv3 mounts: we need | tjr | 2003-07-29 | 1 | -1/+7 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | When removing a sillyrename file, make sure that the directory vnode | iedowse | 2003-06-12 | 1 | -0/+6 |
* | This change grabs the vnode lock for NFS client vnodes when calling | rwatson | 2003-05-15 | 1 | -0/+4 |
* | VOP_FSYNC() expects to be called with the vnode locked, so lock fvp in | truckman | 2003-04-24 | 1 | -1/+9 |
* | Release the vnode interlock in nfs_flush() before calling nfs_sigintr(), | truckman | 2003-04-23 | 1 | -1/+2 |
* | Revert change 1.201 (removing mapping of VAPPEND to VWRITE). | thomas | 2003-03-31 | 1 | -32/+2 |
* | Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in the | tjr | 2003-03-21 | 1 | -0/+7 |
* | - Add a forgotten BUF_LOCK() | jeff | 2003-03-14 | 1 | -0/+1 |
* | - Lock the buf before inspecting its contents. | jeff | 2003-03-13 | 1 | -6/+4 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -2/+2 |
* | - The interlock was not being droped in nfs_flush() if the first part of | jeff | 2003-02-26 | 1 | -2/+5 |
* | - Properly handle the vnode interlock in nfs_fsync. | jeff | 2003-02-25 | 1 | -1/+1 |
* | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | jeff | 2003-02-25 | 1 | -9/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -6/+0 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 1 | -1/+1 |
* | Avoid holding the vnode interlock around malloc() or free() to prevent a | alc | 2002-12-23 | 1 | -2/+8 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -9/+19 |
* | - Lock access to the buf lists. | jeff | 2002-09-25 | 1 | -10/+26 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -2/+2 |
* | - 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 |