summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-3/+3
* MdeModulePkg: Consume new alignment-related macrosMarvin Häuser2023-04-011-2/+2
* MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser2023-04-011-2/+2
* MdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.cYuan Yu2023-02-041-4/+0
* MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205Sivaparvathi C2022-11-041-10/+14
* MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk driveCheripally Gopi2022-10-311-2/+51
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-1158/+1201
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-22/+22
* MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur2020-02-101-16/+16
* MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J2019-09-291-14/+602
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-63/+63
* MdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no media presentsRuiyu Ni2017-12-091-11/+30
* MdeModulePkg/ScsiDiskDxe: Fix undefined behavior in signed left shiftHao Wu2017-04-131-2/+2
* MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devicesHao Wu2016-05-201-23/+677
* MdeModulePkg: ScsiDiskDxe: cope with broken "Supported VPD Pages" VPD pageLaszlo Ersek2016-05-051-0/+37
* MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI deviceHao Wu2016-03-291-5/+13
* MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-11/+98
* MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O commandHao Wu2015-12-221-8/+58
* MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu2015-12-221-0/+24
* MdeModulePkg ScsiDiskDxe: Close event when SCSI command failsHao Wu2015-12-221-0/+24
* MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI specHao Wu2015-12-221-0/+10
* MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu2015-12-221-6/+65
* MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-onlyHao Wu2015-12-221-0/+1
* MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu2015-12-111-8/+1428
* MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfersLaszlo Ersek2015-09-101-0/+41
* MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZELaszlo Ersek2015-09-101-4/+4
* MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stackFeng Tian2015-04-291-12/+14
* MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block...Feng Tian2015-04-231-10/+11
* MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"Olivier Martin2014-09-301-1/+0
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-301-81/+143
* MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng2014-02-111-57/+278
* MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian2013-08-051-11/+17
* MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian2013-01-041-2/+60
* MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian2012-03-061-1/+5
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-251-25/+99
* MdeModulePkg: ATA performance tuning.erictian2011-11-031-3/+2
* Media detection logic is enhanced to be more robust.erictian2011-09-071-70/+86
* ScsiBus/ScsiDisk enhancement for no_media state.erictian2011-06-141-14/+26
* Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu2011-05-231-40/+98
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-23/+25
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-191-0/+10
* Refine soma code to make code run safely.ydong102010-09-151-2/+2
* Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2010-08-231-48/+48
* According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2010-08-041-4/+4
* Change MaxBlock to HEX value to avoid GCC build failure.li-elvin2010-06-041-4/+4
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-281-41/+187
* Update the copyright notice formathhtian2010-04-241-2/+2
* Coding style fix and minor improvements.rsun32010-02-111-11/+11
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-4/+5