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
/
miscfs
/
union
/
union_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix breakage unconvered by LINT - dont refer to undefined variables in
peter
2001-01-17
1
-0
/
+2
*
Don't compile a dead variable declaration.
wollman
2001-01-09
1
-0
/
+2
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-17
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-0
/
+16
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-39
/
+0
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-4
/
+4
*
Remove unused #includes.
phk
1999-12-08
1
-2
/
+0
*
Fix an unused variable warning.
peter
1999-11-18
1
-1
/
+0
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-5
/
+2
*
Remove WILLRELE from VOP_RENAME
eivind
1999-11-12
1
-2
/
+1
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Make sure file after VOP_OPEN is VMIO'd when transfering control from
dillon
1999-09-28
1
-2
/
+4
*
This is a major fixup of unionfs. At least 30 serious bugs have been
dillon
1999-09-26
1
-587
/
+817
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
1
-2
/
+1
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-12
/
+5
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+6
*
Cleanup uninitialized-possibly-used (but really not) warnings
dillon
1998-12-14
1
-2
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-2
/
+3
*
In the words of the submitter:
msmith
1998-05-07
1
-72
/
+73
*
If lowervp is NULLVP, vap was clobbered.
kato
1998-03-17
1
-2
/
+2
*
Deleted KLOCK-hack.
kato
1998-02-26
1
-7
/
+5
*
Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock
kato
1998-02-10
1
-47
/
+24
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Workarround for DIAGNOSTIC kernel's panic in union_lookup().
kato
1998-02-06
1
-1
/
+7
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Delete unused code in union_fsync().
kato
1998-01-22
1
-6
/
+1
*
- Move SETKLOC and CLEARKLOCK macros into uion.h.
kato
1998-01-20
1
-8
/
+11
*
Workarround for locking violation while recycling vnode which union fs
kato
1998-01-18
1
-4
/
+14
*
Improve and revise fixes for locking violation.
kato
1998-01-18
1
-10
/
+35
*
VFS interior redecoration.
phk
1997-10-26
1
-2
/
+2
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-18
/
+1
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-7
/
+7
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-51
/
+39
*
Convert select -> poll.
peter
1997-09-14
1
-8
/
+11
*
Staticized.
bde
1997-09-07
1
-3
/
+3
*
Support read-only mount.
kato
1997-09-04
1
-1
/
+39
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Added DIAGNOSTIC routine to test inconsistency of vnode when cnp
kato
1997-08-15
1
-1
/
+9
*
Deleted unused code which adjust UN_UNLOCK flag.
kato
1997-08-15
1
-17
/
+5
*
Backed out part of previous change. The example of -b mount in
kato
1997-08-14
1
-4
/
+2
*
Fixed vnode corruption by undefined case in union_lookup(). When
kato
1997-08-12
1
-3
/
+7
*
1. Added cast and parenthesis in block size calculaion in
kato
1997-05-07
1
-76
/
+76
*
Fixed panic message in union_lock(): union_link --> union_lock.
kato
1997-05-03
1
-2
/
+2
*
Access correct union mount point in union_access. Old vnode is saved
kato
1997-05-02
1
-2
/
+4
*
Revised fix for locking violation when unionfs calls vput with
kato
1997-04-29
1
-32
/
+36
*
Undo 1.29.
kato
1997-04-27
1
-2
/
+2
[next]