359ead0 - only write the disk log on a 'flush' not every time a mark/clear

Authored and Committed by Jonathan Brassow 16 years ago
    - only write the disk log on a 'flush' not every time a mark/clear
      happens
    
    - Add mark request tracking so we don't clear log bits prematurely
      (and to reduce number of disk writes).
    
    - Add priority recovery - regions which are being written to take
      first priority during recovery
    
    - introduction of CPG flow control
    
        
file modified
+4 -1
file modified
+60 -53
file modified
+234 -20
file modified
+5 -1
file added
+454
file added
+64