Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky /
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-09-01 Michael VrableFixes for journal replay, and drop the "superblock...
2010-08-31 Michael VrableFix some resource leaks in journal replay.
2010-08-31 Michael VrableImplement basic full log replay.
2010-08-31 Michael VrableUpdate CRC-32 implementation.
2010-08-27 Michael VrableAdd in some support for journal replay.
2010-08-26 Michael VrableStart work on log replay for filesystem recovery.
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-23 Michael VrableMake cache size run-time configurable.
2010-08-22 Michael VrableImplement new scheme for retaining needed journal segments.
2010-08-22 Michael VrableFix a longstanding(?) memory-leak bug when truncating...
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-18 Michael VrableImplement a (dumb) cache garbage collector.
2010-08-17 Michael VrableImprove journal/cloud cache locking and add access...
2010-08-17 Michael VrableDebugging/refcount cleanups.
2010-08-16 Michael VrableMinor bugfixes/tweaks.
2010-08-16 Michael VrableFirst attempt at supporting reading data back from...
2010-08-14 Michael VrableSerialized inode data should be dropped from caches...
2010-08-12 Michael VrableAttempt at limiting the rate at which memory is dirtied.
2010-08-11 Michael VrableReference counting bugfix.
2010-08-11 Michael VrableMore aggressively use memory-mapped data for cloud...
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-06 Michael VrableAdd a null storage implementation.
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 VrableFix up reference counting for memory-mapped journal...
2010-08-03 Michael VrableImprove the reading back of objects committed to the...
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 VrableDump cloud location of data items in debug output.
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.
2010-07-20 Michael VrableCode cleanup.
2010-07-19 Michael VrableAdd checksumming to filesystem journal.
2010-07-19 Michael VrableAllow batched log writes when writing dirty inodes.
2010-07-18 Michael VrableBasic filesystem journaling.
2010-07-15 Michael VrableBarriers did not handle requests that finished too...
2010-07-14 Michael VrableA new microbenchmark tool to figure out what format...
2010-07-13 Michael VrableAttempt to batch together database writes for performance.
2010-07-12 Michael VrableSwitch to an explicit BDB operations queue instead...
2010-07-07 Michael VrableRemove localstore.c; for now BDB work will be done...
2010-07-07 Michael VrableSome test work with using Berkeley DB for a local disk...
2010-06-30 Michael VrableSome new format design notes.
2010-06-04 Michael VrableFix a possibel deadlock from synchronizing the superblock.
2010-06-04 Michael VrableAdd a "multi" storage backend which doubles all GET...
2010-04-07 Michael VrableCleanups while workign on Samba code.
2010-04-06 Michael VrableInitial work to use Berkeley DB for locally logging...
2010-04-02 Michael VrableImprove statistics gathered.
2010-04-02 Michael VrableAdd general statistics-gathering infrastructure.
2010-04-01 Michael VrableAdd warnings for failed storage operations.
2010-03-31 Michael VrableDisable most debugging print messages; should help...
2010-03-31 Michael VrableTry to clean up the locking for LRU lists.
2010-03-31 Michael VrableA few minor fixes.
2010-03-30 Michael VrableTrack number of unanswered RPC requests, for debugging.
2010-03-30 Michael VrableDo not fill in a non-zero inode change_count until...
2010-03-29 Michael VrableRework cache flushing logic--this version should work...
2010-03-26 Michael VrableIn-progress work on better cache flushing.
2010-03-25 Michael VrableAdd LRU lists for tracking inodes that are dirty/accessed.
2010-03-24 Michael VrableMinor bugfix to pending store operation counts.
2010-03-22 Michael VrableFix a bug in committing of dirty inodes to stable storage.
2010-03-22 Michael VrableBetter track latency of operations issued to S3.
2010-03-19 Michael VrableAdd very simple write throttling when caches fill up.
2010-03-19 Michael VrableMake dropping of inodes from cache more resistant to...
2010-03-17 Michael VrableInodes can now be dropped from the cache too, not just...
2010-03-17 Michael VrableTrack memory usage statistics for cached data.
2010-03-16 Michael VrableProvide a simple configurable limit on the number of...
2010-03-12 Michael VrableFix memory leak in bluesky_block_fetch.
2010-03-11 Michael VrableEliminate a warning about symlink serialization that...
2010-03-05 Michael VrableStart fetch of all blocks in a read at the start 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-03-04 Michael VrablePartial work on parallel data fetches from S3 for large...
2010-02-19 Michael VrableFix for kvstore with default settings.
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-16 Michael VrableLink kvstore into main build system.
2010-02-16 Michael VrableHook John's kvstore up to the BlueSky implementation.
2010-02-05 Michael VrableDo not drop data from cache immediately after a write.
2010-02-05 Michael VrableAdd very rudimentary eviction data blocks from the...
2010-02-05 Michael VrableFix for file storage backend.
2010-02-02 Michael VrableCreate a runtime option for sync/async frontend request...
2010-01-29 Michael VrableLeak cleanup.
2010-01-28 Michael VrableFix a deadlock and a few memory leaks.
next