summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
2016-03-22part_efi: Drop NULL check in part_get_info_efi()Simon Glass
2016-03-22part_efi: Drop the NULL check on dev_desc in part_print_efi()Simon Glass
2016-03-22part_iso: Drop the customer unaligned access functionsSimon Glass
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf
2016-03-14part: Rename test_part_xx() and print_part_xx()Simon Glass
2016-03-14dm: block: Adjust device calls to go through helpers functionSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: part: Convert partition API use to linker listsSimon Glass
2016-03-14dm: part: Add a cast to avoid a compiler warningSimon Glass
2016-03-14dm: blk: Rename get_device_and_partition()Simon Glass
2016-03-14dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass
2016-03-14dm: blk: Rename get_dev() to blk_get_dev()Simon Glass
2016-03-14dm: part: Correct a sandbox build warningSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-20mmc: emmc and hw partitions partition table id bugfix.Erik Tideman
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-13part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay
2015-10-24ubifs: Add generic fs supportHans de Goede
2015-10-24disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-01-08gpt: Fix the protective MBR partition sizeMaxime Ripard
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae
2014-12-18disk: part_efi: move code to static functionsSteve Rae
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass
2014-10-25disk/part.c: make local function staticJeroen Hofstee
2014-09-24cleanup disk/part.c whitespacePavel Machek
2014-07-22whitespace cleanupsPavel Machek
2014-06-23sandbox: restore ability to access host fs through standard commandsStephen Warren
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae
2014-06-05disk: part_efi: resolve endianness issuesSteve Rae
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren
2014-05-23disk: support devices with HW partitionsStephen Warren
2014-05-12disk: part_efi: add support for the Backup GPTSteve Rae
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak
2014-03-17sandbox: Use os functions to read host device treeSimon Glass
2014-02-24part_efi: fix protective mbr struct allocationHector Palacios
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström
2013-10-31disk: convert a makefile to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk