-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fix sparse image file cause file system corrputed #5869
Open
wangqiang1588
wants to merge
10
commits into
utmapp:main
Choose a base branch
from
wangqiang1588:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 28, 2023
-
Revert "github: disable visionOS and build on Xcode 15.0"
This reverts commit ab90be1.
Configuration menu - View commit details
-
Copy full SHA for 83d0421 - Browse repository at this point
Copy the full SHA 83d0421View commit details -
Configuration menu - View commit details
-
Copy full SHA for d74131e - Browse repository at this point
Copy the full SHA d74131eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db6076 - Browse repository at this point
Copy the full SHA 9db6076View commit details
Commits on Oct 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 917f357 - Browse repository at this point
Copy the full SHA 917f357View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dacf074 - Browse repository at this point
Copy the full SHA dacf074View commit details
Commits on Nov 6, 2023
-
fix linux virtual machine (ubuntu 23.10.1) report error
" EXT4-fs error (device vda2): ext4_validate_block_bitmap:421: comm kworker/u20:0 bg 2230: bad block bitmap checksum EXT4-fs (vda2): Delayed block allocation failed for inode 14327754 at logical offset 0 with max blocks 47 with error 74 EXT4-fs (vda2): THis should not happen!! Data will be lost " the reason is virtual machine disk image is created as sparse file truncate command make a sparse file, the space will not alloc before really used this should be better at most time. but maybe not suitable for virtual machines, especially in the case of heavy IO loads this may give extra time delay and operational interruptions when system do really space alloc this behavior may cause later write completed before previous write the incorrect write order may cause file system corrputed
Configuration menu - View commit details
-
Copy full SHA for 3d5019a - Browse repository at this point
Copy the full SHA 3d5019aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 777ab17 - Browse repository at this point
Copy the full SHA 777ab17View commit details
Commits on Nov 23, 2023
-
virtual disk cache mode have bugs,when it is enabled or set to auto (…
…default value),may cause linux file system corrputed, especially in the case of heavy IO loads
Configuration menu - View commit details
-
Copy full SHA for e922f43 - Browse repository at this point
Copy the full SHA e922f43View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2d62e6 - Browse repository at this point
Copy the full SHA b2d62e6View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a1ffa25 - Browse repository at this point
Copy the full SHA a1ffa25View commit details
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.