summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using shared locks for nfs vop locks.alfred2003-11-111-3/+0
* DuH!phk2003-10-181-1/+1
* Initialize bp->b_offset before calling VOP_STRATEGY().phk2003-10-181-3/+1
* Name the vnode method vectors consistently with the rest of the filesystems.phk2003-09-121-15/+15
* KNF: parentheses around return values.dds2003-09-041-4/+4
* Fix errno return values to better represent failure reasons fordds2003-09-021-4/+9
* Fix a problem that occurs when truncating files on NFSv3 mounts: we needtjr2003-07-291-1/+7
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* When removing a sillyrename file, make sure that the directory vnodeiedowse2003-06-121-0/+6
* This change grabs the vnode lock for NFS client vnodes when callingrwatson2003-05-151-0/+4
* VOP_FSYNC() expects to be called with the vnode locked, so lock fvp intruckman2003-04-241-1/+9
* Release the vnode interlock in nfs_flush() before calling nfs_sigintr(),truckman2003-04-231-1/+2
* Revert change 1.201 (removing mapping of VAPPEND to VWRITE).thomas2003-03-311-32/+2
* Map VAPPEND to VWRITE in nfsspec_access() - VAPPEND is never set in thetjr2003-03-211-0/+7
* - Add a forgotten BUF_LOCK()jeff2003-03-141-0/+1
* - Lock the buf before inspecting its contents.jeff2003-03-131-6/+4
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+2
* - The interlock was not being droped in nfs_flush() if the first part ofjeff2003-02-261-2/+5
* - Properly handle the vnode interlock in nfs_fsync.jeff2003-02-251-1/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.jeff2003-02-251-9/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-6/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Avoid holding the vnode interlock around malloc() or free() to prevent aalc2002-12-231-2/+8
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-9/+19
* - Lock access to the buf lists.jeff2002-09-251-10/+26
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+2
* - Add a missing VI_UNLOCK to an error case in nfs_flush.jeff2002-08-051-0/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+4
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-24/+24
* In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK().jhb2002-06-281-2/+2
* vhold() our vnode while checking the remote side.phk2002-03-081-0/+3
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-10/+0
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-141-5/+18
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-121-0/+5
* Change the kernel's ucred API as follows:jhb2001-10-111-2/+1
* Use crhold() instead of crdup() since we aren't modifying the cred butjhb2001-10-091-1/+2
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-18/+18
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-271-18/+18
* Cleanup and split of nfs client and server code.peter2001-09-181-602/+369
* KSE Milestone 2julian2001-09-121-114/+114
* Fix a client-side memory leak in nfs_flush(). The code allocatesiedowse2001-08-011-2/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-35/+0
* Remove incorrect comment.alfred2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Implement client side NFS locks.alfred2001-04-171-7/+2
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-19/+4
OpenPOWER on IntegriCloud