index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
/
geom_vfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC Alexander Motin's GEOM direct dispatch work:
scottl
2014-01-07
1
-18
/
+15
*
Implement the concept of the unmapped VMIO buffers, i.e. buffers which
kib
2013-03-19
1
-4
/
+4
*
Add barrier write capability to the VFS buffer interface. A barrier
mckusick
2013-02-16
1
-0
/
+4
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-10
/
+2
*
Partially revert r238886 in part of GEOM_VFS spoiling.
mav
2012-07-29
1
-30
/
+1
*
Implement media change notification for DA and CD removable media devices.
mav
2012-07-29
1
-1
/
+30
*
Expand locking around identification of filesystem mount point when
mckusick
2012-04-08
1
-5
/
+17
*
Keep track of the mount point associated with a special device
mckusick
2012-03-28
1
-1
/
+30
*
Close race between geom destruction on g_vfs_close() when softc destroyed
mav
2011-12-02
1
-1
/
+3
*
Add mutex and two flags to make orphan() call properly asynchronous:
mav
2011-11-02
1
-22
/
+65
*
Allow disk partitions associated with UFS read-only mounted
mckusick
2011-07-10
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
g_vfs_open: allow only one mount per device vnode
avg
2010-04-03
1
-1
/
+6
*
bo_bsize: revert r205860 and take an alternative approch in getblk
avg
2010-04-02
1
-1
/
+1
*
g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZE
avg
2010-03-29
1
-1
/
+1
*
Remove unused variable.
trasz
2009-09-08
1
-2
/
+0
*
Fix a panic which (reportedly) can happen when unmounting a filesystem
trasz
2009-07-01
1
-1
/
+1
*
Prevent a panic that happens on SMP machines when removing a disk with
trasz
2009-01-11
1
-1
/
+11
*
Implement g_vfs_orphan(). Without it, the filesystem never closes
trasz
2008-12-16
1
-10
/
+25
*
Remove the struct thread unuseful argument from bufobj interface.
attilio
2008-10-10
1
-2
/
+2
*
Cylinder group bitmaps and blocks containing inode for a snapshot
kib
2007-01-23
1
-0
/
+1
*
- 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