freebsd-dev/sys/ufs/ufs
Mike Smith 7be2d30077 In the words of the submitter:
---------
Make callers of namei() responsible for releasing references or locks
instead of having the underlying filesystems do it.  This eliminates
redundancy in all terminal filesystems and makes it possible for stacked
transport layers such as umapfs or nullfs to operate correctly.

Quality testing was done with testvn, and lat_fs from the lmbench suite.

Some NFS client testing courtesy of Patrik Kudo.

vop_mknod and vop_symlink still release the returned vpp.  vop_rename
still releases 4 vnode arguments before it returns.  These remaining cases
will be corrected in the next set of patches.
---------

Submitted by:	Michael Hancock <michaelh@cet.co.jp>
1998-05-07 04:58:58 +00:00
..
dinode.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
dir.h MAXDIRSIZE is (or would be) used in fsck. It's a sanity check. 1997-03-18 19:52:17 +00:00
inode.h Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00
quota.h Removed semicolon from the end of a #define. 1997-07-13 15:43:54 +00:00
ufs_bmap.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
ufs_disksubr.c Don't depend on "implicit int". 1998-02-20 13:37:40 +00:00
ufs_extern.h Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
ufs_ihash.c Staticize. 1998-02-09 06:11:36 +00:00
ufs_inode.c Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
ufs_lookup.c Fixed bitrot in the non-softdep case of ufs_dirremove(): 1998-04-15 12:27:31 +00:00
ufs_quota.c Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
ufs_readwrite.c Back this out, allowing users to get a fd connected to a symlink is 1998-04-06 18:18:50 +00:00
ufs_vfsops.c Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
ufs_vnops.c In the words of the submitter: 1998-05-07 04:58:58 +00:00
ufsmount.h Retire LFS. 1998-01-30 11:34:06 +00:00