minix/servers
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
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc moving prototypes to lib.h 2014-02-18 11:25:01 +01:00
is Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
iso9660fs Block protocol: use own [RW]_BIT definitions 2014-02-19 11:22:15 +01:00
lwip Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
mfs VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
pfs Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
pm Make PFS backcalls regular VFS calls 2014-03-01 09:04:52 +01:00
procfs VFS: remove FP_BLOCKED_ON_DOPEN 2014-02-18 11:25:03 +01:00
rs Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
sched kernel: spelling fixes 2013-10-09 20:24:17 -04:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs Rewrite character driver protocol 2014-03-01 09:04:52 +01:00
vm VM: readd support for forgetting cached FS blocks 2014-03-01 09:04:53 +01:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00