Basic filesystem journaling.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 18 Jul 2010 04:35:54 +0000 (21:35 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 18 Jul 2010 04:35:54 +0000 (21:35 -0700)
commit0ba2a52ec1386c8928b397f775e4a4f97339fa2a
tree2670bf47c4f3e50c12cdfe289ac3629ad60c9a39
parentc4eb30d2e6e577e424b83d4b5180d48af74e3009
Basic filesystem journaling.

Infrastructure for writing log entries synchronously (though the log format
is not yet finished and isn't yet useful), and a partial hook into the
BlueSky filesystem.
bluesky/CMakeLists.txt
bluesky/bluesky-private.h
bluesky/bluesky.h
bluesky/inode.c
bluesky/log.c [new file with mode: 0644]