]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: Add support for DASD partition table
authorVojtech Trefny <vtrefny@redhat.com>
Wed, 25 Feb 2026 13:18:42 +0000 (14:18 +0100)
committerVojtech Trefny <vtrefny@redhat.com>
Tue, 10 Mar 2026 14:02:24 +0000 (15:02 +0100)
commitc408b657283fdedcdf3d4961c007805077b72bc9
treedcc21ea181d9ec6536ac4aa5ab15d236361c0ea4
parentb1baf61cc032d72020cf03b930d350d9ee56cafd
libblkid: Add support for DASD partition table

Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
13 files changed:
include/Makemodule.am
include/pt-dasd.h [new file with mode: 0644]
libblkid/meson.build
libblkid/src/Makemodule.am
libblkid/src/partitions/dasd.c [new file with mode: 0644]
libblkid/src/partitions/partitions.c
libblkid/src/partitions/partitions.h
tests/expected/blkid/lowprobe-pt-dasd-cdl [new file with mode: 0644]
tests/expected/blkid/lowprobe-pt-dasd-ldl [new file with mode: 0644]
tests/expected/partx/partx-image-dasd-cdl [new file with mode: 0644]
tests/expected/partx/partx-image-dasd-ldl [new file with mode: 0644]
tests/ts/blkid/images-pt/dasd-cdl.img.xz [new file with mode: 0644]
tests/ts/blkid/images-pt/dasd-ldl.img.xz [new file with mode: 0644]