minix/minix
David van Moolenbroek 6c46a77d95 libminixfs: better support for read errors and EOF
- The lmfs_get_block*(3) API calls may now return an error.  The idea
  is to encourage a next generation of file system services to do a
  better job at dealing with block read errors than the MFS-derived
  implementations do.  These existing file systems have been changed
  to panic immediately upon getting a block read error, in order to
  let unchecked errors cause corruption.  Note that libbdev already
  retries failing I/O operations a few times first.

- The libminixfs block device I/O module (bio.c) now deals properly
  with end-of-file conditions on block devices.  Since a device or
  partition size may not be a multiple of the root file system's block
  size, support for partial block retrival has been added, with a new
  internal lmfs_get_partial_block(3) call.  A new test program,
  test85, tests the new handling of EOF conditions when reading,
  writing, and memory-mapping a block device.

Change-Id: I05e35b6b8851488328a2679da635ebba0c6d08ce
2015-08-14 18:39:26 +00:00
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands libminixfs/VM: fix memory-mapped file corruption 2015-08-13 13:46:46 +00:00
drivers audio: use standard Makefile structure 2015-08-08 16:55:03 +00:00
fs libminixfs: better support for read errors and EOF 2015-08-14 18:39:26 +00:00
include libminixfs: better support for read errors and EOF 2015-08-14 18:39:26 +00:00
kernel Kernel: correctly set USE_ defines from Makefile 2015-08-08 16:56:37 +00:00
lib libminixfs: better support for read errors and EOF 2015-08-14 18:39:26 +00:00
llvm minix/llvm/passes/Makefile.inc: Fix 2014-08-29 12:56:57 -04:00
man Import NetBSD syslogd(8) 2015-07-26 11:57:04 +00:00
net lwip: no need to retrieve own endpoint 2015-08-08 16:57:14 +00:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers libminixfs: better support for read errors and EOF 2015-08-14 18:39:26 +00:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests libminixfs: better support for read errors and EOF 2015-08-14 18:39:26 +00:00
usr.bin VFS: add support for F_DUPFD_CLOEXEC 2015-07-20 13:55:10 +00:00
usr.sbin mkfs.mfs: remove Linux mount check 2015-07-20 10:59:49 +00:00
Makefile benchmarks: remove unixbench 2015-07-20 11:05:28 +00:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00