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
*
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
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+3
*
Add a lock structure to vnode structure. Previously it was either allocated
bp
2000-09-25
1
-52
/
+18
*
Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.
bp
2000-09-12
1
-0
/
+116
*
Introduce vop_stdinactive() and make it the default if no vop_inactive
phk
2000-08-18
1
-6
/
+13
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-0
/
+15
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-1
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-4
/
+4
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
1
-1
/
+1
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+16
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-1
/
+0
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-2
/
+4
*
Make vop_panic() a little more informative.
phk
1999-11-07
1
-1
/
+3
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-3
/
+10
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-0
/
+116
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add Id strings
gpalmer
1999-06-17
1
-0
/
+2
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-0
/
+12
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
1
-0
/
+1
*
Add 'options DEBUG_LOCKS', which stores extra information in struct
eivind
1999-01-20
1
-1
/
+11
*
Make the vnode opv vector construction fully dynamic. Previously we
peter
1998-11-10
1
-0
/
+7
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-0
/
+1
*
As described by the submitter:
msmith
1998-05-06
1
-23
/
+0
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-2
/
+2
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-0
/
+23
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-3
/
+18
*
Revert poll() for UFS files to traditional behavior where polling for read-
wollman
1997-12-17
1
-0
/
+2
*
Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL
wollman
1997-12-15
1
-2
/
+23
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-0
/
+1
*
Removed an unused #include.
bde
1997-11-18
1
-3
/
+1
[next]