summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+1
* - Lock Giant if needed around the call to vnode_create_vobject(). This isjeff2006-03-021-0/+3
* Try to unbreak the vnode locking around vop_reclaim() (based mostly onphk2005-02-191-0/+4
* Make various random things staticphk2005-02-101-1/+3
* - If mpsafevfs is off, acquire giant around all calls to bufdone().jeff2005-01-281-0/+4
* Introduce and use g_vfs_close().phk2005-01-251-0/+11
* Create a correctly sized vnode objects for disk devices.phk2005-01-241-0/+1
* - Don't acquire giant around calls to bufdone().jeff2005-01-241-2/+0
* Add BO_SYNC() and add a default which uses the secret vnode pointerphk2005-01-111-0/+1
* Finish cut&paste adjustments.phk2004-11-041-1/+1
* Add GEOM class "VFS" for filesystems and other buffer cache usersphk2004-10-291-0/+152
OpenPOWER on IntegriCloud