summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_vfs.c
Commit message (Expand)AuthorAgeFilesLines
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-18/+15
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-4/+4
* Add barrier write capability to the VFS buffer interface. A barriermckusick2013-02-161-0/+4
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-10/+2
* Partially revert r238886 in part of GEOM_VFS spoiling.mav2012-07-291-30/+1
* Implement media change notification for DA and CD removable media devices.mav2012-07-291-1/+30
* Expand locking around identification of filesystem mount point whenmckusick2012-04-081-5/+17
* Keep track of the mount point associated with a special devicemckusick2012-03-281-1/+30
* Close race between geom destruction on g_vfs_close() when softc destroyedmav2011-12-021-1/+3
* Add mutex and two flags to make orphan() call properly asynchronous:mav2011-11-021-22/+65
* Allow disk partitions associated with UFS read-only mountedmckusick2011-07-101-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* g_vfs_open: allow only one mount per device vnodeavg2010-04-031-1/+6
* bo_bsize: revert r205860 and take an alternative approch in getblkavg2010-04-021-1/+1
* g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZEavg2010-03-291-1/+1
* Remove unused variable.trasz2009-09-081-2/+0
* Fix a panic which (reportedly) can happen when unmounting a filesystemtrasz2009-07-011-1/+1
* 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