index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disk
/
part.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
disk: part: rename parameter of lba512_muldiv()
Heinrich Schuchardt
2020-01-23
1
-6
/
+7
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
disk: part: Extend API to get partition info
Ruslan Trofymenko
2019-07-24
1
-0
/
+68
*
disk: part: Don't skip partition init
Robert Hancock
2019-06-21
1
-4
/
+3
*
disk: part: avoid undefined reference to `__udivmoddi4'
Heinrich Schuchardt
2019-06-14
1
-6
/
+6
*
disk: part: fix typo
Heinrich Schuchardt
2019-04-26
1
-1
/
+1
*
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-11-14
1
-0
/
+6
*
disk: part: Don't show redundant error message
Sam Protsenko
2018-08-10
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
disk: part: use common api to lookup part driver
Kever Yang
2018-03-13
1
-20
/
+17
*
disk: part: scan the disk if the part_type is unknown
Kever Yang
2018-03-13
1
-6
/
+18
*
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-08
1
-7
/
+7
*
disk: Provide API to get partition by name for specific type
Sam Protsenko
2017-10-06
1
-2
/
+13
*
fs: add fs_readdir()
Rob Clark
2017-09-15
1
-12
/
+19
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+1
*
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
2017-08-13
1
-1
/
+5
*
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
Alison Chaiken
2017-08-04
1
-1
/
+0
*
disk: Return the partition number in part_get_info_by_name()
Alex Deymo
2017-05-11
1
-1
/
+1
*
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
1
-4
/
+4
*
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
1
-1
/
+1
*
disk: convert CONFIG_AMIGA_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
1
-1
/
+1
*
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
1
-1
/
+1
*
disk: convert CONFIG_DOS_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
1
-1
/
+1
*
disk: convert CONFIG_MAC_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
1
-1
/
+1
*
disk: Fixed capacity message
Jean-Jacques Hiblot
2016-12-27
1
-2
/
+2
*
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
2016-10-01
1
-0
/
+32
*
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
2016-10-01
1
-0
/
+26
*
dm: blk: Use the correct error code for blk_get_device_by_str()
Simon Glass
2016-05-17
1
-3
/
+3
*
dm: part: Drop the block_drvr table
Simon Glass
2016-05-17
1
-53
/
+14
*
dm: part: Use the legacy block driver for hardware partition support
Simon Glass
2016-05-17
1
-11
/
+1
*
dm: sandbox: Drop the host_get_dev() function
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: systemace: Drop the get_dev() function
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: sata: Drop the get_dev() function
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: scsi: Drop the get_dev() function
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: mmc: Drop the get_dev() function
Simon Glass
2016-05-17
1
-1
/
+0
*
dm: ide: Drop the get_dev() function
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: usb: Drop the get_dev() function
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: disk: Use legacy block driver info for block device access
Simon Glass
2016-05-17
1
-4
/
+3
*
dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
Simon Glass
2016-05-17
1
-1
/
+1
*
dm: part: fix missing driver name in debug print
Nishanth Menon
2016-04-14
1
-1
/
+2
*
drivers: block: add block device cache
Eric Nelson
2016-04-01
1
-0
/
+2
*
disk/part.c: Expose list of available block drivers
Alexander Graf
2016-03-15
1
-7
/
+1
*
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
1
-6
/
+2
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
1
-6
/
+6
*
dm: part: Convert partition API use to linker lists
Simon Glass
2016-03-14
1
-126
/
+58
*
dm: blk: Rename get_device_and_partition()
Simon Glass
2016-03-14
1
-1
/
+1
*
dm: blk: Rename get_device() to blk_get_device_by_str()
Simon Glass
2016-03-14
1
-3
/
+3
*
dm: blk: Rename get_dev() to blk_get_dev()
Simon Glass
2016-03-14
1
-2
/
+2
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
1
-14
/
+14
[next]