]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: (bcachefs) add members_v2 parsing support
authorNikita Ofitserov <himikof@gmail.com>
Sun, 4 Jan 2026 21:44:46 +0000 (00:44 +0300)
committerNikita Ofitserov <himikof@gmail.com>
Tue, 6 Jan 2026 17:26:32 +0000 (20:26 +0300)
commitfae8ed6466cf879b25e53cf3f3ca043fd0e54560
tree194df5fb954cb61494967813c48e06e5e645e3b2
parent2de0133909f6cb9ffc214993c3ffda877298d6cd
libblkid: (bcachefs) add members_v2 parsing support

Since bcachefs 1.25, in many cases bcachefs does not write members_v1 field
in the superblock, leading to UUID_SUB and FSSIZE tags missing in blkid output.
Fix this by parsing the new extendable members_v2 superblock field too.

Signed-off-by: Nikita Ofitserov <himikof@gmail.com>
libblkid/src/superblocks/bcache.c
tests/expected/blkid/low-probe-bcachefs-3 [new file with mode: 0644]
tests/ts/blkid/images-fs/bcachefs-3.img.xz [new file with mode: 0644]