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