summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
2017-10-06disk: Provide API to get partition by name for specific typeSam Protsenko
2017-10-05disk: part_dos: Use the original allocation scheme for the SPL caseFabio Estevam
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-20part: extract MBR signature from partitionsPeter Jones
2017-09-18EFI: find EFI system partition by legacy MBR partition typeAndre Przywara
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-07part: mac: Suppress the error message after reading ddbBin Meng
2017-09-03disk: part: fix typoHeinrich Schuchardt
2017-09-03part: efi: Disable overlap checkMaxime Ripard
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard
2017-09-03part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard
2017-09-03part: efi: Fix offsetMaxime Ripard
2017-08-26disk: part: align buffer so it can be used with DMA enabled driversStefan Agner
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken
2017-05-11disk: Return the partition number in part_get_info_by_name()Alex Deymo
2017-04-05SPARC: RemoveTom Rini
2017-03-20part_efi: support padding between the GPT header and partition entriesPhilipp Tomsich
2017-03-17gpt: Fix uuid string formatVincent Tinelli
2017-02-17SPL: add support to boot from a partition typeDalon Westergreen
2017-02-08cmd: gpt: backup boot code before writing MBRVincent Tinelli
2017-01-28disk: convert CONFIG_PARTITION_TYPE_GUID to KconfigPatrick Delaunay
2017-01-28cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPTPatrick Delaunay
2017-01-28disk: convert CONFIG_EFI_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_AMIGA_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_MAC_PARTITION to KconfigPatrick Delaunay
2017-01-28disk: convert CONFIG_PARTITIONS to KconfigPatrick Delaunay
2016-12-27disk: Fixed capacity messageJean-Jacques Hiblot
2016-10-01disk: part: refactor generic name creation for DOS and ISOPetr Kulhavy
2016-10-01fastboot: add support for writing MBRPetr Kulhavy
2016-10-01disk: part: implement generic function part_get_info_by_name()Petr Kulhavy
2016-08-05cmd: gpt: fix the wrong size parse for the last partitionKever Yang
2016-07-25part_efi: Fix compiler warning on 32-bit sandboxSimon Glass
2016-07-22iso: Fix part info commandAlexander Graf
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay
2016-05-17dm: blk: Use the correct error code for blk_get_device_by_str()Simon Glass
2016-05-17dm: part: Drop the block_drvr tableSimon Glass
2016-05-17dm: part: Use the legacy block driver for hardware partition supportSimon Glass
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass
2016-05-17dm: sata: Drop the get_dev() functionSimon Glass
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass