minix/minix/lib/libminixfs
David van Moolenbroek 4472b590c7 libminixfs: rework prefetch API
This patch changes the prefetch API so that file systems must now
provide a set of block numbers, rather than a set of buffers.  The
result is a leaner and more well-defined API; linear computation of
the range of blocks to prefetch; duplicates no longer interfering
with the prefetch process; guaranteed inclusion of the block needed
next into the prefetch range; and, limits and policy decisions better
established by libminixfs now actually being moved into libminixfs.

Change-Id: I7e44daf2d2d164bc5e2f1473ad717f3ff0f0a77f
2015-08-14 18:39:30 +00:00
..
bio.c libminixfs: rework prefetch API 2015-08-14 18:39:30 +00:00
cache.c libminixfs: rework prefetch API 2015-08-14 18:39:30 +00:00
inc.h libminixfs: rework prefetch API 2015-08-14 18:39:30 +00:00
Makefile minix libraries: resolve clang warnings 2014-09-30 21:04:09 +00:00