summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent a panic that happens on SMP machines when removing a disk withtrasz2009-01-111-1/+11
* Implement g_vfs_orphan(). Without it, the filesystem never closestrasz2008-12-161-10/+25
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+2
* 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