K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-11-26T00:06:21.957700Z K 7 svn:log V 661 Rewrite the raw disk support as a file format. This involves: 1. Defining a structure to represent a file format, 2. Implement an ordered probe to match formats to opened files, 3. Move calls to preadv(2), pwritev(2) and fsync(2) in the API functions into the format-specific methods, 4. Change the API functions into thin wrappers around the methods. The ordered probe combines priority with capability. The priority is based on the presence and location of metadata. The capabilities are for writing and support for device special files. The intend is to have the raw format probe as a last resort as ithere's no metadata associated with the format. END