- f476b4a cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions by Sean Anderson · 3 years, 8 months ago
- c81028d part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 10 months ago
- 0c6776c cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years, 1 month ago
- 6a60b67 disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 4 years ago
- 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
- c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
- 59a860d part: detect EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
- 5e171ef disk: part: Extend API to get partition info by Ruslan Trofymenko · 5 years ago
- 6091dd1 spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 by Tien Fong Chee · 6 years ago
- 6fd0a71 spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT by Tien Fong Chee · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- dee8038 disk: Provide API to get partition by name for specific type by Sam Protsenko · 7 years ago
- 224ee84 part: move efi_guid_t by Rob Clark · 7 years ago
- 2b7bfd9 fs: add fs_readdir() by Rob Clark · 7 years ago
- 0d39087 part: efi: make gpt_fill_pte take the device descriptor by Maxime Ripard · 7 years ago
- f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
- e422258 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
- 1f1e6f5 partitions: increase MAX_SEARCH_PARTITIONS and move to part.h by Alison Chaiken · 7 years ago
- 462e232 disk_partition: introduce macros for description string lengths by Alison Chaiken · 7 years ago
- 2cb47e6 EFI: replace number with UUID_STR_LEN macro by Alison Chaiken · 7 years ago
- e2f689f disk: Return the partition number in part_get_info_by_name() by Alex Deymo · 8 years ago
- 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
- 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
- 8a4f2bd disk: convert CONFIG_EFI_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
- f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
- 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · 8 years ago
- 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
- 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
- 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · 9 years ago
- e498e57 dm: part: Drop the get_dev() method by Simon Glass · 9 years ago
- 025ed60 dm: sandbox: Drop the host_get_dev() function by Simon Glass · 9 years ago
- 64b5c10 dm: systemace: Drop the get_dev() function by Simon Glass · 9 years ago
- 9c54e48 dm: sata: Drop the get_dev() function by Simon Glass · 9 years ago
- 9a68432 dm: scsi: Drop the get_dev() function by Simon Glass · 9 years ago
- fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
- 844ef1d dm: ide: Drop the get_dev() function by Simon Glass · 9 years ago
- cf43778 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
- 3021814 disk: part: Enable get_info pointer for CONFIG_SPL_FAT_SUPPORT by Michal Simek · 9 years ago
- 3b3d915 disk/part.c: Expose list of available block drivers by Alexander Graf · 9 years ago
- b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
- 83ce563 dm: part: Convert partition API use to linker lists by Simon Glass · 9 years ago
- e76ee97 dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
- e6649a6 dm: blk: Rename get_device() to blk_get_device_by_str() by Simon Glass · 9 years ago
- be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
- ddb1325 dm: blk: Add comments to a few functions by Simon Glass · 9 years ago
- ac8162f dm: Add a new header for block devices by Simon Glass · 9 years ago
- e21c834 dm: part: Drop the common.h header by Simon Glass · 9 years ago
- e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- cc51f48 part: Drop duplication declaration of block_dev_desc_t by Simon Glass · 9 years ago
- 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
- e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 7b9839c gpt: part: Definition and declaration of GPT verification functions by Lukasz Majewski · 9 years ago
- 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
- 7d05934 fastboot: handle flash write to GPT partitions by Steve Rae · 10 years ago
- f7f10b8 disk: part_efi: add get_partition_info_efi_by_name() by Steve Rae · 11 years ago
- 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
- e604a13 part: header fix by Mateusz Zalega · 11 years ago
- 26f9a6c sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
- bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- e7ee028 Fix ext2/ext4 filesystem accesses beyond 2TiB by Frederic Leroy · 11 years ago
- 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
- 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
- 071e423 disk/gpt: Fix GPT partition handling for blocksize != 512 by Egbert Eich · 12 years ago
- 0dcfc5c gpt: Support for GPT (GUID Partition Table) restoration by Lukasz Majewski · 12 years ago
- c6c7b7a disk: part_efi: parse and store partition UUID by Stephen Warren · 12 years ago
- c87ff22 disk: get_device_and_partition() "auto" partition and cleanup by Stephen Warren · 12 years ago
- afd909c disk: introduce get_device() by Stephen Warren · 12 years ago
- d586cec disk/part: introduce get_device_and_partition by Rob Herring · 12 years ago
- eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
- 4de7a47 include/part.h: fix indentation of lba by Anatolij Gustschin · 13 years ago
- 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
- ea52676 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
- f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
- e674559 Add support for CONFIG_EFI_PARTITION (GUID Partition Table) by richardretanubun · 16 years ago
- 9a6a7e0 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago
- 76596ba ata: add the support for SATA framework by Dave Liu · 17 years ago
- 43300a1 MMC for PXA 27X (resubmit) by stefano babic · 17 years ago
- 53761bc fix pxa255_idp board by Marcel Ziswiler · 17 years ago
- 2089cab [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers by Grant Likely · 18 years ago
- 4b43527 [PATCH 8_9] Add block_write hook to block_dev_desc_t by Grant Likely · 18 years ago
- ffc2dd7 [PATCH 1_4] Merge common get_dev() routines for block devices by Grant Likely · 18 years ago
- 0593920 * Cleanup, minor fixes by wdenk · 21 years ago
- 18bd81e Patch by Pierre Aubert, 15 Mar 2004: Fix buffer overflow in IDE identification by wdenk · 21 years ago
- c35ba4e Code cleanup; make several boards compile & link. by wdenk · 21 years ago
- 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
- f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
- 012771d Initial revision by wdenk · 23 years ago