Ideally, the file-system restarts after it crashes ~ without any significant impact on the rest of the system. ie: it doesn't crash. The whole idea of a Microkernel/Self-healing OS is that all of it's components are isolated from each other and use IPC to communicate. So if a driver / file-system / *insert component here* happens to crash - it won't take down the whole operating system. ie: it is self-healing.
If you're interested in the subject, rather than asking in the Phoronix forums - just search around the web && watch a video or two on youtube. there are lots of videos, whitepapers/research papers, wiki's, etc.
But here are a couple quick links...Tannanbaum, discussing Minix3;
http://www.youtube.com/v/bx3KuE7UjGA?
and
http://en.wikipedia.org/wiki/Minix
QNX is another Self-healing/Microkernel/OS that is used in various industries.
http://www.qnx.com/products/neutrino...rino-rtos.html
and..
http://en.wikipedia.org/wiki/QNX
I am pretty sure that QNX is in much wider use than Minix (probably ever will be), and has been for years (dating back to the late 80s). It is used for many industrial applications. Also, (not that i am a huge fan of Blackberry). but as of 2012, all of Blackberries new smartphones will be using QNX, and currently, the blackberry Playbook does use QNX ---> actually let me rephrase that, they are using a modified version of QNX called BBX (BackBerry + QNX).
cheerz