bjangelo

Results 4 issues of bjangelo

### Go version go version go1.22.3 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/home/bangelo/.cache/go-build' GOENV='/home/bangelo/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/home/bangelo/code/go/pkg/mod' GOOS='linux' GOPATH='/home/bangelo/code/go'...

NeedsInvestigation

Support JBD2_FEATURE_INCOMPAT_CSUM_V2 and JBD2_FEATURE_INCOMPAT_CSUM_V3, which result in variable size journal descriptor entries. https://www.kernel.org/doc/html/latest/filesystems/ext4/journal.html#descriptor-block Closes #1475

**Is your feature request related to a problem? Please describe.** When reading ext4 journal blocks, I often want to subsequently parse the content as a directory entry table or an...