minix/commands/service
David van Moolenbroek b48542d914 VM: readd support for forgetting cached FS blocks
Not all services involved in block I/O go through VM to access the
blocks they need.  As a result, the blocks in VM may become stale,
possibly causing corruption when the stale copy is restored by a
service that does go through VM later on.  This patch restores support
for forgetting cached blocks that belong to a particular device, and
makes the relevant file systems use this functionality 1) when
requested by VFS through REQ_FLUSH, and 2) upon unmount.

Change-Id: I0758c5ed8fe4b5ba81d432595d2113175776aff8
2014-03-01 09:04:53 +01:00
..
config.h base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
Makefile Switch to disable bin. exp. wait time in RS 2013-02-16 19:35:19 +01:00
parse.c VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
parse.h service: allow starting service with user's realuid 2012-02-01 13:21:56 +00:00
print.c base system hooks for pkgsrc drivers 2011-11-16 16:18:21 +01:00
proto.h service: nonfatally ignore unknown call keywords 2013-01-08 18:54:04 +00:00
service.8 Switch to disable bin. exp. wait time in RS 2013-02-16 19:35:19 +01:00
service.c Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
util.c service: nonfatally ignore unknown call keywords 2013-01-08 18:54:04 +00:00