summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
2016-03-15part: Rename test_part_xx() and print_part_xx()Simon Glass5-27/+27
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass5-37/+29
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass5-50/+52
2016-03-15dm: part: Rename some partition functionsSimon Glass6-33/+33
2016-03-15dm: part: Convert partition API use to linker listsSimon Glass6-142/+114
2016-03-15dm: part: Add a cast to avoid a compiler warningSimon Glass1-1/+1
2016-03-15dm: blk: Rename get_device_and_partition()Simon Glass1-1/+1
2016-03-15dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass1-3/+3
2016-03-15dm: blk: Rename get_dev() to blk_get_dev()Simon Glass1-2/+2
2016-03-15dm: part: Correct a sandbox build warningSimon Glass1-4/+6
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass6-59/+69
2016-01-20mmc: emmc and hw partitions partition table id bugfix.Erik Tideman1-0/+10
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten3-4/+4
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren5-36/+35
2016-01-14part_dos.c: Don't wrap to negative after 2G sectorsStefan Monnier1-12/+17
2015-11-23part:efi: add bootable parameter in gpt commandPatrick Delaunay1-0/+3
2015-11-23gpt: part: Definition and declaration of GPT verification functionsLukasz Majewski1-0/+110
2015-11-12uuid: add selection by string for known partition type GUIDPatrick Delaunay1-0/+4
2015-11-12gpt: add optional parameter type in gpt commandPatrick Delaunay2-0/+34
2015-10-24ubifs: Add generic fs supportHans de Goede1-0/+27
2015-10-24disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede1-0/+2
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass3-0/+3
2015-01-08gpt: Fix the protective MBR partition sizeMaxime Ripard1-1/+1
2014-12-18fastboot: handle flash write to GPT partitionsSteve Rae1-0/+93
2014-12-18disk: part_efi: move code to static functionsSteve Rae1-73/+102
2014-11-27sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass1-10/+11
2014-10-25disk/part.c: make local function staticJeroen Hofstee1-1/+1
2014-09-25cleanup disk/part.c whitespacePavel Machek1-4/+5
2014-07-22whitespace cleanupsPavel Machek1-4/+4
2014-06-24sandbox: restore ability to access host fs through standard commandsStephen Warren1-0/+19
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren1-3/+3
2014-06-12disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel1-1/+20
2014-06-05disk: part_efi: add get_partition_info_efi_by_name()Steve Rae1-1/+20
2014-06-05disk: part_efi: clarify lbaint_t usageSteve Rae2-27/+29
2014-06-05disk: part_efi: resolve endianness issuesSteve Rae1-2/+3
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren1-1/+5
2014-05-23disk: support devices with HW partitionsStephen Warren1-10/+64
2014-05-12disk: part_efi: add support for the Backup GPTSteve Rae1-3/+19
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-8/+9
2014-04-02part_efi: move uuid<->string conversion functions into lib/uuid.cPrzemyslaw Marczak1-79/+11
2014-03-18sandbox: Use os functions to read host device treeSimon Glass1-17/+0
2014-02-24part_efi: fix protective mbr struct allocationHector Palacios1-5/+3
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-1/+1
2014-01-09sandbox: block driver using host file/device as backing storeHenrik Nordström1-0/+6
2013-10-31disk: convert a makefile to Kbuild styleMasahiro Yamada1-28/+6
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk4-4/+4
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk11-187/+11
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)1-0/+4
2013-07-16Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy2-5/+5