forked from fjall-rs/lsm-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
refactor(fs): thread Fs through table::Writer and BlobFile creation #107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
polaz
merged 16 commits into
main
from
feat/#91-refactor-thread-fs-through-tablewriter-and-blobfil
Mar 23, 2026
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
650714c
refactor(fs): thread Fs through table::Writer and BlobFile creation
polaz 59c435a
fix(vlog): use create_new for blob file creation, document read-back …
polaz e8c601d
docs: clarify Writer and persist_version are crate-internal
polaz 0299570
docs(table): note Fs bound transitively satisfies Write + Seek
polaz e78b157
docs(table): remove inaccurate "not public API" comment
polaz 186929f
docs(table): fix misleading trait-bound notation in Writer doc
polaz 08ae4f5
fix(table): use fsync_directory helper instead of direct Fs::sync_dir…
polaz e0fa827
docs(table): clarify Writer doc comment on trait bound chain
polaz d43d59f
docs(vlog): document create_new semantics for blob file writer
polaz 4cfdceb
fix(file): gate FsOpenOptions import and suppress unused fs on Windows
polaz 29d05c7
refactor(fs): use Fs::create_dir_all for directory creation
polaz c1192ac
fix(file): prefix unused path param with underscore on Windows
polaz 17fe353
fix(tree): use Fs::exists instead of std Path::try_exists in recovery
polaz ce60556
fix(table): normalize path before fs.open in Writer::new
polaz 8252d0f
refactor(fs): adapt to dyn Fs object safety (#109)
polaz 34e94ca
refactor(tree): use Fs::read_dir in recover_levels
polaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.