Add write throttling based on the size of the uncommitted journal
[bluesky.git] / bluesky / log.c
2011-03-17 Michael VrableAdd write throttling based on the size of the uncommitt...
2011-03-11 Michael VrableDrop another debugging message in non-verbose mode
2011-03-11 Michael VrableReduce verbosity
2011-03-10 Michael VrableAdd runtime options to disable some of the log-structur...
2011-02-03 Michael VrableFix a potential race between creating and destroying...
2011-02-02 Michael VrableFix a memory leak.
2010-12-10 Michael VrableFix a race condition in bluesky_mmap_unref.
2010-12-09 Michael VrableFix to the cleaner when writing out a new inode map.
2010-12-09 Michael VrableAdd code in the proxy cleaner component to iterate...
2010-12-07 Michael VrableIn-progress commit of online cleaner.
2010-12-02 Michael VrableTry to avoid accessing profiling objects after they...
2010-11-29 Michael VrableReduce debugging messages in non-verbose mode.
2010-11-12 Michael VrableImplement very basic grouped fetches of objects from...
2010-11-04 Michael VrableDrop a verbose debugging message.
2010-11-04 Michael VrableUpdate disk cache usage tracking to handle sparse files.
2010-11-03 Michael VrableBugfix in partial log fetching.
2010-11-03 Michael VrableImplement fetching of cloud log items via range requests.
2010-10-31 Michael VrableConvert rangeset implementation from a hashtable to...
2010-10-30 Michael VrableImplement a rangeset data type and use it to track...
2010-10-25 Michael VrableMerge git+ssh://c09-44.sysnet.ucsd.edu/scratch/bluesky
2010-10-19 Michael VrableMove disk cache cleanup code to cache.c from log.c
2010-10-19 Michael VrableA few more minor fixes cleaning up the cloud log state...
2010-10-19 Michael VrableFix up cloud log state counting.
2010-10-17 Michael VrableAdd per-item encryption/authentication to the cloud...
2010-09-27 Michael VrableAnother logging fix.
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.