projects
/
bluesky.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
bluesky.git
2010-01-26
Michael Vrable
Ensure a reference to an async is held while it is...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-26
Michael Vrable
Clean up logging in storage layer.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-26
Michael Vrable
Some changes to support asynchronous fetching of inodes.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-26
Michael Vrable
Implement multi-threaded request processing and locking...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Michael Vrable
Inodes are clean immediately after being read from...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Michael Vrable
NFS cache writeback is now invoked periodically by...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Michael Vrable
Bluesky core initializes a fresh filesystem, so no...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Michael Vrable
Properly decrement inode refcounts when finishing a...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Michael Vrable
Add a warning to catch possible refcounting bugs.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Michael Vrable
Fix a nasty bug in the decryption code.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-21
Michael Vrable
Track time to process each NFS RPC received.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Michael Vrable
Add support for dumping filesystem state for debugging...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-14
Michael Vrable
Remove some debugging messages.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-14
Michael Vrable
Eliminate last static buffer in async_rpc_send_reply.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Michael Vrable
Remove most static variables in the NFS server functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Michael Vrable
Continuing rework for async RPC.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Michael Vrable
More async RPC work.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Michael Vrable
More cleanups to move RPC layer towards being asynchronous.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Michael Vrable
Fix for a segfault when resizing files.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-13
Michael Vrable
RPC header file cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-12
Michael Vrable
Rewrite NFS RPC dispatching.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-11
Michael Vrable
Quick tool for benchmarking write latency.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-11
Michael Vrable
Add a new option to make caching writethrough instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-07
Michael Vrable
Implement fsstat.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-07
Michael Vrable
Improve NFS readdirplus to estimate response sizes.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-06
Michael Vrable
Work on NFS rmdir operation.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-06
Michael Vrable
Mostly-working NFS rename support.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-06
Michael Vrable
Silence some compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-29
Michael Vrable
Preliminary NFS readdirplus support (not yet entirely...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-29
Michael Vrable
Include post-opeation file attributes for the NFS write...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-29
Michael Vrable
Calculate size of symlinks.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Michael Vrable
Fix up logic for handling short data blocks.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Michael Vrable
Preliminary symlink/readlink support.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Michael Vrable
NFS link operation.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-28
Michael Vrable
Minor cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-12
Michael Vrable
Re-enable file and memory storage backends.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-09
Michael Vrable
Track when cached file data is written out.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-07
Michael Vrable
More work on writeback caching.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-06
Michael Vrable
Initial work on proper writeback caching.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-03
Michael Vrable
Drop some debugging messages.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-02
Michael Vrable
A few bugfixes to the storage barrier support.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-01
Michael Vrable
Work on a storage barrier operation.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-29
Michael Vrable
Some initial work to support delayed flushing of data.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-24
Michael Vrable
More work on synchronous/asynchronous operations.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-23
Michael Vrable
Minor cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-22
Michael Vrable
Add reference counting to asynchronous storage operations.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-20
Michael Vrable
Rework the storage interface so that operations are...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Michael Vrable
S3Store cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Michael Vrable
Better checks for non-existent inodes.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Michael Vrable
Clean up code using bluesky_string_from_gstring.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Michael Vrable
Fix the S3Store get operation to handle arbitrarily...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Michael Vrable
Allow storse to S3 to execute in the background, in...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-13
Michael Vrable
New BlueSky interface for implementing readdir.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-12
Michael Vrable
Extra logging, begin defining BlueSky-specific error...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-12
Michael Vrable
Do not pad the final block of a file with zeroes.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Michael Vrable
Move encryption into S3 backend.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-01
Michael Vrable
Include file reorganization.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-31
Michael Vrable
Split BlueSky include files into public and private...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Michael Vrable
Start work on a rename operation. Not yet complete.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-30
Michael Vrable
Remove some debugging log messages.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-29
Michael Vrable
Add filesystem superblock serialization.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-27
Michael Vrable
Add high-resolution timekeeping functions (primarily...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Michael Vrable
Add case-insensitive lookup support to BlueSky core.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Michael Vrable
Make printf format specifiers 32/64-bit clean.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Michael Vrable
Cache coherence thoughts.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Michael Vrable
Miscellaneous fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Michael Vrable
Minor CMake fix (delete redundant line).
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Michael Vrable
Use and link to included libs3.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Michael Vrable
Include libs3 sources in the BlueSky tree.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-16
Michael Vrable
Add a little support for data writeback (not yet hooked...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Michael Vrable
Commit unlinks to stable storage.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Michael Vrable
NFS file unlink operation.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Michael Vrable
Update filesystem locking rules (in progress).
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Michael Vrable
NFSv3 mkdir.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Michael Vrable
Ensure file size is properly serialized/deserialized.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-09
Michael Vrable
Directory deserialization and loading of inodes from...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Michael Vrable
Proof-of-concept flushing of inodes to disk.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Michael Vrable
Allow crypto to be disabled (for local testing).
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Michael Vrable
Drop unneeded HMAC implementation.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Michael Vrable
Add pluggable support for multiple storage backends.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Michael Vrable
Split handling of file data out of inode.c.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Michael Vrable
Directory serialization (but not deserialization).
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Michael Vrable
Work to add inode serialization/deserialization routines.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Michael Vrable
Use GPLv3 license.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Michael Vrable
Implement data decryption as well.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Michael Vrable
Encrypt data blocks being stored to S3.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
NFSv3 SETATTR operation.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
CMake build tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
.gitignore updates for CMake.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
Add missing file?
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
CMake reorganization.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
Attempt at building with CMake.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
.gitignore update: ignore binaries
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Michael Vrable
Switch to refcounted strings for storing cached file...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Michael Vrable
Add fetching of blocks from S3.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Michael Vrable
Implement flushing of file blocks to Amazon S3.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Michael Vrable
Include libs3.h header file in our source.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Michael Vrable
Link against libs3 for access to Amazon S3.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Michael Vrable
Start on a basic in-memory key/value store.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-28
Michael Vrable
File read and write operations.
commit
|
commitdiff
|
tree
|
snapshot
next