summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
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
2013-09-20part_efi: make sure the gpt_pte is freedMark Langsdorf
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy
2013-06-04disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut
2013-05-01disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich
2013-05-01disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich
2013-05-01disk/part_dos: check harder for partition tableEgbert Eich
2013-04-02disk: fix unaligned access in efi partitionsMarc Dietrich
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren
2013-03-04sandbox: Add host filesystemSimon Glass
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park
2012-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski
2012-12-06part: check each variable for capability calculationJerry Huang
2012-10-22disk: Address cast and format errorsTaylor Hutt
2012-10-22disk: Make the disk partition code work with no specific partition typesGabe Black
2012-10-19disk: initialize name/part fields when returning a whole diskStephen Warren
2012-10-17disk: part_dos: print partition UUID in partition listStephen Warren
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren
2012-10-17disk: part_efi: print raw partition attributesStephen Warren
2012-10-17disk: part_efi: add new partition attribute definitionsStephen Warren
2012-10-17disk: part_efi: print partition UUIDsStephen Warren
2012-10-17disk: part_efi: re-order partition list printf, change caseStephen Warren
2012-10-17disk: part_efi: remove indent level from loopStephen Warren