History log of /original-bsd/sys/miscfs/union/union_subr.c (Results 1 – 25 of 31)
Revision Date Author Comments
# a753c0a3 20-May-1995 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

lock vnode while computing dircache


# 28a12a76 14-May-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget


# 77514422 11-May-1995 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

messing around with hashing and locking (checked in by mckusick for pendry)


# c2dd7187 11-Mar-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

VOP_CLOSE takes four arguments (from mycroft)


# b6a23b57 10-Dec-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

fix readdir for no-linear stacks


# d21f5d14 02-Dec-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

fix dangling pointer


# 90a04b0b 29-Sep-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

ensure unlink/rmdir create whiteouts when appropriate


# 16549c44 31-Aug-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

LEASE_CHECK -> VOP_LEASE
fix component length when creating shadow directories/whiteouts.
*** CHANGED *** 94/08/31 05:55:57 pendry
LEASE_CHECK -> VOP_LEASE.


# 4ba124f7 28-Jul-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

changes for whiteouts and union filesystem


# 50230300 17-Jun-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

keep track of parent union node, so allowing .. to refer to


# 1be9b708 16-Jun-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

keep track of deleted upper layer objects


# d351e58b 17-May-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

don't reference lower layer root vnode if it doesn't exist


# e88f5f84 17-May-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

abstract the copyup function


# e2214d42 07-May-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

keep track of vnode size changes.


# 0b526f5e 28-Apr-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

keep track of whether the union node is cached or not.
this allows anonymous union_node's to be handled correctly.
(an anon node is one with neither an upper or lower layer and comes
into being when

keep track of whether the union node is cached or not.
this allows anonymous union_node's to be handled correctly.
(an anon node is one with neither an upper or lower layer and comes
into being when an existing upper-layer file is deleted.)

show more ...


# ea3beb6c 24-Apr-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

detect root node and set VROOT flag


# 80428da2 17-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

implement new access policy
fixup locking for UNMNT_BELOW.


# f0e5a953 10-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

fix reference counts in union_vn_create and union_mkshadow


# f6d85c23 10-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

use miscfs include path


# 9b665c23 10-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

up to v8


# 13cf9c7c 10-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

cleanup & lint


# 957f32cd 10-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

new locking scheme


# 6d0f5438 08-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

checkpoint


# 376f0ace 07-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

checkpoint


# 4f59f7de 07-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

checkpoint


12