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