]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDisk.c
2023-02-04 Yuan YuMdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.c
2022-11-04 Sivaparvathi CMdeModulePkg/scsi :Coverity scan flags multiple issues...
2022-10-31 Cheripally GopiMdeModulePkg/ScsiDiskDxe: Update proper device name...
2021-12-07 Michael KubackiMdeModulePkg: Apply uncrustify changes
2021-12-07 Michael D KinneyMdeModulePkg: Change use of EFI_D_* to DEBUG_*
2020-02-10 Antoine CoeurMdeModulePkg/Bus/Scsi: Fix various typos
2019-09-29 Zurcher, Christopher JMdeModulePkg/ScsiDiskDxe: Support Storage Security...
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2017-12-09 Ruiyu NiMdeModulePkg/ScsiDisk: Return EFI_NO_MEDIA when no...
2017-04-13 Hao WuMdeModulePkg/ScsiDiskDxe: Fix undefined behavior in...
2016-05-20 Hao WuMdeModulePkg ScsiDiskDxe: Add Erase Block Protocol...
2016-05-05 Laszlo ErsekMdeModulePkg: ScsiDiskDxe: cope with broken "Supported...
2016-03-29 Hao WuMdeModulePkg ScsiDiskDxe: Fix hang issue when reconnect...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Add retry scheme for async...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Fix async request retry times...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Close event when SCSI command...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Modify WriteBlocks(Ex)()...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to...
2015-12-22 Hao WuMdeModulePkg ScsiDiskDxe: Set block I/O media of SCSI...
2015-12-11 Hao WuMdeModulePkg ScsiDiskDxe: Add BlockIO2 Support
2015-09-10 Laszlo ErsekMdeModulePkg: ScsiDiskDxe: adapt SectorCount when short...
2015-09-10 Laszlo ErsekMdeModulePkg: ScsiDiskDxe: recognize EFI_BAD_BUFFER_SIZE
2015-04-29 Feng TianMdeModulePkg: fix some issues in ScsiDisk to co-work...
2015-04-23 Feng TianMdeModulePkg/ScsiDisk: Set correct value to the Media...
2014-09-30 Olivier MartinMdeModulePkg/ScsiDiskDxe: Fix the build warning/error...
2014-04-30 Tian, FengMdeModulePkg/ScsiDisk: Using back-off algorithm to...
2014-02-11 Tian, FengMdeModulePkg/ScsiDisk:If the SCSI device target status...
2013-08-05 Feng TianMdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a...
2013-01-04 erictianMdeModulePkg/AtaBus&ScsiBus: Dynamically calculate...
2012-03-06 erictianMdeModulePkg: When media_change happens at Partition...
2011-11-25 lzeng14Allocate aligned buffer to satisfy the IoAlign requirem...
2011-11-03 erictianMdeModulePkg: ATA performance tuning.
2011-09-07 erictianMedia detection logic is enhanced to be more robust.
2011-06-14 erictianScsiBus/ScsiDisk enhancement for no_media state.
2011-05-23 niruiyuChange Partition/ScsiDxe driver to produce Block IO...
2011-04-25 niruiyuChange BlockIo drivers to return EFI_NO_MEDIA or EFI_ME...
2010-10-19 erictianreturn EFI_DEVICE_ERROR if the Status value is not...
2010-09-15 ydong10Refine soma code to make code run safely.
2010-08-23 li-elvinChange the check condition for 16 byte command, when...
2010-08-04 li-elvinAccording to SCSI spec, ANSI version is 3 bits, so...
2010-06-04 li-elvinChange MaxBlock to HEX value to avoid GCC build failure.
2010-05-28 li-elvinIf SCSI version support Read/Write (16) command, use...
2010-04-24 hhtianUpdate the copyright notice format
2010-02-11 rsun3Coding style fix and minor improvements.
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2009-12-22 qhuang8Enhance SCSI disk module to produce Disk Info protocol...
2009-06-29 gikidyUpdate the SCSI Disk Driver to not mount drives on...
2009-04-01 jji4Read-Capacity16 command added for SCSI drivers
2009-02-23 xli24Minor update on capitalization for ECC check.
2009-02-06 jji4Coding style checked
2008-12-18 jji4Some codes have been altered and replaced by functions...
2008-12-17 gikidyFix some typo.
2008-11-17 qhuang8Update SCSI modules to use new macros defined in UefiLib.
2008-11-12 jji4Code Scrub:
2008-11-10 qwang12Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS...
2008-08-30 lgao4The driver and library in MdePkg, MdeModulePkg and...
2008-04-09 qhuang8Update all files to follow doxygen style file header.
2007-09-30 qhuang8Update to support to produce Component Name and &...
2007-09-20 qhuang81. Set the Target array to zero before fill the target id.
2007-08-14 lgao4Sync code with MdePkg spec for Scsi library class and...
2007-07-20 vanjeffremove some comments introduced by tools.
2007-06-29 klu2Add ScsiDiskDxe driver for Nt32Pkg