index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part_dos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
disk: Remove duplicate newlines
Marek Vasut
1
-1
/
+0
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+1
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-1
/
+1
2024-05-06
part: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+1
2023-10-24
cmd: mbr: Allow 4 MBR partitions without need for extended
Alexander Gendin
1
-1
/
+1
2023-08-25
part: Add accessors for struct disk_partition uuid
Simon Glass
1
-9
/
+8
2023-08-25
part: dos: Use desc instead of dev_desc
Simon Glass
1
-32
/
+31
2023-08-22
disk: dos: Infer MBR partition sector size from underlying drive sector size
Marek Vasut
1
-3
/
+14
2023-02-09
Correct SPL use of CMD_MBR
Simon Glass
1
-1
/
+1
2022-09-16
disk: Use Makefile to omit partition drivers
Simon Glass
1
-4
/
+0
2021-11-28
disk: part_dos: Fix a NULL pointer error
Simon Glass
1
-4
/
+6
2021-06-22
disk/part_dos.c: Fix a variable typo in write_mbr_partitions()
Christian Melki
1
-1
/
+1
2021-02-01
disk: part_dos: update partition table entries after write
Gary Bisson
1
-0
/
+6
2021-01-15
disk: dos: add code for creating MBR partition layout
Marek Szyprowski
1
-0
/
+167
2021-01-15
disk: dos: make some functions static
Marek Szyprowski
1
-2
/
+3
2021-01-15
disk: dos: use generic macro for unaligned le32 access
Marek Szyprowski
1
-19
/
+9
2021-01-15
disk: dos: add some defines for the hardcoded numbers
Marek Szyprowski
1
-3
/
+3
2021-01-15
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
1
-1
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
1
-0
/
+2
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
1
-2
/
+2
2020-04-30
part: detect EFI system partition
Heinrich Schuchardt
1
-4
/
+10
2019-10-31
disk: part_dos: correctly detect DOS PBR
Heinrich Schuchardt
1
-14
/
+25
2019-09-19
disk: part_dos: Allocate at least one block size for mbr
Faiz Abbas
1
-1
/
+2
2019-07-18
CVE-2019-13103: disk: stop infinite recursion in DOS Partitions
Paul Emge
1
-0
/
+18
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
1
-1
/
+1
2018-02-07
part: Allocate only one legacy_mbr buffer
Alexey Brodkin
1
-1
/
+1
2017-11-06
disk: part_dos: fix part_get_info_extended() function
Shawn Guo
1
-1
/
+1
2017-10-05
disk: part_dos: Use the original allocation scheme for the SPL case
Fabio Estevam
1
-0
/
+10
2017-09-20
part: extract MBR signature from partitions
Peter Jones
1
-3
/
+9
2017-09-18
EFI: find EFI system partition by legacy MBR partition type
Andre Przywara
1
-1
/
+1
2017-02-17
SPL: add support to boot from a partition type
Dalon Westergreen
1
-0
/
+1
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
1
-3
/
+3
2016-10-01
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
1
-29
/
+2
2016-10-01
fastboot: add support for writing MBR
Petr Kulhavy
1
-0
/
+20
2016-10-01
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
1
-0
/
+1
2016-03-14
part: Rename test_part_xx() and print_part_xx()
Simon Glass
1
-4
/
+4
2016-03-14
dm: block: Adjust device calls to go through helpers function
Simon Glass
1
-5
/
+3
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
1
-12
/
+17
2016-03-14
dm: part: Rename some partition functions
Simon Glass
1
-10
/
+9
2016-03-14
dm: part: Convert partition API use to linker lists
Simon Glass
1
-1
/
+8
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-9
/
+10
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
1
-2
/
+2
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-3
/
+5
2016-01-13
part_dos.c: Don't wrap to negative after 2G sectors
Stefan Monnier
1
-12
/
+17
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2014-06-11
disk: part_dos.c: Add a PBR check when MBR checking fails
Darwin Dingel
1
-1
/
+20
2014-06-05
disk: part_efi: clarify lbaint_t usage
Steve Rae
1
-2
/
+3
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-05-01
disk/part_dos: check harder for partition table
Egbert Eich
1
-3
/
+16
[next]