1. 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  2. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  3. c9f6113 disk: support UBI partitions by Alexey Romanov · 4 months ago
  4. d511967 disk: support MTD partitions by Alexey Romanov · 4 months ago
  5. 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
  6. 04044f9 part: correct documentation of part_get_bootable() by Heinrich Schuchardt · 10 months ago
  7. f4b4c4e part: rename disk_partition_type_uuid() by Heinrich Schuchardt · 1 year, 3 months ago
  8. 1e7f447 part: Add a fallback for part_get_bootable() by Simon Glass · 1 year, 3 months ago
  9. ed0ec66 part: Add an accessor for struct disk_partition sys_ind by Simon Glass · 1 year, 3 months ago
  10. b8d3a78 part: Add accessors for struct disk_partition type_uuid by Simon Glass · 1 year, 3 months ago
  11. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
  12. 54c709a part: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  13. 14fafef disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 3 months ago
  14. 4a45c72 doc: add partition API to HTML documentation by Heinrich Schuchardt · 1 year, 3 months ago
  15. 861cb61 part: eliminate part_get_info_by_name_type() by Heinrich Schuchardt · 1 year, 4 months ago
  16. aa62d50 disk: part: Add API to get partitions with specific driver by Joshua Watt · 1 year, 5 months ago
  17. ed338b7 part: Allow setting the partition-table type by Simon Glass · 1 year, 4 months ago
  18. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 10 months ago
  19. 4e93eea disk: Rename block functions by Simon Glass · 2 years, 1 month ago
  20. 8b054f5 disk: part_efi: add support to repair gpt table by Philippe Reynes · 2 years, 7 months ago
  21. 8b57fe3 dm: disk: add read/write interfaces with udevice by AKASHI Takahiro · 2 years, 7 months ago
  22. efb9a9d dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
  23. 777cc2c sandbox: move a function prototype by AKASHI Takahiro · 2 years, 7 months ago
  24. 140c59c disk: define nullified functions for !PARTITIONS by AKASHI Takahiro · 2 years, 7 months ago
  25. 60bb6d7 disk: enable function prototypes in part.h for SPL/TPL by AKASHI Takahiro · 2 years, 7 months ago
  26. 7780a93 disk: include errno.h explicitly in part.h by AKASHI Takahiro · 2 years, 7 months ago
  27. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  28. 72d7883 cmd: part: list all 128 GPT partitions by Heinrich Schuchardt · 2 years, 11 months ago
  29. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  30. f476b4a cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions by Sean Anderson · 3 years, 8 months ago
  31. c81028d part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 10 months ago
  32. 0c6776c cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years, 1 month ago
  33. 6a60b67 disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 4 years ago
  34. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
  35. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  36. 59a860d part: detect EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
  37. 5e171ef disk: part: Extend API to get partition info by Ruslan Trofymenko · 5 years ago
  38. 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
  39. 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  41. dee8038 disk: Provide API to get partition by name for specific type by Sam Protsenko · 7 years ago
  42. 224ee84 part: move efi_guid_t by Rob Clark · 7 years ago
  43. 2b7bfd9 fs: add fs_readdir() by Rob Clark · 7 years ago
  44. 0d39087 part: efi: make gpt_fill_pte take the device descriptor by Maxime Ripard · 7 years ago
  45. f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
  46. e422258 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
  47. 1f1e6f5 partitions: increase MAX_SEARCH_PARTITIONS and move to part.h by Alison Chaiken · 7 years ago
  48. 462e232 disk_partition: introduce macros for description string lengths by Alison Chaiken · 7 years ago
  49. 2cb47e6 EFI: replace number with UUID_STR_LEN macro by Alison Chaiken · 7 years ago
  50. e2f689f disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
  51. 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  52. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  53. 8a4f2bd disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  54. f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  55. 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · 8 years ago
  56. 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
  57. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
  58. 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · 9 years ago
  59. e498e57 dm: part: Drop the get_dev() method by Simon Glass · 9 years ago
  60. 025ed60 dm: sandbox: Drop the host_get_dev() function by Simon Glass · 9 years ago
  61. 64b5c10 dm: systemace: Drop the get_dev() function by Simon Glass · 9 years ago
  62. 9c54e48 dm: sata: Drop the get_dev() function by Simon Glass · 9 years ago
  63. 9a68432 dm: scsi: Drop the get_dev() function by Simon Glass · 9 years ago
  64. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
  65. 844ef1d dm: ide: Drop the get_dev() function by Simon Glass · 9 years ago
  66. cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  67. 3021814 disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORT by Michal Simek · 9 years ago
  68. 3b3d915 disk/part.c: Expose list of available block drivers by Alexander Graf · 9 years ago
  69. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  70. 83ce563 dm: part: Convert partition API use to linker lists by Simon Glass · 9 years ago
  71. e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  72. e6649a6 dm: blk: Rename get_device() to blk_get_device_by_str() by Simon Glass · 9 years ago
  73. be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  74. ddb1325 dm: blk: Add comments to a few functions by Simon Glass · 9 years ago
  75. ac8162f dm: Add a new header for block devices by Simon Glass · 9 years ago
  76. e21c834 dm: part: Drop the common.h header by Simon Glass · 9 years ago
  77. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  78. cc51f48 part: Drop duplication declaration of block_dev_desc_t by Simon Glass · 9 years ago
  79. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  80. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  81. 7b9839c gpt: part: Definition and declaration of GPT verification functions by Lukasz Majewski · 9 years ago
  82. 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
  83. 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
  84. f7f10b8 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 11 years ago
  85. 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
  86. e604a13 part: header fix by Mateusz Zalega · 11 years ago
  87. 26f9a6c sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
  88. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  89. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  90. e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · 11 years ago
  91. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  92. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  93. 071e423 disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 12 years ago
  94. 0dcfc5c gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · 12 years ago
  95. c6c7b7a disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
  96. c87ff22 disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  97. afd909c disk: introduce get_device() by Stephen Warren · 12 years ago
  98. d586cec disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
  99. eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
  100. 4de7a47 include/part.h: fix indentation of lba by Anatolij Gustschin · 13 years ago