Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky / store.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2010-12-02 Michael VrableTry to avoid accessing profiling objects after they...
2010-11-23 Michael VrableStart to add request time profiling.
2010-10-26 Michael VrableAdd support for byterange requests in the storage layer.
2010-10-26 Michael VrableRename private structures to remove leading underscores.
2010-09-07 Michael VrableIn-progress work to implement inode map loading at...
2010-08-06 Michael VrableAdd a null storage implementation.
2010-07-15 Michael VrableBarriers did not handle requests that finished too...
2010-04-02 Michael VrableImprove statistics gathered.
2010-04-02 Michael VrableAdd general statistics-gathering infrastructure.
2010-03-31 Michael VrableDisable most debugging print messages; should help...
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.