Some issues resolved and bugs fixed, code for review and merge, thanks.#416
Open
guozhonghua216 wants to merge 6 commits intodatto:mainfrom
Open
Some issues resolved and bugs fixed, code for review and merge, thanks.#416guozhonghua216 wants to merge 6 commits intodatto:mainfrom
guozhonghua216 wants to merge 6 commits intodatto:mainfrom
Conversation
added 4 commits
August 7, 2025 17:22
while cow manager inited or reloaded failed, the resource release should be in ordered to avoid NULL pointer access. Signed-off-by: Guozhonghua <guozhonghua@oneprocloud.cn>
The dev pointer should be set while reloading cow file, otherwise it can cause NULL pointer acess exceptoin while umount after cow file reloaded. Signed-off-by: Guozhonghua <guozhonghua@oneprocloud.cn>
While datto-info file opened failed, the lock grasped should be release, which can cause blocked. Signed-off-by: Guozhonghua <guozhonghua@oneprocloud.cn>
If the filesystem does not supports fiemap api, such as vfat, it should ignored to replace return error, for the file extent is not used. Signed-off-by: Guozhonghua <guozhonghua@oneprocloud.cn>
Author
|
Is anyone have a review about those patches? Thanks a lot. |
added 2 commits
September 28, 2025 17:55
Signed-off-by: Guozhonghua <guozhonghua@oneprocloud.cn>
Signed-off-by: Guozhonghua <guozhonghua@oneprocloud.cn>
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
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.
Hi,
I have fix some issue and bugs, so want to merge code upstream. Please have a little time to review it and give some advice for me.
Thanks.
Guozhonghua, my email is: guozhonghua@oneprocloud.cn