summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client/nfs4_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* This file fell out of the list when adding bufsync.phk2005-01-111-0/+1
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-6/+6
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-061-0/+1
* 2 fixes that improve on the consistency of the NFS client cache.ps2004-12-061-2/+2
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-64/+29
* Remove redundant functions (repo-copied from nfsclient) for dealing withphk2004-12-011-114/+0
* Scripted modification of vop_* prototypes to use typedefs.phk2004-12-011-25/+25
* Fix for a bug in nfs_mkdir() that called vrele() instead of vput()rees2004-12-011-1/+1
* Remove blank line which crept in.phk2004-10-261-1/+0
* Move the buffer method vector (buf->b_op) to the bufobj.phk2004-10-241-1/+20
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.phk2004-10-221-7/+5
* Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAITphk2004-10-211-15/+9
* Remove NFS4 vop method vector for devices: we are desupporing device nodesphk2004-09-271-81/+12
* Remove unused B_WRITEINPROG flagphk2004-09-151-8/+3
* Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio().phk2004-09-071-4/+2
* Avoid casts as lvalues.kan2004-07-281-2/+3
* Eliminate unused second argument to reassignbuf() and simplify itphk2004-07-251-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-1/+1
* NFSv4 fixes from Connectathon 2004:rees2004-02-271-54/+24
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+3200
OpenPOWER on IntegriCloud