1. fff0f3a disk: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:18 2024 +0200
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  4. 464c2ac part: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:01 2024 -0600
  5. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · Mon Oct 09 01:24:36 2023 +0000
  6. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · Thu Aug 24 13:55:31 2023 -0600
  7. d063395 part: dos: Use desc instead of dev_desc by Simon Glass · Thu Aug 24 13:55:26 2023 -0600
  8. b393da5 disk: dos: Infer MBR partition sector size from underlying drive sector size by Marek Vasut · Mon Aug 14 01:48:45 2023 +0200
  9. c4001de Correct SPL use of CMD_MBR by Simon Glass · Sun Feb 05 15:36:33 2023 -0700
  10. 37ee2f5 disk: Use Makefile to omit partition drivers by Simon Glass · Thu Aug 11 19:34:44 2022 -0600
  11. b94d204 disk: part_dos: Fix a NULL pointer error by Simon Glass · Sat Oct 23 17:26:02 2021 -0600
  12. 34be560 disk/part_dos.c: Fix a variable typo in write_mbr_partitions() by Christian Melki · Mon Jun 07 11:21:15 2021 +0200
  13. 75b4b62 disk: part_dos: update partition table entries after write by Gary Bisson · Thu Jan 28 09:10:07 2021 +0100
  14. 6a60b67 disk: dos: add code for creating MBR partition layout by Marek Szyprowski · Wed Dec 23 13:55:14 2020 +0100
  15. cbea647 disk: dos: make some functions static by Marek Szyprowski · Wed Dec 23 13:55:13 2020 +0100
  16. 552f79c disk: dos: use generic macro for unaligned le32 access by Marek Szyprowski · Wed Dec 23 13:55:12 2020 +0100
  17. 654fa83 disk: dos: add some defines for the hardcoded numbers by Marek Szyprowski · Wed Dec 23 13:55:11 2020 +0100
  18. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · Wed Dec 23 13:55:10 2020 +0100
  19. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  20. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  21. 59a860d part: detect EFI system partition by Heinrich Schuchardt · Thu Mar 19 13:49:34 2020 +0100
  22. 86c8dd4 disk: part_dos: correctly detect DOS PBR by Heinrich Schuchardt · Tue Oct 15 20:43:42 2019 +0200
  23. 1bca8de disk: part_dos: Allocate at least one block size for mbr by Faiz Abbas · Wed Sep 04 20:10:12 2019 +0530
  24. 6149412 CVE-2019-13103: disk: stop infinite recursion in DOS Partitions by Paul Emge · Mon Jul 08 16:37:03 2019 -0700
  25. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  26. b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · Tue Feb 06 12:43:56 2018 -0600
  27. f5d156b part: Allocate only one legacy_mbr buffer by Alexey Brodkin · Mon Jan 29 22:58:24 2018 +0300
  28. 1c6d679 disk: part_dos: fix part_get_info_extended() function by Shawn Guo · Thu Nov 02 16:46:34 2017 +0800
  29. f0c82a8 disk: part_dos: Use the original allocation scheme for the SPL case by Fabio Estevam · Wed Oct 04 13:29:57 2017 -0300
  30. c27e1c1 part: extract MBR signature from partitions by Peter Jones · Wed Sep 13 18:05:25 2017 -0400
  31. ef9ef6f EFI: find EFI system partition by legacy MBR partition type by Andre Przywara · Thu Jul 06 10:14:03 2017 +0100
  32. 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · Fri Feb 10 17:15:34 2017 -0800
  33. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · Fri Jan 27 11:00:42 2017 +0100
  34. 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · Fri Sep 09 10:27:17 2016 +0200
  35. 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · Fri Sep 09 10:27:16 2016 +0200
  36. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · Fri Sep 09 10:27:15 2016 +0200
  37. 0f1c952 part: Rename test_part_xx() and print_part_xx() by Simon Glass · Mon Feb 29 15:26:04 2016 -0700
  38. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · Mon Feb 29 15:25:52 2016 -0700
  39. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · Mon Feb 29 15:25:51 2016 -0700
  40. b89a844 dm: part: Rename some partition functions by Simon Glass · Mon Feb 29 15:25:48 2016 -0700
  41. 83ce563 dm: part: Convert partition API use to linker lists by Simon Glass · Mon Feb 29 15:25:47 2016 -0700
  42. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  43. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · Wed Dec 30 13:05:58 2015 +0000
  44. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · Mon Dec 07 11:38:48 2015 -0700
  45. 4c6e960 part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · Tue Aug 25 15:24:13 2015 -0400
  46. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · Wed Sep 02 17:24:58 2015 -0600
  47. 2c1e1b6 disk: part_dos.c: Add a PBR check when MBR checking fails by Darwin Dingel · Fri Jun 06 15:48:26 2014 +1200
  48. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · Mon May 26 11:52:23 2014 -0700
  49. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  50. 300494b disk/part_dos: check harder for partition table by Egbert Eich · Tue Apr 09 05:46:14 2013 +0000
  51. 8ec730d disk: define HAVE_BLOCK_DEVICE in a common place by Stephen Warren · Thu Feb 28 15:03:46 2013 +0000
  52. 37c88ea disk: part_dos: print partition UUID in partition list by Stephen Warren · Mon Oct 08 08:14:40 2012 +0000
  53. 61b80a5 disk: part_dos: checkpatch cleanups by Stephen Warren · Mon Oct 08 08:14:38 2012 +0000
  54. 71b4e3b disk: part_dos: don't claim whole-disk FAT filesystems by Stephen Warren · Fri Oct 05 13:17:40 2012 +0000
  55. b287a87 disk: part_msdos: parse and store partition UUID by Stephen Warren · Fri Sep 21 09:51:00 2012 +0000
  56. eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · Thu Aug 23 11:31:43 2012 +0000
  57. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  58. 193b260 part_dos: align disk buffers on cache line to enable DMA and cache by Eric Nelson · Sat Mar 03 12:02:20 2012 +0000
  59. b9d57d6 part_dos: fix crash with big sector size by Sergei Shtylyov · Fri Jun 03 09:37:43 2011 +0000
  60. 7b2290c FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · Mon Jul 19 11:36:57 2010 +0200
  61. 9a2671f part_dos: check status flags of partitions by Daniel Mack · Mon Sep 28 11:40:38 2009 +0200
  62. 03e5ce4 Partition support: remove newline from partition name by Wolfgang Denk · Tue Jul 28 22:35:39 2009 +0200
  63. f0b1bdd mflash: Initial mflash support by unsik Kim · Wed Feb 25 11:31:24 2009 +0900
  64. 0ea0aa8 disk: convert part_* files to COBJ-$(CONFIG_XXX) style by Mike Frysinger · Thu Jan 29 20:02:07 2009 -0500
  65. 76596ba ata: add the support for SATA framework by Dave Liu · Wed Mar 26 22:49:44 2008 +0800
  66. f7f54a8 disk/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · Mon Jul 09 17:22:37 2007 -0500
  67. e6e4e90 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:02:34 2007 -0500
  68. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  69. acd0536 Cleanup USB and partition defines by wdenk · Thu Feb 24 23:23:29 2005 +0000
  70. ef89394 * CVS add missing files by wdenk · Mon Feb 23 16:11:30 2004 +0000
  71. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · Wed Sep 10 22:30:53 2003 +0000
  72. de887eb * Add support for USB Mass Storage Devices (BBB) by wdenk · Wed Sep 10 18:20:28 2003 +0000
  73. f12e396 Fix some missing commands, cleanup header files by wdenk · Sun Jun 29 21:03:46 2003 +0000
  74. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  75. 0893c47 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · Tue May 20 14:25:27 2003 +0000
  76. fe8c280 Initial revision by wdenk · Sun Nov 03 00:38:21 2002 +0000