Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop part.h from common header | Simon Glass |
2020-05-18 | part: Drop disk_partition_t typedef | Simon Glass |
2020-04-30 | part: detect EFI system partition | Heinrich Schuchardt |
2019-10-31 | disk: part_dos: correctly detect DOS PBR | Heinrich Schuchardt |
2019-09-19 | disk: part_dos: Allocate at least one block size for mbr | Faiz Abbas |
2019-07-18 | CVE-2019-13103: disk: stop infinite recursion in DOS Partitions | Paul Emge |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-02-08 | Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig | Adam Ford |
2018-02-07 | part: Allocate only one legacy_mbr buffer | Alexey Brodkin |
2017-11-06 | disk: part_dos: fix part_get_info_extended() function | Shawn Guo |
2017-10-05 | disk: part_dos: Use the original allocation scheme for the SPL case | Fabio Estevam |
2017-09-20 | part: extract MBR signature from partitions | Peter Jones |
2017-09-18 | EFI: find EFI system partition by legacy MBR partition type | Andre Przywara |
2017-02-17 | SPL: add support to boot from a partition type | Dalon Westergreen |
2017-01-28 | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay |
2016-10-01 | disk: part: refactor generic name creation for DOS and ISO | Petr Kulhavy |
2016-10-01 | fastboot: add support for writing MBR | Petr Kulhavy |
2016-10-01 | disk: part: implement generic function part_get_info_by_name() | Petr Kulhavy |
2016-03-14 | part: Rename test_part_xx() and print_part_xx() | Simon Glass |
2016-03-14 | dm: block: Adjust device calls to go through helpers function | Simon Glass |
2016-03-14 | dm: block: Rename device number member dev to devnum | Simon Glass |
2016-03-14 | dm: part: Rename some partition functions | Simon Glass |
2016-03-14 | dm: part: Convert partition API use to linker lists | Simon Glass |
2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass |
2016-01-14 | Fix GCC format-security errors and convert sprintfs. | Ben Whitten |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2016-01-13 | part_dos.c: Don't wrap to negative after 2G sectors | Stefan Monnier |
2015-09-11 | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass |
2014-06-11 | disk: part_dos.c: Add a PBR check when MBR checking fails | Darwin Dingel |
2014-06-05 | disk: part_efi: clarify lbaint_t usage | Steve Rae |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-05-01 | disk/part_dos: check harder for partition table | Egbert Eich |
2013-03-14 | disk: define HAVE_BLOCK_DEVICE in a common place | Stephen Warren |
2012-10-17 | disk: part_dos: print partition UUID in partition list | Stephen Warren |
2012-10-17 | disk: part_dos: checkpatch cleanups | Stephen Warren |
2012-10-08 | disk: part_dos: don't claim whole-disk FAT filesystems | Stephen Warren |
2012-09-25 | disk: part_msdos: parse and store partition UUID | Stephen Warren |
2012-09-25 | disk/part: check bootable flag for DOS partitions | Rob Herring |
2012-06-21 | Block: Remove MG DISK support | Marek Vasut |
2012-04-30 | part_dos: align disk buffers on cache line to enable DMA and cache | Eric Nelson |
2011-07-27 | part_dos: fix crash with big sector size | Sergei Shtylyov |
2010-07-24 | FAT32: fix support for superfloppy-format (PBR) | Wolfgang Denk |
2009-10-18 | part_dos: check status flags of partitions | Daniel Mack |
2009-08-09 | Partition support: remove newline from partition name | Wolfgang Denk |
2009-04-03 | mflash: Initial mflash support | unsik Kim |
2009-02-18 | disk: convert part_* files to COBJ-$(CONFIG_XXX) style | Mike Frysinger |
2008-03-26 | ata: add the support for SATA framework | Dave Liu |
2007-07-09 | disk/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger |
2007-07-04 | disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger |
2005-10-13 | Cleanup for GCC-4.x | Wolfgang Denk |