Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Lock Giant if needed around the call to vnode_create_vobject(). This is | jeff | 2006-03-02 | 1 | -0/+3 |
* | Try to unbreak the vnode locking around vop_reclaim() (based mostly on | phk | 2005-02-19 | 1 | -0/+4 |
* | Make various random things static | phk | 2005-02-10 | 1 | -1/+3 |
* | - If mpsafevfs is off, acquire giant around all calls to bufdone(). | jeff | 2005-01-28 | 1 | -0/+4 |
* | Introduce and use g_vfs_close(). | phk | 2005-01-25 | 1 | -0/+11 |
* | Create a correctly sized vnode objects for disk devices. | phk | 2005-01-24 | 1 | -0/+1 |
* | - Don't acquire giant around calls to bufdone(). | jeff | 2005-01-24 | 1 | -2/+0 |
* | Add BO_SYNC() and add a default which uses the secret vnode pointer | phk | 2005-01-11 | 1 | -0/+1 |
* | Finish cut&paste adjustments. | phk | 2004-11-04 | 1 | -1/+1 |
* | Add GEOM class "VFS" for filesystems and other buffer cache users | phk | 2004-10-29 | 1 | -0/+152 |