| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg/Bus/Scsi: Fix various typos | Antoine Coeur | 2020-02-10 | 4 | -26/+26 |
* | MdeModulePkg/ScsiDiskDxe: Support Storage Security Command Protocol | Zurcher, Christopher J | 2019-09-29 | 3 | -16/+774 |
* | MdeModulePkg/ScsiBusDxe: Clean up Peripheral Type check | Zurcher, Christopher J | 2019-09-29 | 1 | -2/+3 |
* | MdeModulePkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 12 | -84/+12 |
* | MdeModulePkg: Removing ipf which is no longer supported from edk2. | Chen A Chen | 2018-09-06 | 2 | -2/+2 |
* | MdeModulePkg: Clean up source files | Liming Gao | 2018-06-28 | 11 | -202/+202 |
* | MdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no media presents | Ruiyu Ni | 2017-12-09 | 1 | -11/+30 |
* | MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2 | Laszlo Ersek | 2017-08-19 | 1 | -2/+22 |
* | MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statement | Laszlo Ersek | 2017-08-19 | 1 | -3/+4 |
* | MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1 | Laszlo Ersek | 2017-08-19 | 1 | -9/+1 |
* | MdeModulePkg/ScsiDiskDxe: Fix undefined behavior in signed left shift | Hao Wu | 2017-04-13 | 1 | -2/+2 |
* | MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devices | Hao Wu | 2016-05-20 | 3 | -27/+761 |
* | MdeModulePkg: ScsiDiskDxe: cope with broken "Supported VPD Pages" VPD page | Laszlo Ersek | 2016-05-05 | 1 | -0/+37 |
* | MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI device | Hao Wu | 2016-03-29 | 1 | -5/+13 |
* | MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30s | Feng Tian | 2016-01-07 | 1 | -1/+5 |
* | MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFY | Hao Wu | 2015-12-22 | 1 | -1/+1 |
* | MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFY | Hao Wu | 2015-12-22 | 2 | -12/+105 |
* | MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O command | Hao Wu | 2015-12-22 | 1 | -8/+58 |
* | MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issue | Hao Wu | 2015-12-22 | 2 | -0/+32 |
* | MdeModulePkg ScsiDiskDxe: Close event when SCSI command fails | Hao Wu | 2015-12-22 | 1 | -0/+24 |
* | MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeeds | Hao Wu | 2015-12-22 | 1 | -2/+3 |
* | MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI spec | Hao Wu | 2015-12-22 | 1 | -0/+10 |
* | MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI spec | Hao Wu | 2015-12-22 | 2 | -10/+71 |
* | MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-only | Hao Wu | 2015-12-22 | 1 | -0/+1 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 4 | -0/+0 |
* | MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaled | Hao Wu | 2015-12-11 | 1 | -9/+37 |
* | MdeModulePkg ScsiDiskDxe: Add BlockIO2 Support | Hao Wu | 2015-12-11 | 4 | -14/+1767 |
* | MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfers | Laszlo Ersek | 2015-09-10 | 1 | -0/+41 |
* | MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZE | Laszlo Ersek | 2015-09-10 | 1 | -4/+4 |
* | MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stack | Feng Tian | 2015-04-29 | 2 | -12/+15 |
* | MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block... | Feng Tian | 2015-04-23 | 1 | -10/+11 |
* | MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement" | Olivier Martin | 2014-09-30 | 1 | -1/+0 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 2 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 4 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 2 | -12/+24 |
* | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng | 2014-04-30 | 2 | -113/+160 |
* | MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,... | Tian, Feng | 2014-02-11 | 1 | -57/+278 |
* | MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc... | Feng Tian | 2013-08-05 | 4 | -15/+30 |
* | MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for... | erictian | 2013-01-04 | 1 | -2/+60 |
* | Add missing status code in several modules. | li-elvin | 2012-10-30 | 3 | -24/+71 |
* | MdeModulePkg: When media_change happens at Partition.Start(), the lower drive... | erictian | 2012-03-06 | 1 | -1/+5 |
* | Allocate aligned buffer to satisfy the IoAlign requirement of high level prot... | lzeng14 | 2011-11-25 | 2 | -47/+181 |
* | MdeModulePkg: ATA performance tuning. | erictian | 2011-11-03 | 1 | -3/+2 |
* | Clean up the private GUID definition in module Level. | lgao4 | 2011-09-18 | 2 | -16/+11 |
* | Media detection logic is enhanced to be more robust. | erictian | 2011-09-07 | 1 | -70/+86 |
* | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu | 2011-07-06 | 4 | -8/+8 |
* | Fix potential null pointer dereference | erictian | 2011-06-20 | 1 | -6/+6 |
* | ScsiBus/ScsiDisk enhancement for no_media state. | erictian | 2011-06-14 | 2 | -87/+144 |
* | Change Partition/ScsiDxe driver to produce Block IO revision 3. | niruiyu | 2011-05-23 | 1 | -40/+98 |
* | Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B... | niruiyu | 2011-04-25 | 1 | -23/+25 |