Age | Commit message (Expand) | Author |
2016-05-20 | MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devices | Hao Wu |
2016-05-05 | MdeModulePkg: ScsiDiskDxe: cope with broken "Supported VPD Pages" VPD page | Laszlo Ersek |
2016-03-29 | MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI device | Hao Wu |
2016-01-07 | MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30s | Feng Tian |
2015-12-22 | MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFY | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFY | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Add retry scheme for async SCSI I/O command | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issue | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Close event when SCSI command fails | Hao Wu |
2015-12-22 | MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeeds | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)() to follow UEFI spec | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI spec | Hao Wu |
2015-12-22 | MdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI CDROM to read-only | Hao Wu |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen |
2015-12-11 | MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaled | Hao Wu |
2015-12-11 | MdeModulePkg ScsiDiskDxe: Add BlockIO2 Support | Hao Wu |
2015-09-10 | MdeModulePkg: ScsiDiskDxe: adapt SectorCount when shortening transfers | Laszlo Ersek |
2015-09-10 | MdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZE | Laszlo Ersek |
2015-04-29 | MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stack | Feng Tian |
2015-04-23 | MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block... | Feng Tian |
2014-09-30 | MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement" | Olivier Martin |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-04-30 | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng |
2014-02-11 | MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,... | Tian, Feng |
2013-08-05 | MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc... | Feng Tian |
2013-01-04 | MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for... | erictian |
2012-10-30 | Add missing status code in several modules. | li-elvin |
2012-03-06 | MdeModulePkg: When media_change happens at Partition.Start(), the lower drive... | erictian |
2011-11-25 | Allocate aligned buffer to satisfy the IoAlign requirement of high level prot... | lzeng14 |
2011-11-03 | MdeModulePkg: ATA performance tuning. | erictian |
2011-09-18 | Clean up the private GUID definition in module Level. | lgao4 |
2011-09-07 | Media detection logic is enhanced to be more robust. | erictian |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu |
2011-06-20 | Fix potential null pointer dereference | erictian |
2011-06-14 | ScsiBus/ScsiDisk enhancement for no_media state. | erictian |
2011-05-23 | Change Partition/ScsiDxe driver to produce Block IO revision 3. | niruiyu |
2011-04-25 | Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B... | niruiyu |
2010-10-19 | return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS. | erictian |
2010-09-15 | Refine soma code to make code run safely. | ydong10 |
2010-08-23 | Change the check condition for 16 byte command, when HDD size is > 2TB, use 1... | li-elvin |
2010-08-04 | According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ... | li-elvin |
2010-06-04 | Change MaxBlock to HEX value to avoid GCC build failure. | li-elvin |
2010-05-28 | If SCSI version support Read/Write (16) command, use both commands to access ... | li-elvin |
2010-04-24 | Update the copyright notice format | hhtian |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-02-11 | Coding style fix and minor improvements. | rsun3 |
2010-02-02 | when remaining device path is not NULL, check if it's the device managed by b... | erictian |
2010-01-19 | Improve coding style in MdeModulePkg. | rsun3 |