A Fast File System for UNIX (Revised July 27, 1983)

Marshall Kirk McKusick, William N. Joy, Samuel J. Leffler and Robert S. Fabry

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-83-147
July 1983

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1983/CSD-83-147.pdf

A reimplementation of the UNIX file system is described. The reimplementation provides substantially higher throughput rates by using more flexible allocation policies, that allow better locality of reference and that can be adapted to a wide range of peripheral and processor characteristics. The new file system clusters data that is sequentially accessed and provides two block sizes to allow fast access for large files while not wasting large amounts of space for small files. File access rates of up to ten times faster than the traditional UNIX file system are experienced. Long needed enhancements to the user interface are discussed. These include a mechanism to lock files, extensions of the name space across file systems, the ability to use arbitrary length file names, and provisions for efficient administrative control of resource usage.


BibTeX citation:

@techreport{McKusick:CSD-83-147,
    Author = {McKusick, Marshall Kirk and Joy, William N. and Leffler, Samuel J. and Fabry, Robert S.},
    Title = {A Fast File System for UNIX  (Revised July 27, 1983)},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1983},
    Month = {Jul},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1983/5452.html},
    Number = {UCB/CSD-83-147},
    Abstract = {A reimplementation of the UNIX file system is described.  The reimplementation provides substantially higher throughput rates by using more flexible allocation policies, that allow better locality of reference and that can be adapted to a wide range of peripheral and processor characteristics. The new file system clusters data that is sequentially accessed and provides two block sizes to allow fast access for large files while not wasting large amounts of space for small files. File access rates of up to ten times faster than the traditional UNIX file system are experienced. Long needed enhancements to the user interface are discussed. These include a mechanism to lock files, extensions of the name space across file systems, the ability to use arbitrary length file names, and provisions for efficient administrative control of resource usage.}
}

EndNote citation:

%0 Report
%A McKusick, Marshall Kirk
%A Joy, William N.
%A Leffler, Samuel J.
%A Fabry, Robert S.
%T A Fast File System for UNIX  (Revised July 27, 1983)
%I EECS Department, University of California, Berkeley
%D 1983
%@ UCB/CSD-83-147
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1983/5452.html
%F McKusick:CSD-83-147