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
/
kern
/
vfs_default.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fixup the default vfs_root function to match the new prototype.
jeff
2005-03-24
1
-1
/
+2
*
- Don't drop the lock in the default inactive handler anymore, VOP_NULL
jeff
2005-03-13
1
-14
/
+1
*
Remove VFS_START(). Its original purpose involved the mfs filesystem,
das
2005-02-20
1
-10
/
+0
*
Remove vop_stddestroyvobject()
phk
2005-02-07
1
-13
/
+0
*
Move the contents of vop_stddestroyvobject() to the new vnode_pager
phk
2005-01-28
1
-26
/
+2
*
Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.
phk
2005-01-25
1
-24
/
+0
*
Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem
phk
2005-01-25
1
-14
/
+0
*
Move the body of vop_stdcreatevobject() over to the vnode_pager under
phk
2005-01-24
1
-50
/
+1
*
Kill the VV_OBJBUF and test the v_object for NULL instead.
phk
2005-01-24
1
-2
/
+1
*
- Remove GIANT_REQUIRED where it is no longer required.
jeff
2005-01-24
1
-4
/
+0
*
Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()
phk
2005-01-13
1
-1
/
+1
*
Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().
phk
2005-01-11
1
-5
/
+3
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Add missing vop_bypass (returning EOPNOTSUPP).
phk
2004-12-03
1
-1
/
+3
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-42
/
+25
*
Make more sense out of vop_stdcreatevobject()
phk
2004-11-18
1
-21
/
+21
*
Make VOP_BMAP return a struct bufobj for the underlying storage device
phk
2004-11-15
1
-3
/
+3
*
The default VOP_REVOKE() should be vop_panic() as we should never
phk
2004-11-13
1
-1
/
+1
*
Properly implement a default version of VOP_GETWRITEMOUNT.
phk
2004-11-06
1
-0
/
+1
*
Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()
alc
2004-11-06
1
-0
/
+1
*
Remove VOP_SPECSTRATEGY() from the system.
phk
2004-10-29
1
-1
/
+0
*
Eliminate unnecessary KASSERT.
phk
2004-10-27
1
-3
/
+0
*
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
1
-4
/
+3
*
Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT
phk
2004-10-21
1
-9
/
+7
*
Use vn_isdisk() to check if vnode is a disk.
phk
2004-09-24
1
-1
/
+1
*
use vn_isdisk() to see if vnode is a disk.
phk
2004-09-24
1
-1
/
+1
*
Make VFS_ROOT() and vflush() take a thread argument.
alfred
2004-07-12
1
-1
/
+2
*
style(9)
alfred
2004-07-07
1
-1
/
+12
*
do the vfsstd thing instead of messing up our VFS_SYSCTL macro.
alfred
2004-07-07
1
-0
/
+10
*
When we traverse the vnodes on a mountpoint we need to look out for
phk
2004-07-04
1
-9
/
+1
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Clean up the stub fake vnode locking implemenations. The main reason this
peter
2004-03-29
1
-160
/
+0
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-5
/
+5
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
1
-5
/
+1
*
Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop is
kan
2003-10-30
1
-0
/
+1
*
Introduce no_poll() default method for device drivers. Have it
phk
2003-09-27
1
-0
/
+1
*
I have not had any reports of trouble for a long time, so remove the
phk
2003-06-15
1
-25
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-3
/
+3
*
Lock the vm_object when performing vm_pager_deallocate().
alc
2003-05-06
1
-1
/
+1
*
Lock access to the vm_object's flags in vop_stdcreatevobject().
alc
2003-05-02
1
-1
/
+4
*
Lock an update to a vm_object's ref_count.
alc
2003-05-01
1
-0
/
+2
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
- Lock the vm_object on entry to vm_object_terminate().
alc
2003-04-26
1
-2
/
+5
*
- Remove a race between fsync like functions and flushbufqueues() by
jeff
2003-03-13
1
-1
/
+0
*
Rename vfs_stdsync function to vfs_stdnosync which matches more
kan
2003-03-11
1
-1
/
+56
*
Remove trainling whitespace.
kan
2003-03-10
1
-16
/
+15
*
Respect any passed in external lockmgr flags such as LK_NOWAIT in the
jhb
2003-03-07
1
-4
/
+2
*
- Correct the wchan in vop_stdfsync()
jeff
2003-03-03
1
-1
/
+1
*
Pick up one file missed in the previous vprint() cleanup
njl
2003-03-03
1
-3
/
+3
[next]