From: Michael Vrable Date: Mon, 26 Jul 2010 03:19:13 +0000 (-0700) Subject: Some initial work on logging gathering data into cloud log segments. X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=60b4792d65ba4b2a45733894f6a57e6581ddc487;hp=60b4792d65ba4b2a45733894f6a57e6581ddc487;p=bluesky.git Some initial work on logging gathering data into cloud log segments. This is still in progress, and needs to be better hooked in to cache management as well as actually writing out a proper sequence of logs instead of overwriting the same location each time. But it should have the basics of gathering up data for dirty inodes into a segment and writing it. ---