minix/minix/lib/libminixfs
David van Moolenbroek ebd3c0673d libminixfs: add block I/O routines
The new functionality aims to save each file system server from having
to implement its own block I/O routines just so that it can serve as a
root file system.  The new source file (bio.c) lists the requirements
that file system servers have to fulfill in order to use the routines.

Change-Id: Ia0190fd5c30e8c2097ed8f4b0e3ccde1827e0b92
2014-09-18 12:46:25 +00:00
..
bio.c libminixfs: add block I/O routines 2014-09-18 12:46:25 +00:00
cache.c libminixfs: add block I/O routines 2014-09-18 12:46:25 +00:00
fetch_credentials.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile libminixfs: add block I/O routines 2014-09-18 12:46:25 +00:00
minixfs.h New sources layout 2014-07-31 16:00:30 +02:00