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
/
fs
/
unionfs
/
union.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes Unionfs socket issue reported as kern/118346.
daichi
2008-11-25
1
-0
/
+1
*
o Fixed multi thread access issue reported by Alexander V. Chernikov
daichi
2008-04-25
1
-2
/
+2
*
o Fixed inaccessible issue especially including devfs on unionfs case.
daichi
2008-04-25
1
-1
/
+6
*
Added whiteout behavior option. ``-o whiteout=always'' is default mode
daichi
2007-10-14
1
-0
/
+7
*
- Added support for vfs_cache on unionfs. As a result, you can use
daichi
2007-10-14
1
-6
/
+7
*
Revert UF_OPENING workaround for CURRENT.
kib
2007-05-31
1
-1
/
+0
*
Many, many thanks to Masanori OZAWA <ozawa@ongs.co.jp>
rodrigc
2006-12-02
1
-92
/
+87
*
Remove public declarations of variables that were forgotten when they were
obrien
2005-08-10
1
-1
/
+0
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-1
/
+1
*
Fix unionfs problems when a directory is mounted on other directory
takawata
2004-10-05
1
-0
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Factor out the process of freeing ``directory caches'', which unionfs
das
2003-06-14
1
-1
/
+2
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-5
/
+0
*
nmount'ify unionfs further by using separate options instead
mux
2002-06-15
1
-1
/
+0
*
Convert unionfs to nmount.
mux
2002-05-24
1
-5
/
+0
*
Fix comments.
mux
2002-05-24
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-20
/
+20
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.
bp
2001-05-17
1
-1
/
+0
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Before we start to mess with the VFS name-cache clean things up a little bit:
phk
1999-10-03
1
-1
/
+0
*
This is a major fixup of unionfs. At least 30 serious bugs have been
dillon
1999-09-26
1
-9
/
+36
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
1
-1
/
+4
*
Deleted KLOCK-hack.
kato
1998-02-26
1
-5
/
+1
*
Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock
kato
1998-02-10
1
-3
/
+4
*
- Move SETKLOC and CLEARKLOCK macros into uion.h.
kato
1998-01-20
1
-1
/
+4
*
Staticize.
phk
1997-11-18
1
-9
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Add function protypes for the new Lite2 unionfs functions.
mpp
1997-02-12
1
-0
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-5
/
+17
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-1
/
+4
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+117