| Commit message (Expand) | Author | Age | Files | Lines |
* | - cache_lookup() relocks the parent in the DOTDOT case for us. | jeff | 2005-04-14 | 1 | -2/+0 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -3/+2 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -3/+2 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 1 | -38/+18 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -45/+10 |
* | - It is no longer necessary to lock and unlock the vnode in nfs_close() as | jeff | 2005-03-13 | 1 | -6/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 1 | -13/+9 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | phk | 2005-02-19 | 1 | -0/+2 |
* | Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242. | rwatson | 2005-01-29 | 1 | -8/+9 |
* | Create a vnode_pager object when a file is opened. | phk | 2005-01-24 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 1 | -12/+9 |
* | Add BO_SYNC() and add a default which uses the secret vnode pointer | phk | 2005-01-11 | 1 | -0/+1 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 1 | -7/+7 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Turn NFS directio off until the stability issues are resolved. | ps | 2004-12-23 | 1 | -1/+1 |
* | Change the NFS sillyrename convention so that we won't run out | ps | 2004-12-16 | 1 | -11/+17 |
* | First cut of NFS direct IO support. | ps | 2004-12-15 | 1 | -0/+39 |
* | Revert rev 1.233. The null-pointer function call (a dereference on | marcel | 2004-12-11 | 1 | -3/+3 |
* | In nfs_rename(), skip the otw rename operation if the fsync (to | ps | 2004-12-10 | 1 | -3/+10 |
* | Store a hint in the nfsnode to detect sequential access of the file. | ps | 2004-12-10 | 1 | -0/+1 |
* | Fix for a Lock Order Reversal in the nfs_flush() path, between the | ps | 2004-12-07 | 1 | -4/+8 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | ps | 2004-12-06 | 1 | -0/+1 |
* | 2 fixes that improve on the consistency of the NFS client cache. | ps | 2004-12-06 | 1 | -8/+13 |
* | Serialize NFS vinvalbuf operations by acquiring/upgrading to the | ps | 2004-12-06 | 1 | -2/+0 |
* | - If all data has been committed to stable storage on the server, it | ps | 2004-12-06 | 1 | -3/+7 |
* | Fix null-pointer indirect function calls introduced in the previous | marcel | 2004-12-05 | 1 | -3/+3 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -55/+45 |
* | Scripted modification of vop_* prototypes to use typedefs. | phk | 2004-12-01 | 1 | -25/+25 |
* | Add missing #include | phk | 2004-12-01 | 1 | -0/+1 |
* | Fix for a race between lookup and readdirplus, that causes | ps | 2004-12-01 | 1 | -0/+28 |
* | Clean all dirty pages (dirtied by mmap'ed writes) in nfs_close(). | ps | 2004-12-01 | 1 | -0/+18 |
* | Fix for a bug in nfs_mkdir() that called vrele() instead of vput() | ps | 2004-11-29 | 1 | -2/+2 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -1/+18 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 1 | -7/+5 |
* | Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT | phk | 2004-10-21 | 1 | -15/+9 |
* | Remove support for using NFS device nodes. | phk | 2004-09-28 | 1 | -89/+2 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 1 | -8/+3 |
* | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | phk | 2004-09-07 | 1 | -4/+2 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 1 | -1/+1 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 1 | -12/+11 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Flush cached access mode after modifying a files attributes for | peadar | 2004-04-03 | 1 | -0/+2 |
* | 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 |