-
Notifications
You must be signed in to change notification settings - Fork 2
Allow loading filesystems with the recovery bit set #358
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
Conversation
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
008ceeb
to
3db9cf5
Compare
7b4bda4
to
f4fab76
Compare
ecded87
to
8d74537
Compare
7800b72
to
f3386ef
Compare
c0ba0a2
to
9e8574a
Compare
392e4ca
to
2b029b3
Compare
b45b6c8
to
0a6f392
Compare
0a6f392
to
d22c4d7
Compare
tedbrandston
approved these changes
Feb 26, 2025
@@ -303,6 +303,8 @@ impl Ext4 { | |||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps as a follow-up: augment this error to make it clear when the block index has been altered by the journal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, filed #436
This fills in the `Journal` struct and implements the rest of the `Journal::load` method.
This is the final step of enabling journal support. Since the test filesystem can now be loaded, this commit also adds some tests.
d22c4d7
to
ed26dab
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is the final step of enabling journal support. Since the test filesystem can now be loaded, this PR also adds some tests.
#317