freebsd-dev/sys/miscfs
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
..
deadfs Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL 1997-12-15 03:09:59 +00:00
devfs In the words of the submitter: 1998-05-07 04:58:58 +00:00
fdesc As described by the submitter: 1998-05-06 05:29:41 +00:00
fifofs Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
kernfs As described by the submitter: 1998-05-06 05:29:41 +00:00
nullfs As described by the submitter: 1998-05-06 05:29:41 +00:00
portal As described by the submitter: 1998-05-06 05:29:41 +00:00
procfs As described by the submitter: 1998-05-06 05:29:41 +00:00
specfs Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
umapfs As described by the submitter: 1998-05-06 05:29:41 +00:00
union In the words of the submitter: 1998-05-07 04:58:58 +00:00