summaryrefslogtreecommitdiff
path: root/libblkid/src/superblocks
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: 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
* 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: 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
|/
* 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
* Merge branch 'cleanups' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-9/+9
|\
| * libblkid: zfs: remove unnecessary newline from debug messagesThomas Weißschuh2022-12-281-9/+9
* | Update email.Milan Broz2022-12-231-1/+1
|/
* Merge branch 'fssize-swap' of https://github.com/t-8ch/util-linuxKarel Zak2022-12-211-7/+25
|\
| * libblkid: swap: report fssizeThomas Weißschuh2022-12-141-0/+4
| * libblkid: swap: report fsblocksizeThomas Weißschuh2022-12-141-8/+13
| * libblkid: swap: report endianessThomas Weißschuh2022-12-141-0/+9
* | libblkid: iso9660: read block size from superblockThomas Weißschuh2022-12-151-4/+11
* | libblkid: ntfs: report fssizeThomas Weißschuh2022-12-131-0/+1
* | libblkid: ubifs: report fssizeThomas Weißschuh2022-12-131-0/+3
* | libblkid: f2fs: report fssizeThomas Weißschuh2022-12-131-2/+4
* | libblkid: erofs: report fssizeThomas Weißschuh2022-12-131-0/+1
* | libblkid: vfat: report fssizeThomas Weißschuh2022-12-131-9/+14
|/
* libblkid: Add detection of FileVault2 partitionsMilan Broz2022-12-123-0/+106
* libblkid: define probing return valuesKarel Zak2022-12-021-1/+1
* libblkid: squashfs: report filesystem sizeThomas Weißschuh2022-11-291-0/+1
* libblkid: squashfs: report block sizesThomas Weißschuh2022-11-291-0/+2
* libblkid: squashfs: add more superblock fieldsThomas Weißschuh2022-11-291-15/+25
* libblkid: bcache: pack superblock structThomas Weißschuh2022-11-251-1/+1
* libblkid: fix misaligned-address in probe_exfatMilan Broz2022-11-241-4/+5