summaryrefslogtreecommitdiffstats
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* disk: part_efi: fix check of the max partition sizePatrick Delaunay2016-05-271-1/+1
* dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-171-3/+3
* dm: part: Drop the block_drvr tableSimon Glass2016-05-171-53/+14
* dm: part: Use the legacy block driver for hardware partition supportSimon Glass2016-05-171-11/+1
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-171-1/+1
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: sata: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: scsi: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-171-1/+0
* dm: ide: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: disk: Use legacy block driver info for block device accessSimon Glass2016-05-171-4/+3
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* iso: Allow 512 byte sector sizeAlexander Graf2016-04-181-5/+31
* iso: Start with partition 1Alexander Graf2016-04-181-2/+2
* iso: Make little endian and 64bit safeAlexander Graf2016-04-182-26/+24
* dm: part: fix missing driver name in debug printNishanth Menon2016-04-141-1/+2
* drivers: block: add block device cacheEric Nelson2016-04-011-0/+2
* part_efi: Drop NULL check in part_get_info_efi()Simon Glass2016-03-221-1/+1
* part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass2016-03-221-4/+0
* part_iso: Drop the customer unaligned access functionsSimon Glass2016-03-221-23/+4
* disk/part.c: Expose list of available block driversAlexander Graf2016-03-151-7/+1
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-145-27/+27
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-145-37/+29
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-145-50/+52
* dm: part: Rename some partition functionsSimon Glass2016-03-146-33/+33
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-146-142/+114
* dm: part: Add a cast to avoid a compiler warningSimon Glass2016-03-141-1/+1
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-141-1/+1
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-141-3/+3
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-141-2/+2
* dm: part: Correct a sandbox build warningSimon Glass2016-03-141-4/+6
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-146-59/+69
* mmc: emmc and hw partitions partition table id bugfix.Erik Tideman2016-01-201-0/+10
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-143-4/+4
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-135-36/+35
* part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-131-12/+17
* part:efi: add bootable parameter in gpt commandPatrick Delaunay2015-11-231-0/+3
* gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski2015-11-231-0/+110
* uuid: add selection by string for known partition type GUIDPatrick Delaunay2015-11-121-0/+4
* gpt: add optional parameter type in gpt commandPatrick Delaunay2015-11-122-0/+34
* ubifs: Add generic fs supportHans de Goede2015-10-241-0/+27
* disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede2015-10-241-0/+2
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-113-0/+3
* gpt: Fix the protective MBR partition sizeMaxime Ripard2015-01-081-1/+1
* fastboot: handle flash write to GPT partitionsSteve Rae2014-12-181-0/+93
* disk: part_efi: move code to static functionsSteve Rae2014-12-181-73/+102
* sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-261-10/+11
* disk/part.c: make local function staticJeroen Hofstee2014-10-251-1/+1
* cleanup disk/part.c whitespacePavel Machek2014-09-241-4/+5
OpenPOWER on IntegriCloud