Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky / imap.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2010-12-07 Michael VrableIn-progress commit of online cleaner.
2010-12-06 Michael VrableRework the checkpoint record format to include a versio...
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 VrableFix Amazon S3 store_lookup_last implementation.
2010-10-21 Michael VrableFix a memory leak resulting from the in-memory inode...
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 VrableUse a thread pool for inode fetches, and remove some...
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-10 Michael VrableProperly set the starting inode number for allocation...
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-25 Michael VrableAdd an inode map data structure to track the location...