tun.4: Do not mention tunoutput() anymore
[dragonfly.git] / share / doc / papers / fsinterface / abstract.ms
1 .\" Copyright (c) 1986 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)abstract.ms 5.2 (Berkeley) 4/16/91
29 .\"
30 .TL
31 Toward a Compatible Filesystem Interface
32 .AU
33 Michael J. Karels
34 Marshall Kirk McKusick
35 .AI
36 Computer Systems Research Group
37 Computer Science Division
38 Department of Electrical Engineering and Computer Science
39 University of California, Berkeley
40 Berkeley, California  94720
41 .LP
42 As network or remote filesystems have been implemented for
43 .UX ,
44 several stylized interfaces between the filesystem implementation
45 and the rest of the kernel have been developed.
46 Notable among these are Sun Microsystems' virtual filesystem interface
47 using vnodes, Digital Equipment's Generic File System architecture,
48 and AT&T's File System Switch.
49 Each design attempts to isolate filesystem-dependent details
50 below the generic interface and to provide a framework within which
51 new filesystems may be incorporated.
52 However, each of these interfaces is different from
53 and incompatible with the others.
54 Each of them addresses somewhat different design goals.
55 Each was based upon a different starting version of
56 .UX ,
57 targetted a different set of filesystems with varying characteristics,
58 and uses a different set of primitive operations provided by the filesystem.
59 The current study compares the various filesystem interfaces.
60 Criteria for comparison include generality, completeness, robustness,
61 efficiency and esthetics.
62 As a result of this comparison, a proposal for a new filesystem interface
63 is advanced that includes the best features of the existing implementations.
64 The proposal adopts the calling convention for name lookup introduced
65 in 4.3BSD.
66 A prototype implementation is described.
67 This proposal and the rationale underlying its development
68 have been presented to major software vendors
69 as an early step toward convergence upon a compatible filesystem interface.