Bump go-diskfs pin to current master - #25
Merged
Merged
Conversation
Picks up four upstream fixes since the last pin: correct extent-tree splits and internal-node spans for large fragmented ext4 files, real error causes on failed ext4 directory reads instead of a bare "not found", and FAT32 handling of zero-length files and dot-leading filenames. The ext4 and FAT32 paths are the ones the resizer exercises when it copies and grows source filesystems, so these land directly under partitionresizer's own copy/grow behavior. Signed-off-by: eriknordmark <erik@zededa.com> Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
@deitch PTAL — straight pin bump to go-diskfs master ( |
deitch
approved these changes
Aug 4, 2026
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.
Moves the go-diskfs pin from
v1.9.4-0.20260710070848-6793ed76fd75to thecurrent master tip,
v1.9.5-0.20260803113315-a6099fdbe455.Four upstream fixes come in, all on filesystem paths the resizer drives when
it copies and grows source filesystems:
v1.9.4)No source changes are needed; only
go.mod/go.summove.