1. e75e4cf part: correct documentation of part_get_bootable() by Heinrich Schuchardt · 9 months ago
  2. 782c7f1 part: rename disk_partition_type_uuid() by Heinrich Schuchardt · 1 year, 2 months ago
  3. f55aa44 part: Add a fallback for part_get_bootable() by Simon Glass · 1 year, 2 months ago
  4. b2b7e6c part: Add an accessor for struct disk_partition sys_ind by Simon Glass · 1 year, 2 months ago
  5. bcd6454 part: Add accessors for struct disk_partition type_uuid by Simon Glass · 1 year, 2 months ago
  6. c5f1d00 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 2 months ago
  7. 5aab05d part: Use desc instead of dev_desc by Simon Glass · 1 year, 2 months ago
  8. 804f7d6 disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 2 months ago
  9. 5aae021 doc: add partition API to HTML documentation by Heinrich Schuchardt · 1 year, 2 months ago
  10. 8faeb1d part: eliminate part_get_info_by_name_type() by Heinrich Schuchardt · 1 year, 3 months ago
  11. 387f8be disk: part: Add API to get partitions with specific driver by Joshua Watt · 1 year, 4 months ago
  12. 125194e part: Allow setting the partition-table type by Simon Glass · 1 year, 3 months ago
  13. dcffa44 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 9 months ago
  14. 76c839f disk: Rename block functions by Simon Glass · 2 years ago
  15. 5c783b5 disk: part_efi: add support to repair gpt table by Philippe Reynes · 2 years, 6 months ago
  16. 59da9d4 dm: disk: add read/write interfaces with udevice by AKASHI Takahiro · 2 years, 6 months ago
  17. 43855fd dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 6 months ago
  18. c73a070 sandbox: move a function prototype by AKASHI Takahiro · 2 years, 6 months ago
  19. 2a0d188 disk: define nullified functions for !PARTITIONS by AKASHI Takahiro · 2 years, 6 months ago
  20. 37168e3 disk: enable function prototypes in part.h for SPL/TPL by AKASHI Takahiro · 2 years, 6 months ago
  21. fd3654d disk: include errno.h explicitly in part.h by AKASHI Takahiro · 2 years, 6 months ago
  22. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  23. bc314f8 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · 2 years, 9 months ago
  24. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  25. 7194527 cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions by Sean Anderson · 3 years, 6 months ago
  26. 9f7bb28 part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 9 months ago
  27. 12fc1f3 cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years ago
  28. 20bd5ac disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 3 years, 10 months ago
  29. 92f1c89 disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 3 years, 10 months ago
  30. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  31. 25801ac part: detect EFI system partition by Heinrich Schuchardt · 4 years, 7 months ago
  32. 6eccd1f disk: part: Extend API to get partition info by Ruslan Trofymenko · 5 years ago
  33. f4b4092 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  34. 0c3a9ed spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  35. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  36. 3078909 disk: Provide API to get partition by name for specific type by Sam Protsenko · 7 years ago
  37. 0d6ab32 part: move efi_guid_t by Rob Clark · 7 years ago
  38. 4bbcc96 fs: add fs_readdir() by Rob Clark · 7 years ago
  39. 47d7ee4 part: efi: make gpt_fill_pte take the device descriptor by Maxime Ripard · 7 years ago
  40. 09a4993 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
  41. 73d6d18 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
  42. e6faf21 partitions: increase MAX_SEARCH_PARTITIONS and move to part.h by Alison Chaiken · 7 years ago
  43. 92856b4 disk_partition: introduce macros for description string lengths by Alison Chaiken · 7 years ago
  44. db9b620 EFI: replace number with UUID_STR_LEN macro by Alison Chaiken · 7 years ago
  45. 88b6329 disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
  46. f0fb4fa SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  47. b331cd6 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  48. bd42a94 disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  49. b0cf733 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  50. da2ee24 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · 8 years ago
  51. b6dd69a fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
  52. 87b8530 disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
  53. 33fb211 dm: mmc: Add support for driver-model block devices by Simon Glass · 8 years ago
  54. 38bd29b dm: part: Drop the get_dev() method by Simon Glass · 8 years ago
  55. f1d86fd dm: sandbox: Drop the host_get_dev() function by Simon Glass · 8 years ago
  56. f6d000e dm: systemace: Drop the get_dev() function by Simon Glass · 8 years ago
  57. 4e7189d dm: sata: Drop the get_dev() function by Simon Glass · 8 years ago
  58. edd82ab dm: scsi: Drop the get_dev() function by Simon Glass · 8 years ago
  59. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 8 years ago
  60. 74001a2 dm: ide: Drop the get_dev() function by Simon Glass · 8 years ago
  61. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 8 years ago
  62. d9b2678 disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORT by Michal Simek · 9 years ago
  63. d96a980 disk/part.c: Expose list of available block drivers by Alexander Graf · 9 years ago
  64. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  65. 96e5b03 dm: part: Convert partition API use to linker lists by Simon Glass · 9 years ago
  66. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  67. ebac37c dm: blk: Rename get_device() to blk_get_device_by_str() by Simon Glass · 9 years ago
  68. db1d9e7 dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  69. fb1b7be dm: blk: Add comments to a few functions by Simon Glass · 9 years ago
  70. 1a73661 dm: Add a new header for block devices by Simon Glass · 9 years ago
  71. 481922f dm: part: Drop the common.h header by Simon Glass · 9 years ago
  72. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  73. f62b1c6 part: Drop duplication declaration of block_dev_desc_t by Simon Glass · 9 years ago
  74. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  75. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  76. cef68bf gpt: part: Definition and declaration of GPT verification functions by Lukasz Majewski · 9 years ago
  77. 7561b25 gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
  78. 0ff7e58 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
  79. 60bf941 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 10 years ago
  80. d235628 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 10 years ago
  81. 6b423b7 part: header fix by Mateusz Zalega · 10 years ago
  82. f4d8de4 sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
  83. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  84. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  85. 04735e9 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · 11 years ago
  86. ff8fef5 Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  87. 0472fbf part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  88. ae1768a disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 12 years ago
  89. 40684dd gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · 12 years ago
  90. 894bfbb disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
  91. 10a37fd disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  92. 2023e60 disk: introduce get_device() by Stephen Warren · 12 years ago
  93. 99d2c20 disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
  94. 40e0e56 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
  95. 985889b include/part.h: fix indentation of lba by Anatolij Gustschin · 12 years ago
  96. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  97. e6f99a5 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  98. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  99. 07f3d78 Add support for CONFIG_EFI_PARTITION (GUID Partition Table) by richardretanubun · 16 years ago
  100. d049cc7 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago