Add an inode map data structure to track the location of inodes in logs.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 25 Aug 2010 20:24:34 +0000 (13:24 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 25 Aug 2010 20:24:34 +0000 (13:24 -0700)
commita82b60b3b683840a7074110831bcbaa16a40f0eb
treee0da0127bc33d2f716aff50f5157dc999eb5f1ef
parent8ea73bbfba8c53cdaf41f2abf47bec389d1fa8ba
Add an inode map data structure to track the location of inodes in logs.
bluesky/CMakeLists.txt
bluesky/bluesky-private.h
bluesky/bluesky.h
bluesky/cloudlog.c
bluesky/debug.c
bluesky/imap.c [new file with mode: 0644]
bluesky/inode.c