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
*
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
*
- Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.
jeff
2003-02-25
1
-1
/
+1
*
- Claim we're 'fsync' and not 'spec_fsync' in vop_stdfsync.
jeff
2003-02-09
1
-1
/
+1
*
- Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
jeff
2003-02-09
1
-0
/
+89
*
Temporarily introduce a new VOP_SPECSTRATEGY operation while I try
phk
2003-01-04
1
-0
/
+25
*
resort the vnode ops list.
phk
2003-01-04
1
-1
/
+1
*
Don't try to be cute and save a call/return by implementing a degenerate
phk
2002-10-24
1
-5
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-7
/
+7
*
- Use the standard vp interlock macros.
jeff
2002-09-25
1
-8
/
+12
*
Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failing
phk
2002-08-13
1
-0
/
+2
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+1
*
- The default for lock, unlock, and islocked is now std* instead of no*.
jeff
2002-07-27
1
-3
/
+3
*
Remove vfs_stdmount() and vfs_stdunmount(). They are not
mux
2002-07-09
1
-20
/
+0
*
Remove a stale comment saying that the vnode lock must be the first
iedowse
2002-04-27
1
-3
/
+0
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-1
/
+0
*
Remove __P.
alfred
2002-03-19
1
-2
/
+2
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-1
/
+2
*
Document all functions, global and static variables, and sysctls.
eivind
2002-03-05
1
-5
/
+44
*
Fix incorrect double-termination of vm_object. When a vm_object is
dillon
2001-10-23
1
-1
/
+12
*
KSE Milestone 2
julian
2001-09-12
1
-38
/
+38
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-12
/
+5
*
Don't release the vm lock just to turn around and grab it again.
jhb
2001-05-23
1
-3
/
+0
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-1
/
+15
*
When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUT
jlemon
2001-05-14
1
-3
/
+3
*
Fix return type of vop_stdputpages()
phk
2001-05-06
1
-1
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-0
/
+33
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-0
/
+25
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
1
-10
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
1
-8
/
+0
*
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
rwatson
2001-03-19
1
-2
/
+2
*
o Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
1
-2
/
+3
*
Added a dummy lookup vop. Specfs was broken by removing its dummy
bde
2001-02-18
1
-4
/
+17
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-1
/
+0
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
[next]