Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky /
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2015-10-28 Michael VrableFix BlueSky build on modern Linux and libs3.
2012-01-10 Michael VrableTry out a fix for timeouts with limited bandwidth to...
2011-04-05 Michael VrableMerge branch 'master' of git+ssh://niniel.sysnet.ucsd...
2011-03-31 Michael VrableFix a flipped comparison in the memory pressure calculation
2011-03-18 Michael VrableTurn down debugging.
2011-03-18 Michael VrableYet another cleaner bugfix.
2011-03-18 Michael VrableFix another cleaner bug
2011-03-18 Michael VrableCleaner fix part 1
2011-03-18 Michael VrableBug fix in the in-proxy cleaner component
2011-03-17 Michael VrableAdd write throttling based on the size of the uncommitt...
2011-03-16 Michael VrableAdd an option to disable aggregating reads in the proxy
2011-03-15 Michael VrableAdd an option to disable cryptographic operations
2011-03-13 Michael VrableTry to improve support for no-aggregation mode
2011-03-11 Michael VrableOptimize overwrites of the last block of a file
2011-03-11 Michael VrableDrop another debugging message in non-verbose mode
2011-03-11 Michael VrableUpdate to a warning message to provide more debugging...
2011-03-11 Michael VrableTweaks to code that handles read-modify-write on data...
2011-03-11 Michael VrableReduce verbosity
2011-03-10 Michael VrableAdd runtime options to disable some of the log-structur...
2011-03-10 Michael VrableAdd a debug option to dump statistics counters every...
2011-03-10 rootDisable profiling collection entirely when no data...
2011-03-09 Michael VrableRework inode prefetching.
2011-03-07 Michael VrableOptimize complete overwrites of file system blocks
2011-03-04 rootReduce verbosity of debugging of disk cache contents
2011-03-04 rootUse virtual hosts for specifying S3 buckets
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...
2011-02-25 Michael VrableFix byte range request syntax.
2011-02-25 Michael VrableDelete dead code.
2011-02-25 Michael VrableAdd a CURL connection pool to the Azure backend.
2011-02-25 Michael VrableAdd byte range support to the Azure backend.
2011-02-24 Michael VrableAdd Windows Azure support to BlueSky.
2011-02-03 Michael VrableFix a potential race between creating and destroying...
2011-02-02 Michael VrableFix a memory leak.
2011-02-02 Michael VrableFix use-after-free in network address lookups.
2011-01-28 Michael VrableUpdate simplestore to use a standard port number.
2011-01-24 Michael VrableAdd a connection pool to the simplesever client
2011-01-21 Michael VrableEnable range requests in the simple storage backend
2011-01-21 Michael VrableFix off-by-one error in the BlueSky simple storage...
2011-01-18 Michael VrableCheck in a new very simple client/server storage protoc...
2010-12-10 Michael VrableCommit a basic but functional online cleaner implementa...
2010-12-10 Michael VrableFixes and debugging assertions.
2010-12-10 Michael VrableFix a race condition in bluesky_mmap_unref.
2010-12-10 Michael VrableMostly implement inode merging for the in-proxy cleaner...
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-06 Michael VrableRework the checkpoint record format to include a versio...
2010-12-02 Michael VrableTry to avoid accessing profiling objects after they...
2010-11-30 Michael VrableWrite profile data if and only if requested.
2010-11-30 Michael VrableAllow profile results to be written to a file.
2010-11-29 Michael VrableReduce debugging messages in non-verbose mode.
2010-11-29 Michael VrableMore work on request profiling.
2010-11-23 Michael VrableAdd locking, thread-ID tracking to profiling.
2010-11-23 Michael VrableTrack requests that initiate inode fetches.
2010-11-23 Michael VrableStart to add request time profiling.
2010-11-18 Michael VrableAdd a lookup_last method to the multi-store backend.
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-09 Michael VrableReturn failure code when an S3 put operation fails.
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-26 Michael VrableAdd support for byterange requests in the storage layer.
2010-10-26 Michael VrableRename private structures to remove leading underscores.
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 Amazon S3 store_lookup_last implementation.
2010-10-21 Michael VrableFix a memory leak resulting from the in-memory inode...
2010-10-19 Michael VrableAdd a more aggressive mode of cleaning up disk space.
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-18 Michael VrableThe signature on log items should not extend to the...
2010-10-17 Michael VrableDelete dead code.
2010-10-17 Michael VrableWhen decrypting a log item also clear out the IV field.
2010-10-17 Michael VrableAdd per-item encryption/authentication to the cloud...
2010-10-15 Michael VrableAllow S3 bucket used for BlueSky storage to be specified.
2010-10-08 Michael VrableStart adding in selective encryption of cloud log items.
2010-09-27 Michael VrableAnother logging fix.
2010-09-27 Michael VrableFix for journal committing.
2010-09-20 Michael VrableUse a thread pool for inode fetches, and remove some...
2010-09-20 Michael VrableRemove an extraneous mutex unlock.
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-15 Michael VrableRestart journal sequence numbering properly.
2010-09-14 Michael VrableAdd in header fields for per-object encryption/authenti...
2010-09-10 Michael VrableProperly set the starting inode number for allocation...
2010-09-10 Michael VrableFix for S3 list operation.
2010-09-10 Michael VrableImplement a list operation for the S3 storage backend.
2010-09-10 Michael VrableDrop encryption from the cloud storage backend.
2010-09-07 Michael VrableAdd partial journal replay to filesystem recovery.
2010-09-07 Michael VrableInclude inode numbers in cloud log items.
2010-09-07 Michael VrableFinish up loading of checkpoints from cloud logs.
next