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

VOP_UNLOCK vrele -> vput


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

convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget


# 5acdc075 10-May-1995 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

VOP_REVOKE(vp, 0) should really be vgone(vp)


# fba4b590 10-May-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

check for forcible unmount at syscall level


# b799a20e 29-Mar-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

cleanups; getnewfsid => vfs_getnewfsid; add sysctl


# cad95485 23-Feb-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

vgone => VOP_REVOKE


# 47dea905 30-Dec-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

union_statfs should only return free space information
about the upper layer.


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

fix readdir for no-linear stacks


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

changes for whiteouts and union filesystem


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

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


# 2bbbbcfe 24-May-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

put : after <xxx> strings


# ec152327 29-Apr-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

remove (now) useless diagnostic message


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

VROOT flag is set in union_allocvp


# 51b0e03d 05-Mar-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

change tag in mnt_stat structure so that
the mounted filesystem appears as
<above>/some/where, instead of un-above:/some/where


# 52a6a3dc 21-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

in mount, do the target lookup with the
real user, not the effective user. ie simulate access().


# d4710d8b 20-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

add privilege checks etc to support user mounts


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

implement new access policy
fixup locking for UNMNT_BELOW.


# dccaae57 11-Feb-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

union_statfs should identify itself, not the upper layer


# 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