summaryrefslogtreecommitdiff
path: root/disk
Commit message (Expand)AuthorAgeLines
* disk: Fixed capacity messageJean-Jacques Hiblot2016-12-27-2/+2
* disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy2016-10-01-53/+35
* fastboot: add support for writing MBRPetr Kulhavy2016-10-01-0/+20
* disk: part: implement generic function part_get_info_by_name()Petr Kulhavy2016-10-01-19/+31
* cmd: gpt: fix the wrong size parse for the last partitionKever Yang2016-08-05-0/+4
* part_efi: Fix compiler warning on 32-bit sandboxSimon Glass2016-07-25-5/+5
* iso: Fix part info commandAlexander Graf2016-07-22-2/+2
* disk: part_efi: fix check of the max partition sizePatrick Delaunay2016-05-27-1/+1
* dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass2016-05-17-3/+3
* dm: part: Drop the block_drvr tableSimon Glass2016-05-17-53/+14
* dm: part: Use the legacy block driver for hardware partition supportSimon Glass2016-05-17-11/+1
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-17-1/+1
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* dm: sata: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* dm: scsi: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-17-1/+0
* dm: ide: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-17-1/+1
* dm: disk: Use legacy block driver info for block device accessSimon Glass2016-05-17-4/+3
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-17-1/+1
* iso: Allow 512 byte sector sizeAlexander Graf2016-04-18-5/+31
* iso: Start with partition 1Alexander Graf2016-04-18-2/+2
* iso: Make little endian and 64bit safeAlexander Graf2016-04-18-26/+24
* dm: part: fix missing driver name in debug printNishanth Menon2016-04-14-1/+2
* drivers: block: add block device cacheEric Nelson2016-04-01-0/+2
* part_efi: Drop NULL check in part_get_info_efi()Simon Glass2016-03-22-1/+1
* part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass2016-03-22-4/+0
* part_iso: Drop the customer unaligned access functionsSimon Glass2016-03-22-23/+4
* disk/part.c: Expose list of available block driversAlexander Graf2016-03-15-7/+1
* part: Rename test_part_xx() and print_part_xx()Simon Glass2016-03-14-27/+27
* dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-37/+29
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-50/+52
* dm: part: Rename some partition functionsSimon Glass2016-03-14-33/+33
* dm: part: Convert partition API use to linker listsSimon Glass2016-03-14-142/+114
* dm: part: Add a cast to avoid a compiler warningSimon Glass2016-03-14-1/+1
* dm: blk: Rename get_device_and_partition()Simon Glass2016-03-14-1/+1
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-14-3/+3
* dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-14-2/+2
* dm: part: Correct a sandbox build warningSimon Glass2016-03-14-4/+6
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-59/+69
* mmc: emmc and hw partitions partition table id bugfix.Erik Tideman2016-01-20-0/+10
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-4/+4
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-36/+35
* part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier2016-01-13-12/+17
* part:efi: add bootable parameter in gpt commandPatrick Delaunay2015-11-23-0/+3
* gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski2015-11-23-0/+110
* uuid: add selection by string for known partition type GUIDPatrick Delaunay2015-11-12-0/+4
* gpt: add optional parameter type in gpt commandPatrick Delaunay2015-11-12-0/+34
* ubifs: Add generic fs supportHans de Goede2015-10-24-0/+27
* disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede2015-10-24-0/+2