bluesky.git
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 VrableAdd cleaner option to rewrite and compact all inodes...
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-11 Michael VrableAdd very basic caching to the cleaner S3 backend.
2010-09-10 Michael VrableAdd S3 backend for the cleaner.
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-09 Michael VrableAllow cleaner to delete unused log segments.
2010-09-09 Michael VrableImprove segment cleaning.
2010-09-09 Michael VrableImprove cleaner: make sure new logs are written after...
2010-09-09 Michael VrableExtend cleaner with a simple policy for choosing segmen...
2010-09-09 Michael VrableUpdates to the Python cleaner prototype.
2010-09-08 Michael VrableBegin work on a segment cleaner prototype.
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.
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.
next