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
/
vnode_if.src
Commit message (
Expand
)
Author
Age
Files
Lines
*
KSE Milestone 2
julian
2001-09-12
1
-20
/
+20
*
correct description of `vpp' for mknod/symlink: they are actually
assar
2001-07-24
1
-2
/
+2
*
VOP_BALLOC was never really a VOP in the first place, so convert it
phk
2001-04-29
1
-12
/
+0
*
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
-0
/
+2
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-8
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-0
/
+8
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-10
/
+0
*
o Change locking rules for VOP_GETACL() to indicate that vnode locks
rwatson
2000-09-21
1
-1
/
+1
*
Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.
bp
2000-09-12
1
-0
/
+24
*
o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
rwatson
2000-08-26
1
-2
/
+2
*
o Lock vnode before calling extattr_* VOP's, and modify vnode spec to
rwatson
2000-07-26
1
-1
/
+1
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-0
/
+16
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+56
*
Since VOP_LOCK can be used to up and downgrade locks, it is not possible
eivind
1999-12-18
1
-1
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-8
/
+0
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+6
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-5
/
+1
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-1
/
+1
*
Move the vop_islocked declaration to the top, in preparation for committing
eivind
1999-09-26
1
-7
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-5
/
+6
*
Remove incorrect lock specs for vop_whiteout (introduced by Lite/2).
eivind
1999-03-27
1
-5
/
+9
*
Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to inform
phk
1998-09-05
1
-1
/
+15
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-4
/
+5
*
In the words of the submitter:
msmith
1998-05-07
1
-20
/
+20
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-1
/
+13
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-22
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-41
/
+1
*
Change VOP_SELECT to VOP_POLL
peter
1997-09-14
1
-7
/
+4
*
Add a new vnode op (cachedlookup) so that filesystems can plug into
phk
1997-08-25
1
-1
/
+13
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-7
/
+202
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-3
/
+3
*
Interface change for the VOP_GETPAGES -- missed in previous commits.
dyson
1995-10-23
1
-1
/
+4
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-1
/
+16
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-10
/
+6
*
The generated VCALL always uses the first vp which in the case of /link/
dg
1995-07-07
1
-6
/
+10
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
1
-3
/
+3
*
Make NFS ask the filesystems for directory cookies instead of making them
dfr
1994-09-28
1
-1
/
+4
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+296