Initial work on cloud log-structured storage.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 22 Jul 2010 21:51:37 +0000 (14:51 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 22 Jul 2010 21:51:37 +0000 (14:51 -0700)
commit810fdc7bdf0cd13aaa7c88d3c5af5aae24e77254
tree3589f667732544a6ded5dd24c0afcfc9045a47e7
parent219360dee325d26d28522f9f99c51d50c9bd39b4
Initial work on cloud log-structured storage.

Right now this is just the first work towards tracking what objects are
stored where (a log in the cloud, in local memory, on local disk, etc.).
bluesky/CMakeLists.txt
bluesky/bluesky-private.h
bluesky/bluesky.h
bluesky/cloudlog.c [new file with mode: 0644]
bluesky/debug.c
bluesky/inode.c