| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -12/+18 |
* | First cut of NFS direct IO support. | ps | 2004-12-15 | 6 | -4/+228 |
* | 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 | 3 | -1/+6 |
* | Fix for a Lock Order Reversal in the nfs_flush() path, between the | ps | 2004-12-07 | 1 | -4/+8 |
* | Don't clobber mnt_stat.f_mntonname | phk | 2004-12-07 | 1 | -13/+8 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 1 | -21/+51 |
* | Always issue wakeups() to the NFS requestors under the mutex | ps | 2004-12-07 | 1 | -7/+17 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | ps | 2004-12-06 | 8 | -418/+571 |
* | 2 fixes that improve on the consistency of the NFS client cache. | ps | 2004-12-06 | 4 | -17/+24 |
* | Serialize NFS vinvalbuf operations by acquiring/upgrading to the | ps | 2004-12-06 | 4 | -31/+24 |
* | Add non-blocking versions of nfsm_dissect() and friends, for use from | ps | 2004-12-06 | 1 | -1/+1 |
* | - If all data has been committed to stable storage on the server, it | ps | 2004-12-06 | 1 | -3/+7 |
* | Correct a typo in a comment. | rwatson | 2004-12-06 | 1 | -1/+1 |
* | For reasons unknown, the nfs locking code used a fifo to send requests to | phk | 2004-12-06 | 5 | -88/+159 |
* | Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(), | rwatson | 2004-12-05 | 1 | -1/+6 |
* | Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets are | rwatson | 2004-12-05 | 1 | -1/+1 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -5/+0 |
* | 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 | 4 | -61/+51 |
* | Remove redundant functions (repo-copied from nfsclient) for dealing with | phk | 2004-12-01 | 1 | -4/+0 |
* | 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 (blocks) underrun bug where negative values were being | ps | 2004-12-01 | 1 | -3/+4 |
* | Fix for a bug in nfs_mkdir() that called vrele() instead of vput() | ps | 2004-11-29 | 1 | -2/+2 |
* | - Eliminate the acquisition and release of the bqlock in bremfree() by | jeff | 2004-11-18 | 1 | -0/+2 |
* | Detect root mount attempts on the flag, not on the NULL path. | phk | 2004-11-09 | 1 | -1/+1 |
* | Retire b_magic now, we have the bufobj containing the same hint. | phk | 2004-11-04 | 1 | -1/+0 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 4 | -36/+26 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 4 | -12/+10 |
* | Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT | phk | 2004-10-21 | 2 | -16/+10 |
* | Add a missing newline character. | pjd | 2004-10-14 | 1 | -1/+2 |
* | nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither should | das | 2004-10-01 | 1 | -3/+1 |
* | Remove support for using NFS device nodes. | phk | 2004-09-28 | 3 | -97/+2 |
* | Remove NFS4 vop method vector for devices: we are desupporing device nodes | phk | 2004-09-27 | 1 | -1/+2 |
* | style consistency. | phk | 2004-09-27 | 1 | -1/+1 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 2 | -13/+3 |
* | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | phk | 2004-09-07 | 4 | -22/+15 |
* | In nfs_timer(), pass curthread rather than &thread0 into the protocol | rwatson | 2004-08-25 | 1 | -4/+2 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -4/+3 |
* | Move a relic to its correct location(s): Put nfs diskless initialization | phk | 2004-07-28 | 2 | -0/+17 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 1 | -2/+0 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 1 | -1/+1 |
* | Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE | alfred | 2004-07-13 | 1 | -5/+1 |
* | Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a | dwmalone | 2004-07-12 | 1 | -2/+2 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -2/+2 |