Fix for journal committing.
[bluesky.git] / bluesky / log.c
2010-09-27 Michael VrableFix for journal committing.
2010-09-20 Michael VrableRemove an extraneous mutex unlock.
2010-09-15 Michael VrableRestart journal sequence numbering properly.
2010-09-07 Michael VrableAdd partial journal replay to filesystem recovery.
2010-09-07 Michael VrableIn-progress work to implement inode map loading at...
2010-09-06 Michael VrableImprove object deserialization: properly parse object...
2010-09-01 Michael VrableFixes for journal replay, and drop the "superblock...
2010-08-31 Michael VrableFix some resource leaks in journal replay.
2010-08-31 Michael VrableImplement basic full log replay.
2010-08-31 Michael VrableUpdate CRC-32 implementation.
2010-08-27 Michael VrableAdd in some support for journal replay.
2010-08-26 Michael VrableStart work on log replay for filesystem recovery.
2010-08-23 Michael VrableMake cache size run-time configurable.
2010-08-22 Michael VrableImplement new scheme for retaining needed journal segments.
2010-08-20 Michael VrableBack out dirty reference tracking, as the design was...
2010-08-20 Michael VrableMake cloud storage more robust.
2010-08-19 Michael VrableAdd a target size for the cache, and prune the cache...
2010-08-18 Michael VrableTrack journal files which contain dirty data and which...
2010-08-18 Michael VrableImplement a (dumb) cache garbage collector.
2010-08-17 Michael VrableImprove journal/cloud cache locking and add access...
2010-08-17 Michael VrableDebugging/refcount cleanups.
2010-08-16 Michael VrableMinor bugfixes/tweaks.
2010-08-16 Michael VrableFirst attempt at supporting reading data back from...
2010-08-11 Michael VrableMore aggressively use memory-mapped data for cloud...
2010-08-11 Michael VrableImprove tracking of memory usage in BlueSky.
2010-08-09 Michael VrableSplit cloud log segments into modestly-sized chunks.
2010-08-04 Michael VrableRework caching of data blocks to eliminate double-caching.
2010-08-03 Michael VrableFix up reference counting for memory-mapped journal...
2010-08-03 Michael VrableImprove the reading back of objects committed to the...
2010-08-02 Michael VrableWork to allow mmap-ed log entries to be used for data...
2010-07-29 Michael Vrable(Mostly) merge local and cloud logging together.
2010-07-20 Michael VrableCode cleanup.
2010-07-19 Michael VrableAdd checksumming to filesystem journal.
2010-07-19 Michael VrableAllow batched log writes when writing dirty inodes.
2010-07-18 Michael VrableBasic filesystem journaling.