summaryrefslogtreecommitdiff
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* libblkid: xfs: clean up call to ul_crc32_exclude_offsetThomas Weißschuh2023-04-171-2/+2
* libblkid: erofs: calculate checksum with offsetThomas Weißschuh2023-04-171-2/+3
* libblkid: Compute CRC with sb_crc zeroedJeremy Linton2023-04-141-2/+3
* libblkid: copy BLKID_PARTS_FORCE_GPT to whole-disk proberKarel Zak2023-04-043-0/+14
* build-sys: fix libblkid fuzz sample test if-endifKarel Zak2023-03-171-2/+1
* libblkid: nvidia_raid: validate full signatureThomas Weißschuh2023-03-021-1/+1
* libblkid: nvidia_raid: validate checksumThomas Weißschuh2023-03-021-1/+11
* libblkid: nvidia_raid: verify superblock sizeThomas Weißschuh2023-03-021-0/+4
* libblkid: try LUKS2 first when probingLuca Boccassi2023-02-221-1/+5
* libblkid: check if device is OPAL locked on I/O errorLuca Boccassi2023-02-222-1/+28
* documentation: link to HTML versions of kernel docs on docs.kernel.orgnl67202023-02-151-1/+1
* libblkid: bcachefs: fix new magic detectionThomas Weißschuh2023-02-101-1/+1
* libblkid: add test_blkid_fuzz_sampleThomas Weißschuh2023-01-252-11/+40
* libblkid: bcachefs: avoid overflow in address comparisionsThomas Weißschuh2023-01-251-2/+13
* libblkid: bcachefs: simplify member field size validationThomas Weißschuh2023-01-251-11/+3
* libblkid: bcachefs: remove superfluous validationsThomas Weißschuh2023-01-251-6/+0
* libblkid: bcachefs: use uint64_t for structure lengthThomas Weißschuh2023-01-251-3/+2
* libblkid: align nilfs superblock [OSS-Fuzz 55382]Karel Zak2023-01-251-1/+1
* Merge branch 'fix-befs' of https://github.com/mbroz/util-linuxKarel Zak2023-01-231-0/+3
|\
| * libblkid: befs - avoid undefined shiftMilan Broz2023-01-231-0/+3
* | libblkid: bcachefs: limit maximum size of read superblockThomas Weißschuh2023-01-231-0/+5
* | libblkid: iso9660: don't warn on isonum mismatchThomas Weißschuh2023-01-231-2/+2
* | libblkid: bcachefs: fix member_field_endThomas Weißschuh2023-01-231-2/+2
* | libblkid: bcachefs: validate size of member fieldThomas Weißschuh2023-01-231-2/+6
* | libblkid: bcachefs: fix field typeThomas Weißschuh2023-01-231-1/+1
* | libblkid: bcachefs: fix endless loopThomas Weißschuh2023-01-231-1/+10
* | libblkid: iso9660: use sizeof_memberThomas Weißschuh2023-01-231-1/+1
* | remove no longer needed bracesCristian Rodríguez2023-01-231-6/+3
* | replace open-coded instances of mempcpyCristian Rodríguez2023-01-231-6/+4
|/
* libblkid: (bcachefs) verify checksum before set probing resultKarel Zak2023-01-201-27/+25
* libblkid: bcachefs: add xxhash checksum supportThomas Weißschuh2023-01-191-0/+7
* libblkid: bcachefs: add crc64 checksum supportThomas Weißschuh2023-01-191-0/+6
* libblkid: bcachefs: add crc32 checksum supportThomas Weißschuh2023-01-191-14/+54
* libblkid: bcachefs: validate device fieldsThomas Weißschuh2023-01-191-7/+35
* libblkid: bcachefs: probe UUID_SUBThomas Weißschuh2023-01-191-0/+74
* libblkid: add bcachefs supportThomas Weißschuh2023-01-193-0/+63
* Fix typoSamanta Navarro2023-01-101-1/+1
* libblkid: topology/sysfs: fix uint64_t handling on 32bit systemsThomas Weißschuh2023-01-081-1/+8
* libblkid: topology/ioctl: fix uint64_t handling on 32bit systemsThomas Weißschuh2023-01-081-2/+7
* libblkid: topolicy/ioctl: use union for multiple data typesThomas Weißschuh2023-01-081-3/+6
* Merge branch 'libblkid-debug' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-034-8/+5
|\
| * libblkid: remove strewn around calls to blkid_init_debug()Thomas Weißschuh2022-12-213-8/+0
| * libblkid: always initialize debuggingThomas Weißschuh2022-12-211-0/+5
* | Merge branch 'libblkid/topology-diskseq' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-028-3/+38
|\ \
| * | libblkid: topology: probe diskseqThomas Weißschuh2022-12-288-1/+36
| * | libblkid: topology: allow setting of 64bit valuesThomas Weißschuh2022-12-281-2/+2
| |/
* | Merge branch 'cleanups' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-025-15/+15
|\ \
| * | libblkid: zfs: remove unnecessary newline from debug messagesThomas Weißschuh2022-12-281-9/+9
| * | libblkid: topology: constify some structuresThomas Weißschuh2022-12-284-6/+6
| |/
* | Merge branch 'part-csum' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-024-3/+20
|\ \