Add an option to disable aggregating reads in the proxy
[bluesky.git] / bluesky / cloudlog.c
2011-03-16 Michael VrableAdd an option to disable aggregating reads in the proxy
2011-03-13 Michael VrableTry to improve support for no-aggregation mode
2011-03-10 Michael VrableAdd runtime options to disable some of the log-structur...
2011-03-02 Michael VrableLimit the number of concurrent log uploads to the cloud
2011-03-02 Michael VrableMove encryption of cloud log segments into background...
2010-12-10 Michael VrableFixes and debugging assertions.
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-29 Michael VrableMore work on request profiling.
2010-11-23 Michael VrableStart to add request time profiling.
2010-11-12 Michael VrableImplement very basic grouped fetches of objects from...
2010-11-12 Michael VrableAdd a prefetch method. At the moment it is a no-op.
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-21 Michael VrableRemove debugging messages when decrypting cloud log...
2010-10-21 Michael VrableFix a memory leak resulting from the in-memory inode...
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-20 Michael VrableMore fixes for memory management.
2010-09-19 Michael VrableWork on reducing memory pinned by the inode map.
2010-09-19 Michael VrableAllow cloudlog items to be unreferenced in the background.
2010-09-19 Michael VrableDo not hold references to all inode data in inode map.
2010-09-14 Michael VrableAdd in header fields for per-object encryption/authenti...
2010-09-07 Michael VrableInclude inode numbers in cloud log items.
2010-09-07 Michael VrableFinish up loading of checkpoints from cloud logs.
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-02 Michael VrableStart at writing out inode maps to cloud storage.
2010-08-27 Michael VrableAdd in some support for journal replay.
2010-08-25 Michael VrableAdd an inode map data structure to track the location...
2010-08-24 Michael VrableUpdate logic for flushing data to cloud.
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-16 Michael VrableMinor bugfixes/tweaks.
2010-08-16 Michael VrableFirst attempt at supporting reading data back from...
2010-08-11 Michael VrableImprove tracking of memory usage in BlueSky.
2010-08-10 Michael VrableMore fixes to BlueSky cache management.
2010-08-10 Michael VrableDrop old code for flushing data to the cloud.
2010-08-10 Michael VrableWork to unify the cloud segment writing with other...
2010-08-09 Michael VrableSplit cloud log segments into modestly-sized chunks.
2010-08-05 Michael VrableFix some memory leaks.
2010-08-05 Michael VrableMake links between cloud log entries direct.
2010-08-04 Michael VrableRework caching of data blocks to eliminate double-caching.
2010-08-04 Michael VrableFix up reference counting for cloud log items.
2010-08-04 Michael VrableA few attempted bugfixes for log data lifetimes.
2010-08-03 Michael VrableMore cache behavior tweaks.
2010-08-03 Michael VrablePreliminary support for dropping cached file data from...
2010-08-02 Michael VrableWork to allow mmap-ed log entries to be used for data...
2010-07-30 Michael VrableGradually converting code to use cloud logs for storing...
2010-07-29 Michael Vrable(Mostly) merge local and cloud logging together.
2010-07-28 Michael VrablePreparatory work before implementing proper cloud writing.
2010-07-26 Michael VrableSome initial work on logging gathering data into cloud...
2010-07-22 Michael VrableInitial work on cloud log-structured storage.