Minor bugfix to pending store operation counts.
[bluesky.git] / bluesky / store.c
2010-03-24 Michael VrableMinor bugfix to pending store operation counts.
2010-03-22 Michael VrableBetter track latency of operations issued to S3.
2010-03-16 Michael VrableProvide a simple configurable limit on the number of...
2010-03-05 Michael VrableDo not signal barrier until all notifiers have run.
2010-03-05 Michael VrableOnly treat an async storage operation as finished when...
2010-02-18 Michael VrableStore backends now consist of a type followed by extra...
2010-02-17 Michael VrableMake kvstore backend in BlueSky asynchronous.
2010-02-05 Michael VrableFix for file storage backend.
2010-01-26 Michael VrableEnsure a reference to an async is held while it is...
2010-01-26 Michael VrableClean up logging in storage layer.
2009-12-28 Michael VrableMinor cleanups.
2009-12-12 Michael VrableRe-enable file and memory storage backends.
2009-12-06 Michael VrableInitial work on proper writeback caching.
2009-12-03 Michael VrableDrop some debugging messages.
2009-12-02 Michael VrableA few bugfixes to the storage barrier support.
2009-12-01 Michael VrableWork on a storage barrier operation.
2009-11-24 Michael VrableMore work on synchronous/asynchronous operations.
2009-11-23 Michael VrableMinor cleanup.
2009-11-22 Michael VrableAdd reference counting to asynchronous storage operations.
2009-11-20 Michael VrableRework the storage interface so that operations are...
2009-11-12 Michael VrableDo not pad the final block of a file with zeroes.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-09-11 Michael VrableEnsure file size is properly serialized/deserialized.
2009-09-04 Michael VrableAdd pluggable support for multiple storage backends.
2009-09-01 Michael VrableCMake reorganization.