bluesky.git
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 VrableNewly-created inodes should be marked as modified.
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 VrableAdd synchronous inode logging in the NFS server.
2010-07-15 Michael VrableBarriers did not handle requests that finished too...
2010-07-14 Michael VrableCommit a few log benchmark results.
2010-07-14 Michael VrableBugfix.
2010-07-14 Michael VrableUpdate commit log benchmarks.
2010-07-14 Michael VrableMake the log benchmark configurable and make a paramete...
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-30 Michael VrableAdd another S3 benchmark tool.
2010-06-30 Michael VrableMore S3 benchmark work.
2010-06-18 Michael VrableAdd an S3 test script for range requests.
2010-06-16 Michael VrableAdd results from a simple test run of the multi:s3...
2010-06-16 Michael VrableTesting S3 with more object sizes.
2010-06-15 Michael VrableMore Amazon S3 test script updates.
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-06-03 Michael VrableUpdates to script for testing multiple parallel fetches.
2010-05-28 Michael VrableTesting of multiple requests in parallel.
2010-05-26 Michael VrableAdd a few more test scripts.
2010-05-13 Michael VrableMore trace analysis scripts.
2010-05-08 Michael VrableImprove analysis of S3 packet traces.
2010-05-06 Michael VrableKeep IP addresses with network measurements.
2010-05-05 Michael VrableMore S3 performance evaluation scripts.
2010-05-05 Michael VrableCompile fix for directory renaming; use virtual host...
2010-05-04 Michael VrableMore cloud storage performance-measurement scripts.
2010-05-04 Michael VrableDirectory reorganization.
2010-05-04 Michael VrableWork on more tools for automating cloud storage perform...
2010-05-04 Michael VrableA few more Azure/analysis updates.
2010-05-03 Michael VrableAnother update to the Azure test code.
2010-05-03 Michael VrableStart work on a test program to communicate with Window...
2010-04-29 Michael VrableSimple tool for analyzing a dump of a single S3 connection.
2010-04-28 Michael VrableMore playing with parsing of packet traces.
2010-04-28 Michael VrableMore updates to S3 pipelining test.
2010-04-28 Michael VrableCreate a simple Python script for sending pipelined...
2010-04-27 Michael VrablePrint flow identification in TCP parsing output.
2010-04-26 Michael VrableSome initial results of running the NFS replay code.
2010-04-26 Michael VrableFix a memory leak in the NFS-over-UDP code.
2010-04-25 Michael VrableEnable real-time trace replay instead of maximum-speed...
2010-04-24 Michael VrableAllow longer server names; fixes (temporarily) a buffer...
2010-04-23 Michael VrableCode fixes for TBBT.
2010-04-23 Michael VrableAdd two missing files from the TBBT import.
2010-04-23 Michael VrableImport TBBT (NFS trace replay).
next