-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Volume atomic multi-slot appends. (#149)
* Add MultiAppend to SlotWriter; add Buffer api for varints. * Add Volume::MultiAppend. * wip - multi-appends * wip - sketch of special zero-tokens to indicate atomic range. * Add unread_begin(), read_token() to DataReader. * Allow moving IoRing after creating an IoRing::File. * Create simulated log device storage (low-level). * Add low-level log device mode to StorageSimulation (untested). * Fix all remaining bugs in low-level LogDevice simulation. * Refactor test env config code into llfs::testing::TestConfig. * Remove excess logging in tests. * Fix a few more IoRingLogDriver bugs. * Add comments and clean up code for MR. * Code review feedback. * Add missing `Death` keyword to the names of tests that include EXPECT_DEATH. * Changes in response to review feedback. * CR feedback. * Fix .clang-format after Xcode upgrade; CR feedback. * Use shared_ptr instead of raw ptr in SimulatedLogDeviceStorage (CR feedback).
- Loading branch information
1 parent
f03e41c
commit 23ecf73
Showing
60 changed files
with
2,998 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.