projects
/
bluesky.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Start work on log replay for filesystem recovery.
[bluesky.git]
/
bluesky
/
bluesky-private.h
2010-08-26
Michael Vrable
Start work on log replay for filesystem recovery.
blob
|
commitdiff
|
raw
2010-08-25
Michael Vrable
Add an inode map data structure to track the location...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-22
Michael Vrable
Implement new scheme for retaining needed journal segments.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Michael Vrable
Back out dirty reference tracking, as the design was...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Michael Vrable
Make cloud storage more robust.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Michael Vrable
Track journal files which contain dirty data and which...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Michael Vrable
Implement a (dumb) cache garbage collector.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Michael Vrable
Improve journal/cloud cache locking and add access...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Michael Vrable
Debugging/refcount cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Michael Vrable
First attempt at supporting reading data back from...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-11
Michael Vrable
Improve tracking of memory usage in BlueSky.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Michael Vrable
Drop old code for flushing data to the cloud.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Michael Vrable
Work to unify the cloud segment writing with other...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Michael Vrable
Make links between cloud log entries direct.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Michael Vrable
Rework caching of data blocks to eliminate double-caching.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Michael Vrable
Fix up reference counting for memory-mapped journal...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Michael Vrable
Improve the reading back of objects committed to the...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-03
Michael Vrable
Preliminary support for dropping cached file data from...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-02
Michael Vrable
Work to allow mmap-ed log entries to be used for data...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-30
Michael Vrable
Gradually converting code to use cloud logs for storing...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-29
Michael Vrable
Dump cloud location of data items in debug output.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-29
Michael Vrable
(Mostly) merge local and cloud logging together.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Michael Vrable
Preparatory work before implementing proper cloud writing.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-26
Michael Vrable
Some initial work on logging gathering data into cloud...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-22
Michael Vrable
Initial work on cloud log-structured storage.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Michael Vrable
Add checksumming to filesystem journal.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-19
Michael Vrable
Allow batched log writes when writing dirty inodes.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-18
Michael Vrable
Basic filesystem journaling.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-31
Michael Vrable
Disable most debugging print messages; should help...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-29
Michael Vrable
Rework cache flushing logic--this version should work...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-26
Michael Vrable
In-progress work on better cache flushing.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-25
Michael Vrable
Add LRU lists for tracking inodes that are dirty/accessed.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-22
Michael Vrable
Better track latency of operations issued to S3.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
Michael Vrable
Do not signal barrier until all notifiers have run.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-05
Michael Vrable
Only treat an async storage operation as finished when...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-04
Michael Vrable
Partial work on parallel data fetches from S3 for large...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-18
Michael Vrable
Store backends now consist of a type followed by extra...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-17
Michael Vrable
Make kvstore backend in BlueSky asynchronous.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-05
Michael Vrable
Add very rudimentary eviction data blocks from the...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-26
Michael Vrable
Clean up logging in storage layer.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-26
Michael Vrable
Some changes to support asynchronous fetching of inodes.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-09
Michael Vrable
Track when cached file data is written out.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
Michael Vrable
More work on writeback caching.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Michael Vrable
Work on a storage barrier operation.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-24
Michael Vrable
More work on synchronous/asynchronous operations.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-22
Michael Vrable
Add reference counting to asynchronous storage operations.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-20
Michael Vrable
Rework the storage interface so that operations are...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-01
Michael Vrable
Include file reorganization.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-31
Michael Vrable
Split BlueSky include files into public and private...
blob
|
commitdiff
|
raw
|
diff to current