Implement basic full log replay.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 31 Aug 2010 21:06:53 +0000 (14:06 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 31 Aug 2010 21:06:53 +0000 (14:06 -0700)
commit337e1b04c921c92697b74aed630343c86fabfcbd
tree9dfcd7bcbdab2ea317a68ccc6dda9ba4a535967e
parentd27b934a06369794d21a3eeaf86c55f942518956
Implement basic full log replay.

This still needs some checking over for bugs and minor fixes.  It replays
the entire journal from the start to rebuild filesystem state.  Still
needed: partial joural replay, starting from a checkpoint in the cloud.
bluesky/bluesky-private.h
bluesky/inode.c
bluesky/log.c
bluesky/serialize.c