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
*
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