#
69903 |
| 15-Jun-1995 |
mckusick |
have to reacquire lock before continuing |
#
69738 |
| 27-May-1995 |
mckusick |
delete read-only checking; it must be done by the filesystem layers |
#
69578 |
| 20-May-1995 |
mckusick |
merge vfs_lock and vfs_busy; interlock mount points properly |
#
69547 |
| 18-May-1995 |
pendry |
convert VOP_UNLOCK and vrele into vput's; add proc parameter to union_dircache |
#
69409 |
| 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK |
#
69357 |
| 10-May-1995 |
pendry |
don't call VFS_SYNC for read-only filesystems |
#
69334 |
| 10-May-1995 |
mckusick |
disallow unmount of root fs |
#
69325 |
| 09-May-1995 |
mckusick |
change mountlist to CIRCLEQ so we can do unmountall (from mycroft) |
#
68663 |
| 30-Mar-1995 |
mckusick |
mount now takes a name rather than a number, vfssw => vfsconf |
#
68579 |
| 22-Mar-1995 |
mckusick |
lstat returns inode number of symbolic link to match directory entry |
#
68538 |
| 19-Mar-1995 |
mckusick |
reverse arguments to VOP_LINK (to get them right) |
#
68423 |
| 23-Feb-1995 |
mckusick |
allow revoke on any file; vgoneall => VOP_REVOKE |
#
68318 |
| 14-Feb-1995 |
cgd |
new argument passing conventions. minor type size cleanup. |
#
68079 |
| 10-Dec-1994 |
pendry |
fix readdir for non-linear union stacks |
#
67974 |
| 22-Nov-1994 |
mckusick |
check (and fix) mounted-on current directories |
#
67969 |
| 22-Nov-1994 |
pendry |
get rid of usecount mount restriction (needed for union mounts) |
#
67961 |
| 21-Nov-1994 |
mckusick |
return EBUSY if reference count on mount point is greater than 1 to avoid problems in lookup from programs referencing the hidden vnode |
#
67845 |
| 24-Oct-1994 |
mckusick |
unwhiteout => undelete to be more general |
#
67748 |
| 30-Aug-1994 |
mckusick |
fix olstat to give the correct symlink info |
#
67747 |
| 30-Aug-1994 |
pendry |
clean up error case |
#
67678 |
| 14-Aug-1994 |
mckusick |
have to recompute the next pointer after possibly sleeping in sync (from mycroft) |
#
67654 |
| 11-Aug-1994 |
mckusick |
LEASE_CHECK => VOP_LEASE |
#
67575 |
| 28-Jul-1994 |
pendry |
changes for whiteouts and union filesystem |
#
67532 |
| 14-Jul-1994 |
mckusick |
first pass at allowing user mounts/unmounts |
#
67518 |
| 12-Jul-1994 |
pendry |
add unwhiteout system call to delete a whiteout entry |