| Commit message (Expand) | Author | Age | Files | Lines |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | - 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 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+1 |
* | - The NFS client was incorrectly masking SIGSTOP (which is | ps | 2005-03-23 | 1 | -19/+6 |
* | Don't brelse(bp) if bp is null. Also, eliminate some redundancy | das | 2005-03-18 | 1 | -18/+5 |
* | Use vfs_hash. | phk | 2005-03-16 | 2 | -155/+42 |
* | MFp4: use the function to fix the packet header length instead of rolling | jmg | 2005-03-16 | 1 | -7/+1 |
* | - VOP_INACTIVE should no longer drop the vnode lock. | jeff | 2005-03-13 | 1 | -1/+0 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 2 | -2/+2 |
* | - It is no longer necessary to lock and unlock the vnode in nfs_close() as | jeff | 2005-03-13 | 1 | -6/+1 |
* | Minor cleanup in nfs_request() and removal of a comment that doesn't | ps | 2005-02-26 | 1 | -10/+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 |
* | Fix for a potential NFS client race where shared data is updated from | ps | 2005-02-18 | 1 | -0/+4 |
* | Drop Giant before calling kthread_exit(). | jhb | 2005-02-07 | 1 | -0/+1 |
* | Style cleanup for O_DIRECT sysctl comment introduced in nfs_vnops.c:1.242. | rwatson | 2005-01-29 | 1 | -8/+9 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | 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 | 4 | -21/+16 |
* | Mostly back out rev 1.33 from quite some time ago, and the followup fixes | peter | 2005-01-18 | 1 | -25/+11 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -2/+2 |
* | Include opt_bootp.h for BOOTP_NFSROOT | brian | 2005-01-12 | 1 | -0/+2 |
* | 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 | 2 | -9/+9 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 16 | -16/+16 |
* | If the NFS/TCP stream is out of sync between the client and server, | ps | 2005-01-05 | 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 | 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 |