aboutsummaryrefslogtreecommitdiff
path: root/disk
AgeCommit message (Expand)Author
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
2012-10-17disk: get_device_and_partition() return value fixesStephen Warren
2012-10-08disk: part_dos: don't claim whole-disk FAT filesystemsStephen Warren
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren
2012-09-25disk: part_msdos: parse and store partition UUIDStephen Warren
2012-09-25disk: part_efi: parse and store partition UUIDStephen Warren
2012-09-25disk: part_efi: range-check partition numberStephen Warren
2012-09-25disk: get_device_and_partition() "auto" partition and cleanupStephen Warren
2012-09-25disk: introduce get_device()Stephen Warren
2012-09-25disk/part: introduce get_device_and_partitionRob Herring
2012-09-25disk/part: check bootable flag for DOS partitionsRob Herring
2012-09-25disk: make get_partition_info() always available to disk.cStephen Warren
2012-09-02part_mac: dcache: allocate cacheline-aligned buffersBenoît Thébaudeau
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-04-30part_dos: align disk buffers on cache line to enable DMA and cacheEric Nelson
2012-03-27disk/part.c: Fix device enumeration through APITim Kientzle
2011-12-06part_efi: Fix compile errorsSanjeev Premi
2011-12-05disk: part_efi: fix regression due to incorrect buffer usageStephen Warren
2011-10-27disk: part_efi: fix **pgpt_pte == NULLDoug Anderson
2011-10-27cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson
2011-10-25part_efi: dcache: allocate cacheline aligned buffersAnton staaf
2011-10-06part: show efi partition name when print out partition infoLei Wen
2011-07-27part_dos: fix crash with big sector sizeSergei Shtylyov
2011-07-26disk/part.c: Make features optionalMatthew McClintock
2011-04-12disk/part.c: fix potential stack overflow bugLei Wen
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-09-19disk/part.c: fix relocation fixupHeiko Schocher
2010-09-18mmc: print out partition tableLei Wen
2010-08-10disk/part.c: 'usb storage' avoiding overflow when output capacitySergei Trofimovich
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-10-18part_dos: check status flags of partitionsDaniel Mack
2009-10-03Conditionally perform common relocation fixupsPeter Tyser
2009-08-09Partition support: remove newline from partition nameWolfgang Denk
2009-05-15IDE: bail out of dev_print() for unknown device typesWolfgang Denk
2009-04-03mflash: Initial mflash supportunsik Kim
2009-03-20vsprintf: pull updates from Linux kernelMike Frysinger
2009-02-18disk: convert part_* files to COBJ-$(CONFIG_XXX) styleMike Frysinger
2009-01-27part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun