summaryrefslogtreecommitdiffstats
path: root/common/partitions.c
Commit message (Expand)AuthorAgeFilesLines
* partitions: efi: fix NULL dereference on corrupted GPTAhmad Fatoum10 days1-0/+3
* partitions: have parsers record bootable bitsAhmad Fatoum2024-03-051-2/+2
* partitions: implement partition manipulation supportSascha Hauer2024-02-201-24/+132
* partitions: move parser.h to include/partitions.hSascha Hauer2024-02-201-2/+1
* partition: allocate struct partition in parserSascha Hauer2024-02-201-6/+6
* partition: allocate struct partition_desc in parserSascha Hauer2024-02-201-4/+6
* partition: allow to reparse a partition tableSascha Hauer2024-02-161-0/+20
* partition: switch to using cdevfs_add_partitionAhmad Fatoum2024-01-081-4/+8
* common: partitions: efi: record type UUID in cdevAhmad Fatoum2023-06-121-1/+1
* cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-1/+1
* cdev: rename partuuid to uuidMichael Olbrich2022-02-081-1/+1
* cdev: Add function to get unallocated space at start of deviceSascha Hauer2021-10-121-0/+27
* x86: drop legacy (PC BIOS) boot in favor of EFIAhmad Fatoum2021-03-251-2/+0
* common: drop done TODO about 4G partitionsAhmad Fatoum2021-03-251-1/+0
* partitions: don't allocate dma capable memoryAhmad Fatoum2021-03-231-3/+2
* block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-181-1/+1
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-12/+1
* partition: include partuuid string in debug stringAhmad Fatoum2019-10-231-2/+2
* of: partitions: flag partitions from a partition tableSascha Hauer2017-03-311-0/+2
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* partition: Create links with partition namesSascha Hauer2016-01-081-13/+7
* cdev: Add partuuid string to struct cdevSascha Hauer2015-06-181-0/+1
* common: fix mbr filetype detectionZahari Doychev2014-11-051-0/+2
* cdev: store dos partition type in struct cdevSascha Hauer2013-10-141-1/+3
* devfs: let devfs_add_partition return the new partitionSascha Hauer2013-07-151-4/+8
* block: implement block_read/block_write functionsSascha Hauer2013-05-311-1/+1
* common/partition: check only for partition table typesHubert Feurstein2013-04-291-2/+2
* disk: introduce partition nameJean-Christophe PLAGNIOL-VILLARD2013-02-161-12/+42
* partitons: add frameworkJean-Christophe PLAGNIOL-VILLARD2013-02-161-86/+55
* Merge branch 'for-next/misc'Sascha Hauer2012-11-161-1/+2
|\
| * common/partitions.c: make use of is_fat_or_mbrFranck Jullien2012-10-121-1/+2
* | common/paritions.c: force little endian readsFranck Jullien2012-10-121-4/+4
|/
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* Merge branch 'for-next/size-decrease'Sascha Hauer2012-07-021-1/+1
|\
| * dos partitions: enable disk size guessing only for bios disksSascha Hauer2012-06-281-1/+1
* | Merge branch 'for-next/dma-cache-align'Sascha Hauer2012-07-021-2/+3
|\ \
| * | partition: Use dma_alloc for allocating buffersSascha Hauer2012-06-301-2/+3
| |/
* / partitions: Make 64bit capableSascha Hauer2012-06-301-29/+0
|/
* dos partitions: Do not register as fixed partitionsSascha Hauer2012-02-171-1/+1
* DISK: Add common partition handling for disk like mediaJuergen Beisert2011-11-281-0/+200