69743 | 27-May-1995 |
mckusick |
read-only checking must be done by the filesystem layers |
69607 | 22-May-1995 |
mckusick |
have to unlock node at end of inactive |
69606 | 22-May-1995 |
mckusick |
simpler checkalias protocol |
69574 | 20-May-1995 |
mckusick |
merge vfs_lock and vfs_busy; interlock mount points properly |
69424 | 14-May-1995 |
mckusick |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget |
69423 | 14-May-1995 |
mckusick |
no longer need nfs_lock* functions (use vop_nolock* instead) |
69422 | 14-May-1995 |
mckusick |
use vop_nolock* locking functions |
69368 | 10-May-1995 |
mckusick |
return error rather than panic when mountroot fails; use vfs_rootmountalloc |
69346 | 10-May-1995 |
mckusick |
check for forcible unmount at syscall level |
69315 | 09-May-1995 |
mckusick |
change mountlist to CIRCLEQ so we can do unmountall (from mycroft) |
69135 | 01-May-1995 |
mckusick |
check for current nfs_args structure |
69134 | 01-May-1995 |
mckusick |
add version field so we can detect old nfs_args structures |
68789 | 12-Apr-1995 |
mckusick |
add vfsconf support |
68653 | 30-Mar-1995 |
mckusick |
massive update to incorporate version 3 protocol from Rick Macklem |
68539 | 19-Mar-1995 |
mckusick |
reverse arguments to VOP_LINK (to get them right) |
68432 | 23-Feb-1995 |
mckusick |
nfs_revoke uses vop_revoke |
68418 | 22-Feb-1995 |
mckusick |
add vop_revoke |
68406 | 22-Feb-1995 |
mckusick |
fill in runp in bmap if requested to do so |
68157 | 09-Jan-1995 |
mckusick |
update from Rick Macklem |
68065 | 08-Dec-1994 |
mckusick |
avoid converting NOVAL (from karels) |
67708 | 18-Aug-1994 |
mckusick |
conversion to queue.h list manipulation (from mycroft) |
67675 | 14-Aug-1994 |
mckusick |
convert to vop call |
67660 | 11-Aug-1994 |
mckusick |
bug fix from Macklem |
67659 | 11-Aug-1994 |
mckusick |
bug fix from Macklem |
67653 | 11-Aug-1994 |
mckusick |
add vop_lease |