1. 76ee65b disk/part.c: make local function static by Jeroen Hofstee · 10 years ago
  2. 214b3f3 cleanup disk/part.c whitespace by Pavel Machek · 10 years ago
  3. 3f9eb6e whitespace cleanups by Pavel Machek · 10 years ago
  4. 4d90702 sandbox: restore ability to access host fs through standard commands by Stephen Warren · 10 years ago
  5. ecdd57e disk: default to HW partition 0 if not specified by Stephen Warren · 10 years ago
  6. 4a36be9 disk: part_dos.c: Add a PBR check when MBR checking fails by Darwin Dingel · 10 years ago
  7. 60bf941 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 10 years ago
  8. e04350d disk: part_efi: clarify lbaint_t usage by Steve Rae · 10 years ago
  9. dedf37b disk: part_efi: resolve endianness issues by Steve Rae · 10 years ago
  10. d235628 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 10 years ago
  11. 336b6f9 disk: support devices with HW partitions by Stephen Warren · 10 years ago
  12. ae95fad disk: part_efi: add support for the Backup GPT by Steve Rae · 10 years ago
  13. d718ded lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 10 years ago
  14. a96a0e6 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · 10 years ago
  15. 95fac6a sandbox: Use os functions to read host device tree by Simon Glass · 11 years ago
  16. 61fcc7d part_efi: fix protective mbr struct allocation by Hector Palacios · 11 years ago
  17. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  18. f4d8de4 sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
  19. dcbd489 disk: convert a makefile to Kbuild style by Masahiro Yamada · 11 years ago
  20. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  21. 6d2ee5a part_efi: make sure the gpt_pte is freed by Mark Langsdorf · 11 years ago
  22. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  23. 50ffc3b fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blksz by Lan Yixun (dlan) · 11 years ago
  24. 04735e9 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · 11 years ago
  25. 67cd4a6 disk: Fix possible out-of-bounds access in part_efi.c by Marek Vasut · 11 years ago
  26. d7ea4d4 disk/iso: Add Support for block sizes > 512 byte to ISO partition support by Egbert Eich · 11 years ago
  27. ae1768a disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 11 years ago
  28. 9d956e0 disk/part_dos: check harder for partition table by Egbert Eich · 11 years ago
  29. 8faefad disk: fix unaligned access in efi partitions by Marc Dietrich · 11 years ago
  30. 2c1af9d disk: define HAVE_BLOCK_DEVICE in a common place by Stephen Warren · 12 years ago
  31. 92ccc96 sandbox: Add host filesystem by Simon Glass · 12 years ago
  32. 40684dd gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · 12 years ago
  33. fae2bf2 gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> by Chang Hyun Park · 12 years ago
  34. 9386f96 part:efi: Move part_efi.h file to ./include by Lukasz Majewski · 12 years ago
  35. 33699df part: check each variable for capability calculation by Jerry Huang · 12 years ago
  36. 9936be3 disk: Address cast and format errors by Taylor Hutt · 12 years ago
  37. 0c9c8fb disk: Make the disk partition code work with no specific partition types by Gabe Black · 12 years ago
  38. 6ab6a65 disk: initialize name/part fields when returning a whole disk by Stephen Warren · 12 years ago
  39. e2e9b37 disk: part_dos: print partition UUID in partition list by Stephen Warren · 12 years ago
  40. 304b571 disk: part_dos: checkpatch cleanups by Stephen Warren · 12 years ago
  41. b4414f4 disk: part_efi: set bootable flag in partition objects by Stephen Warren · 12 years ago
  42. 13bf2f5 disk: part_efi: print raw partition attributes by Stephen Warren · 12 years ago
  43. 1c8346a disk: part_efi: add new partition attribute definitions by Stephen Warren · 12 years ago
  44. f07cd2c disk: part_efi: print partition UUIDs by Stephen Warren · 12 years ago
  45. 788a8c1 disk: part_efi: re-order partition list printf, change case by Stephen Warren · 12 years ago
  46. 38a3021 disk: part_efi: remove indent level from loop by Stephen Warren · 12 years ago
  47. 71bba42 disk: get_device_and_partition() return value fixes by Stephen Warren · 12 years ago
  48. d1efb64 disk: part_dos: don't claim whole-disk FAT filesystems by Stephen Warren · 12 years ago
  49. a10973e disk: allow - or empty string to fall back to $bootdevice by Stephen Warren · 12 years ago
  50. d27b5f9 disk: part_msdos: parse and store partition UUID by Stephen Warren · 12 years ago
  51. 894bfbb disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
  52. c04d68c disk: part_efi: range-check partition number by Stephen Warren · 12 years ago
  53. 10a37fd disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
  54. 2023e60 disk: introduce get_device() by Stephen Warren · 12 years ago
  55. 99d2c20 disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
  56. 40e0e56 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
  57. 2f50164 disk: make get_partition_info() always available to disk.c by Stephen Warren · 12 years ago
  58. 64a08a9 part_mac: dcache: allocate cacheline-aligned buffers by Benoît Thébaudeau · 12 years ago
  59. b37d41a Block: Remove MG DISK support by Marek Vasut · 13 years ago
  60. dec049d part_dos: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 13 years ago
  61. 7e71dc6 disk/part.c: Fix device enumeration through API by Tim Kientzle · 12 years ago
  62. 29b7042 part_efi: Fix compile errors by Sanjeev Premi · 13 years ago
  63. 4715a81 disk: part_efi: fix regression due to incorrect buffer usage by Stephen Warren · 13 years ago
  64. deb5ca8 disk: part_efi: fix **pgpt_pte == NULL by Doug Anderson · 13 years ago
  65. df70b1c cosmetic: Replace __FUNCTION__ with __func__ in part_efi.c by Doug Anderson · 13 years ago
  66. f75dd58 part_efi: dcache: allocate cacheline aligned buffers by Anton staaf · 13 years ago
  67. 6eecc03 part: show efi partition name when print out partition info by Lei Wen · 13 years ago
  68. 54193c5d part_dos: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  69. df3fc52 disk/part.c: Make features optional by Matthew McClintock · 13 years ago
  70. b16aadf disk/part.c: fix potential stack overflow bug by Lei Wen · 14 years ago
  71. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  72. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  73. 23090da disk/part.c: fix relocation fixup by Heiko Schocher · 14 years ago
  74. 8f3b964 mmc: print out partition table by Lei Wen · 14 years ago
  75. 69a2a4d disk/part.c: 'usb storage' avoiding overflow when output capacity by Sergei Trofimovich · 14 years ago
  76. 66c2d73 FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  77. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  78. 78f4ca7 part_dos: check status flags of partitions by Daniel Mack · 15 years ago
  79. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  80. 7166552 Partition support: remove newline from partition name by Wolfgang Denk · 15 years ago
  81. af75a45 IDE: bail out of dev_print() for unknown device types by Wolfgang Denk · 15 years ago
  82. 75eb82e mflash: Initial mflash support by unsik Kim · 16 years ago
  83. 6c6166f vsprintf: pull updates from Linux kernel by Mike Frysinger · 16 years ago
  84. 7bd2722 disk: convert part_* files to COBJ-$(CONFIG_XXX) style by Mike Frysinger · 16 years ago
  85. 5097083 part_efi: Fix partition size calculation due to inclusive ending LBA. by Richard Retanubun · 16 years ago
  86. 3cbd823 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  87. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. 07f3d78 Add support for CONFIG_EFI_PARTITION (GUID Partition Table) by richardretanubun · 16 years ago
  89. 6e24a1e Add missing device types to dev_print() in part.c by Remy Bohmer · 16 years ago
  90. 47bebe3 Fix dev_print when called from usb_stor_info (usb storage command) by Nícolas Carneiro Lebedenco · 16 years ago
  91. 8ec6e33 Fix incorrect switch for IF_TYPE in part.c by Tor Krill · 16 years ago
  92. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  93. 726c0f1 cosmetic: Adjust coding style for switch statements to be consistent by Detlev Zundel · 16 years ago
  94. 574b319 Fix disk type output in disk/part.c by Detlev Zundel · 16 years ago
  95. c7057b5 ata: add the support for SATA framework by Dave Liu · 17 years ago
  96. f0037c5 Build: split COBJS value into multiple lines by Grant Likely · 17 years ago
  97. 6bf6f11 Merge branch 'testing' into working by Andy Fleming · 17 years ago
  98. b3aff0c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  99. cde5c64 disk/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  100. 45cdb9b disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago