summaryrefslogtreecommitdiffstats
path: root/disk
Commit message (Expand)AuthorAgeFilesLines
* gpt: Support for GPT (GUID Partition Table) restorationLukasz Majewski2012-12-131-3/+278
* gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>Chang Hyun Park2012-12-131-71/+42
* part:efi: Move part_efi.h file to ./includeLukasz Majewski2012-12-131-144/+0
* part: check each variable for capability calculationJerry Huang2012-12-061-1/+1
* disk: Address cast and format errorsTaylor Hutt2012-10-221-3/+4
* disk: Make the disk partition code work with no specific partition typesGabe Black2012-10-221-33/+17
* disk: initialize name/part fields when returning a whole diskStephen Warren2012-10-191-0/+2
* disk: part_dos: print partition UUID in partition listStephen Warren2012-10-171-8/+11
* disk: part_dos: checkpatch cleanupsStephen Warren2012-10-171-10/+11
* disk: part_efi: set bootable flag in partition objectsStephen Warren2012-10-171-0/+10
* disk: part_efi: print raw partition attributesStephen Warren2012-10-172-6/+11
* disk: part_efi: add new partition attribute definitionsStephen Warren2012-10-171-1/+3
* disk: part_efi: print partition UUIDsStephen Warren2012-10-171-22/+28
* disk: part_efi: re-order partition list printf, change caseStephen Warren2012-10-171-4/+4
* disk: part_efi: remove indent level from loopStephen Warren2012-10-171-8/+7
* disk: get_device_and_partition() return value fixesStephen Warren2012-10-171-1/+1
* disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren2012-10-081-12/+9
* disk: allow - or empty string to fall back to $bootdeviceStephen Warren2012-09-281-1/+2
* disk: part_msdos: parse and store partition UUIDStephen Warren2012-09-252-4/+13
* disk: part_efi: parse and store partition UUIDStephen Warren2012-09-252-0/+30
* disk: part_efi: range-check partition numberStephen Warren2012-09-251-0/+7
* disk: get_device_and_partition() "auto" partition and cleanupStephen Warren2012-09-251-43/+154
* disk: introduce get_device()Stephen Warren2012-09-251-0/+22
* disk/part: introduce get_device_and_partitionRob Herring2012-09-251-2/+67
* disk/part: check bootable flag for DOS partitionsRob Herring2012-09-251-2/+9
* disk: make get_partition_info() always available to disk.cStephen Warren2012-09-251-55/+63
* part_mac: dcache: allocate cacheline-aligned buffersBenoît Thébaudeau2012-09-021-34/+34
* Block: Remove MG DISK supportMarek Vasut2012-06-216-11/+0
* part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson2012-04-301-3/+3
* disk/part.c: Fix device enumeration through APITim Kientzle2012-03-271-0/+3
* part_efi: Fix compile errorsSanjeev Premi2011-12-061-1/+1
* disk: part_efi: fix regression due to incorrect buffer usageStephen Warren2011-12-051-2/+2
* disk: part_efi: fix **pgpt_pte == NULLDoug Anderson2011-10-271-23/+15
* cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson2011-10-271-14/+14
* part_efi: dcache: allocate cacheline aligned buffersAnton staaf2011-10-251-9/+9
* part: show efi partition name when print out partition infoLei Wen2011-10-062-5/+22
* part_dos: fix crash with big sector sizeSergei Shtylyov2011-07-272-10/+3
* disk/part.c: Make features optionalMatthew McClintock2011-07-261-1/+1
* disk/part.c: fix potential stack overflow bugLei Wen2011-04-121-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-2/+2
* disk/part.c: fix relocation fixupHeiko Schocher2010-09-191-2/+9
* mmc: print out partition tableLei Wen2010-09-181-0/+3
* disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich2010-08-101-5/+23
* FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk2010-07-242-2/+5
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-1/+1
* part_dos: check status flags of partitionsDaniel Mack2009-10-181-1/+2
* Conditionally perform common relocation fixupsPeter Tyser2009-10-031-1/+4
* Partition support: remove newline from partition nameWolfgang Denk2009-08-093-11/+21
* IDE: bail out of dev_print() for unknown device typesWolfgang Denk2009-05-151-0/+5
OpenPOWER on IntegriCloud