summaryrefslogtreecommitdiffstats
path: root/common/partitions.c
Commit message (Expand)AuthorAgeFilesLines
* 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