In-progress work to implement inode map loading at server start.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 7 Sep 2010 04:49:07 +0000 (21:49 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 7 Sep 2010 04:49:07 +0000 (21:49 -0700)
commit56b93c6854c139faa9de04f6907eb586acd3e6ec
treeb417fe4517019c85d5784fd468eb357f7c4d28e1
parent2ad1881ef34f84f3dc8ded636ada9b21e3fd906b
In-progress work to implement inode map loading at server start.

This will be used to restore filesystem state from the cloud when the
program starts up again.  It still needs more optimization, needs journal
replay to be run afterwards, and bugfixing.
bluesky/bluesky-private.h
bluesky/cloudlog.c
bluesky/imap.c
bluesky/inode.c
bluesky/log.c
bluesky/serialize.c
bluesky/store.c