bluesky.git
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).
2010-04-23 Michael VrableMerge git+ssh://root@c09-44.sysnet.ucsd.edu/scratch...
2010-04-21 Michael VrableAdd pcap dump parser for extracting S3 performance...
2010-04-21 Michael VrableMore measurement results of S3 latency.
2010-04-20 Michael VrableAdd new results.
2010-04-13 Michael VrableCommit some benchmark results of standard Samba.
2010-04-09 Michael VrableUpdate needed dependencies for building Samba.
2010-04-07 Michael VrableCleanups while workign on Samba code.
2010-04-06 Michael VrableAdd some measurements of speed reading data from S3.
2010-04-06 Michael VrableInitial work to use Berkeley DB for locally logging...
2010-04-06 Michael VrablePull in updated tool for measuring S3 read performance.
2010-04-02 Michael VrableImprove statistics gathered.
2010-04-02 Michael VrableAdd general statistics-gathering infrastructure.
2010-04-02 Michael VrableBenchmark results to S3.
2010-04-01 Michael VrableAdd some more results.
2010-04-01 Michael VrableFix filesystem locking when creating a new inode.
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 VrableCopy in a few more benchmark results.
2010-03-30 Michael VrableStore benchmark results for native Linux NFS server.
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-30 Michael VrablePossible null pointer dereference fix.
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 VrableQuick note on memory leak debugging under valgrind.
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-12 Michael VrableReturn success code from NFSv3 commit operations.
2010-03-11 Michael VrableEliminate a warning about symlink serialization that...
2010-03-10 Michael VrableRefine lock acquisition order for renames.
2010-03-10 Michael VrableAdd UDP transport support to the NFS server.
2010-03-10 Michael VrablespecSFS requires Java.
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-26 Michael VrableExplicitly mount NFS using version 3 in microbenchmarks.
2010-02-25 Michael VrableUse s3cmd for cleaning up S3 storage accounts before...
2010-02-24 Michael VrableImplement a synthetic benchmark for bulk reads of file...
2010-02-23 Michael Vrablesynclient: Issue read requests for files after lookups...
2010-02-23 Michael VrableFix a typo in SunRPC decoding.
2010-02-23 Michael VrableAllow larger reads and writes.
2010-02-23 Michael VrableFix required package list (need git-core, not git).
2010-02-19 Michael VrableDo not start the RPC services until the filesystem...
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 VrableMore CMake tweaking.
2010-02-16 Michael VrableBuild system cleanup.
2010-02-16 Michael VrableLink kvstore into main build system.
2010-02-16 Michael VrableValues in the kvstore are raw byte arrays, not strings.
2010-02-16 Michael VrableHook John's kvstore up to the BlueSky implementation.
2010-02-15 Michael Vrable.gitignore updates, and deleting old build system files.
2010-02-15 Michael VrableReorganizing kvstore sources and switching build system...
2010-02-14 Michael VrableAdd John MucCullough's simple key/value storage server.
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 VrableHook synthetic NFS client into test script.
2010-02-05 Michael VrableFix for file storage backend.
2010-02-05 Michael VrableMake storage backend selectable via environment variable.
2010-02-04 Michael VrableAllow NFS lookup requests to better proceed in parallel.
2010-02-04 Michael VrableUpdate synthetic RPC client to record timing.
2010-02-03 Michael Vrable.gitignore fix.
2010-02-03 Michael VrableWork on a client for generating a synthetic stream...
2010-02-03 Michael Vrable.gitignore updates.
2010-02-02 Michael VrableAdd microbenchmarks to build system.
2010-02-02 Michael VrableAdd scripts for automatically testing reads at differen...
2010-02-02 Michael VrableCreate a runtime option for sync/async frontend request...
2010-02-01 Michael VrableSIGUSR1 causes nfsd to dump filesystem state now for...
2010-01-29 Michael VrableWork on a parallel read benchmark.
2010-01-29 Michael VrableLeak cleanup.
2010-01-28 Michael VrableFix a deadlock and a few memory leaks.
2010-01-28 Michael VrableAdd inode prefetching support in NFS readdirplus.
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 VrableBluesky core initializes a fresh filesystem, so no...
next