You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As ZFS 2.3.0 now supports file/dir name lengths of 1023 bytes, how does gocryptfs handle them?
internal/nametransform/longnames.go:ReadLongNameAt() seems to limit them to 255 , but is support for 1023 bytes for gocryptfs possible?
(I am not going to need >255 lengths, but maybe in the future someone will...)
The text was updated successfully, but these errors were encountered:
On Tue, 14 Jan 2025, 10:04 Sami Farin, ***@***.***> wrote:
As ZFS 2.3.0 now supports file/dir name lengths of 1023 bytes, how does
gocryptfs handle them?
internal/nametransform/longnames.go:ReadLongNameAt() seems to limit them
to 255 , but is support for 1023 bytes for gocryptfs possible?
(I am not going to need >255 lengths, but maybe in the future someone
will...)
—
Reply to this email directly, view it on GitHub
<#890>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACGA7ZGEBXT3G2KOBFSXVT2KTHLDAVCNFSM6AAAAABVEM2KD6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG44DMNRQHE4DIOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
As ZFS 2.3.0 now supports file/dir name lengths of 1023 bytes, how does gocryptfs handle them?
internal/nametransform/longnames.go:ReadLongNameAt() seems to limit them to 255 , but is support for 1023 bytes for gocryptfs possible?
(I am not going to need >255 lengths, but maybe in the future someone will...)
The text was updated successfully, but these errors were encountered: