summaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-05disk: Fix possible out-of-bounds access in part_efi.cMarek Vasut1-3/+8
2013-05-02disk/iso: Add Support for block sizes > 512 byte to ISO partition supportEgbert Eich1-0/+3
2013-05-02disk/gpt: Fix GPT partition handling for blocksize != 512Egbert Eich1-16/+22
2013-05-02disk/part_dos: check harder for partition tableEgbert Eich1-3/+16
2013-04-03disk: fix unaligned access in efi partitionsMarc Dietrich1-1/+2
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren6-40/+5
2013-03-04sandbox: Add host filesystemSimon Glass1-0/+17
2012-12-13gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski1-3/+278
2012-12-13gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park1-71/+42
2012-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski1-144/+0
2012-12-07part: check each variable for capability calculationJerry Huang1-1/+1
2012-10-22disk: Address cast and format errorsTaylor Hutt1-3/+4
2012-10-22disk: Make the disk partition code work with no specific partition typesGabe Black1-33/+17
2012-10-20disk: initialize name/part fields when returning a whole diskStephen Warren1-0/+2
2012-10-17disk: part_dos: print partition UUID in partition listStephen Warren1-8/+11
2012-10-17disk: part_dos: checkpatch cleanupsStephen Warren1-10/+11
2012-10-17disk: part_efi: set bootable flag in partition objectsStephen Warren1-0/+10
2012-10-17disk: part_efi: print raw partition attributesStephen Warren2-6/+11
2012-10-17disk: part_efi: add new partition attribute definitionsStephen Warren1-1/+3
2012-10-17disk: part_efi: print partition UUIDsStephen Warren1-22/+28
2012-10-17disk: part_efi: re-order partition list printf, change caseStephen Warren1-4/+4
2012-10-17disk: part_efi: remove indent level from loopStephen Warren1-8/+7
2012-10-17disk: get_device_and_partition() return value fixesStephen Warren1-1/+1
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren1-12/+9
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren1-1/+2
2012-09-26disk: part_msdos: parse and store partition UUIDStephen Warren2-4/+13
2012-09-26disk: part_efi: parse and store partition UUIDStephen Warren2-0/+30
2012-09-26disk: part_efi: range-check partition numberStephen Warren1-0/+7
2012-09-26disk: get_device_and_partition() "auto" partition and cleanupStephen Warren1-43/+154
2012-09-26disk: introduce get_device()Stephen Warren1-0/+22
2012-09-26disk/part: introduce get_device_and_partitionRob Herring1-2/+67
2012-09-26disk/part: check bootable flag for DOS partitionsRob Herring1-2/+9
2012-09-26disk: make get_partition_info() always available to disk.cStephen Warren1-55/+63