summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2017-11-06disk: part_dos: fix part_get_info_extended() functionShawn Guo1-1/+1
2017-11-06gpt: Use cache aligned buffers for gpt_h and gpt_eLukasz Majewski1-7/+9
2017-10-24disk: efi: correct the overlap check on GPT header and PTEPatrick Delaunay1-2/+2
2017-10-16iso: Reduce verbosity on test and info callsAlexander Graf1-2/+2
2017-10-16part_efi: In is_gpt_valid() check argument validity before allocationTom Rini1-2/+3
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko1-2/+13
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam1-0/+10
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-5/+5
2017-09-20part: extract MBR signature from partitionsPeter Jones2-3/+29
2017-09-19EFI: find EFI system partition by legacy MBR partition typeAndre Przywara1-1/+1
2017-09-15fs: add fs_readdir()Rob Clark1-12/+19
2017-09-07part: mac: Suppress the error message after reading ddbBin Meng1-5/+1
2017-09-03disk: part: fix typoHeinrich Schuchardt1-3/+9
2017-09-03part: efi: Disable overlap checkMaxime Ripard1-7/+21
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard1-3/+4
2017-09-03part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard1-6/+8
2017-09-03part: efi: Fix offsetMaxime Ripard1-3/+7
2017-08-26disk: part: align buffer so it can be used with DMA enabled driversStefan Agner1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-3/+3
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-1/+5
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken1-0/+31
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken1-1/+0
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken1-1/+1
2017-05-12disk: Return the partition number in part_get_info_by_name()Alex Deymo1-1/+1
2017-04-05SPARC: RemoveTom Rini1-3/+2
2017-03-21part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich2-4/+64
2017-03-17gpt: Fix uuid string formatVincent Tinelli1-1/+1
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen1-0/+1
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli1-0/+7
2017-01-28disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay1-0/+8
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay4-10/+23
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay4-3/+19
2017-01-28disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay3-2/+14
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay5-4/+15
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay3-2/+15
2017-01-28disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay3-2/+15
2017-01-28disk: convert CONFIG_PARTITIONS to KconfigPatrick Delaunay1-0/+22
2016-12-27disk: Fixed capacity messageJean-Jacques Hiblot1-2/+2
2016-10-02disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy3-53/+35
2016-10-02fastboot: add support for writing MBRPetr Kulhavy1-0/+20
2016-10-02disk: part: implement generic function part_get_info_by_name()Petr Kulhavy6-19/+31
2016-08-06cmd: gpt: fix the wrong size parse for the last partitionKever Yang1-0/+4
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass1-5/+5
2016-07-22iso: Fix part info commandAlexander Graf1-2/+2
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay1-1/+1
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass1-3/+3
2016-05-17dm: part: Drop the block_drvr tableSimon Glass1-53/+14
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass1-11/+1
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-1/+1
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-1/+1