Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
David van Moolenbroek 1311233cfb libminixfs: keep track of block usage
This patch changes the libminixfs API and implementation such that the
library is at all times aware of how many total and used blocks there
are in the file system.  This removes the last upcall of libminixfs
into file systems (fs_blockstats).  In the process, make this part of
the libminixfs API a little prettier and more robust.  Change file
systems accordingly.  Since this change only adds to MFS being unable
to deal with zones and blocks having different sizes, fail to mount
such file systems immediately rather than triggering an assert later.

Change-Id: I078e589c7e1be1fa691cf391bf5dfddd1baf2c86
2015-08-14 18:39:21 +00:00
bin
common
distrib
docs
etc
external
games
gnu
include
lib
libexec
minix libminixfs: keep track of block usage 2015-08-14 18:39:21 +00:00
releasetools
sbin
share
sys
tests
tools
usr.bin
usr.sbin
.gitignore
.gitreview
build.sh
LICENSE
Makefile
Makefile.inc