Enable real-time trace replay instead of maximum-speed replay mode.
[bluesky.git] / bluesky /
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.
2010-01-28 Michael VrableFinish up asynchronous inode loading.
2010-01-28 Michael VrableLet storage tuning options be set via environment varia...
2010-01-28 Michael VrableSwitch to CTR instead of CBC mode for encryption.
2010-01-27 Michael VrableSupport for sync operations on an inode.
2010-01-27 Michael VrableFlush file blocks to storage before the inode.
2010-01-26 Michael VrableEnsure a reference to an async is held while it is...
2010-01-26 Michael VrableClean up logging in storage layer.
2010-01-26 Michael VrableSome changes to support asynchronous fetching of inodes.
2010-01-26 Michael VrableImplement multi-threaded request processing and locking...
2010-01-25 Michael VrableInodes are clean immediately after being read from...
2010-01-25 Michael VrableNFS cache writeback is now invoked periodically by...
2010-01-25 Michael VrableProperly decrement inode refcounts when finishing a...
2010-01-22 Michael VrableAdd a warning to catch possible refcounting bugs.
2010-01-22 Michael VrableFix a nasty bug in the decryption code.
2010-01-20 Michael VrableAdd support for dumping filesystem state for debugging...
2010-01-13 Michael VrableFix for a segfault when resizing files.
2010-01-11 Michael VrableAdd a new option to make caching writethrough instead...
2010-01-06 Michael VrableMostly-working NFS rename support.
2010-01-06 Michael VrableSilence some compiler warnings.
2009-12-28 Michael VrableFix up logic for handling short data blocks.
2009-12-28 Michael VrablePreliminary symlink/readlink support.
2009-12-28 Michael VrableMinor cleanups.
2009-12-12 Michael VrableRe-enable file and memory storage backends.
2009-12-09 Michael VrableTrack when cached file data is written out.
2009-12-07 Michael VrableMore work on writeback caching.
2009-12-06 Michael VrableInitial work on proper writeback caching.
2009-12-03 Michael VrableDrop some debugging messages.
2009-12-02 Michael VrableA few bugfixes to the storage barrier support.
2009-12-01 Michael VrableWork on a storage barrier operation.
2009-11-29 Michael VrableSome initial work to support delayed flushing of data.
2009-11-24 Michael VrableMore work on synchronous/asynchronous operations.
2009-11-23 Michael VrableMinor cleanup.
2009-11-22 Michael VrableAdd reference counting to asynchronous storage operations.
2009-11-20 Michael VrableRework the storage interface so that operations are...
2009-11-18 Michael VrableS3Store cleanup.
2009-11-18 Michael VrableBetter checks for non-existent inodes.
2009-11-18 Michael VrableClean up code using bluesky_string_from_gstring.
2009-11-18 Michael VrableFix the S3Store get operation to handle arbitrarily...
2009-11-18 Michael VrableAllow storse to S3 to execute in the background, in...
2009-11-13 Michael VrableNew BlueSky interface for implementing readdir.
2009-11-12 Michael VrableExtra logging, begin defining BlueSky-specific error...
2009-11-12 Michael VrableDo not pad the final block of a file with zeroes.
2009-11-03 Michael VrableMove encryption into S3 backend.
2009-11-01 Michael VrableInclude file reorganization.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-10-30 Michael VrableStart work on a rename operation. Not yet complete.
2009-10-30 Michael VrableRemove some debugging log messages.
2009-10-29 Michael VrableAdd filesystem superblock serialization.
2009-10-27 Michael VrableAdd high-resolution timekeeping functions (primarily...
2009-10-08 Michael VrableAdd case-insensitive lookup support to BlueSky core.
2009-09-23 Michael VrableMake printf format specifiers 32/64-bit clean.
2009-09-23 Michael VrableMiscellaneous fixes.
2009-09-16 Michael VrableMinor CMake fix (delete redundant line).
2009-09-16 Michael VrableUse and link to included libs3.
2009-09-16 Michael VrableAdd a little support for data writeback (not yet hooked...
2009-09-14 Michael VrableCommit unlinks to stable storage.
2009-09-14 Michael VrableNFS file unlink operation.
2009-09-14 Michael VrableUpdate filesystem locking rules (in progress).
2009-09-11 Michael VrableEnsure file size is properly serialized/deserialized.
2009-09-09 Michael VrableDirectory deserialization and loading of inodes from...
2009-09-04 Michael VrableProof-of-concept flushing of inodes to disk.
2009-09-04 Michael VrableAllow crypto to be disabled (for local testing).
next