summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Disk
Commit message (Expand)AuthorAgeFilesLines
* Revert "MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child ..."Zhichao Gao2020-10-201-3/+9
* MdeModulePkg/PartitionDxe: Fix the incorrect LBA size in child handerZhichao Gao2020-08-131-9/+3
* MdeModulePkg/PartitionDxe: Revert changes for the special MBRZhichao Gao2020-08-131-31/+6
* MdeModulePkg/PartitionDxe: Put the UDF check ahead of MBRZhichao Gao2020-08-131-1/+9
* MdeModulePkg/PartitionDxe: Add already start check for child hanldesZhichao Gao2020-07-151-0/+9
* MdeModulePkg/PartitionDxe: Skip the MBR that add for CD-ROMZhichao Gao2020-07-151-6/+31
* MdeModulePkg/PartitionDxe: Correct the MBR last block valueZhichao Gao2020-07-151-5/+8
* MdeModulePkg/RamDiskDxe: Use BaseLib linked list iteration macrosMichael Kubacki2020-04-214-21/+11
* MdeModulePkg: Remove BootInRecoveryMode PPIxuwei62019-05-091-1/+1
* MdeModulePkg/CdExpress: Remove PcdFrameworkCompatibilitySupport usageDandan Bi2019-05-092-13/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0945-320/+45
* MdeModulePkg/RamDiskDxe: Restrict on RAM disk size (CVE-2018-12180)Hao Wu2019-02-283-11/+20
* MdeModulePkg/PartitionDxe: Ensure blocksize holds MBR (CVE-2018-12180)Hao Wu2019-02-282-2/+16
* MdeModulePkg/UdfDxe: Memory free/use after free in ResolveSymlink()Hao Wu2018-10-311-3/+11
* MdeModulePkg/UdfDxe: Content check for 'File' in ResolveSymlink()Hao Wu2018-10-311-0/+17
* MdeModulePkg/UdfDxe: Check 'Component Type' within a Path ComponentHao Wu2018-10-311-0/+7
* MdeModulePkg/UdfDxe: Avoid possible use of already-freed dataHao Wu2018-10-231-6/+9
* MdeModulePkg/UdfDxe: Add more check when getting PD from LongAdHao Wu2018-10-231-4/+9
* MdeModulePkg/UdfDxe: Update GetInfo() for FS VolumeLabel info requestHao Wu2018-10-234-63/+146
* MdeModulePkg/UdfDxe: Fix a typo within SetFileInfo()Hao Wu2018-10-231-1/+1
* MdeModulePkg/UdfDxe: Correct behavior for UdfSetPosition()Hao Wu2018-10-231-1/+1
* MdeModulePkg/UdfDxe: Add boundary check for getting volume (free) sizeHao Wu2018-10-232-1/+23
* MdeModulePkg/UdfDxe: Add boundary check for ComponentIdentifier decodeHao Wu2018-10-231-0/+4
* MdeModulePkg/UdfDxe: Add boundary check the read of FE/EFEHao Wu2018-10-231-4/+50
* MdeModulePkg/UdfDxe: Refine boundary checks for file/path name stringHao Wu2018-10-233-15/+110
* MdeModulePkg/PartitionDxe: Add check for underlying device block sizeHao Wu2018-10-231-0/+29
* MdeModulePkg/UdfDxe: Handle dead codes in FileSystemOperations.cHao Wu2018-10-181-0/+8
* MdeModulePkg/UdfDxe: Handle dead codes in File.cHao Wu2018-10-181-0/+4
* MdeModulePkg/UdfDxe: Use debug msg instead of ASSERT in UdfOpen()Hao Wu2018-10-181-1/+5
* MdeModulePkg/UdfDxe: Use error handling when fail to return LSNHao Wu2018-10-181-32/+69
* MdeModulePkg/UdfDxe: ASSERT for false positives of NULL ptr derefHao Wu2018-10-182-0/+18
* MdeModulePkg/UdfDxe: Use error handling for memory allocation failureHao Wu2018-10-181-6/+34
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-065-5/+6
* MdeModulePkg/RamDiskDxe: replace OpenFileByDevicePath() with UefiLib APILaszlo Ersek2018-08-164-181/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2822-167/+167
* MdeModulePkg/RamDiskDxe: Update RouteConfig functionThomas Palmer2018-05-031-1/+3
* MdeModulePkg/PartitionDxe: Add partition type guid to installed handleJeff Brasen2018-03-296-18/+38
* MdeModulePkg/RamDiskDxe: Perform MediaId check first in BlkIo servicesHao Wu2018-02-261-15/+15
* MdeModulePkg/Partition: Fix media probeRuiyu Ni2018-01-261-3/+7
* MdeModulePkg/PartitionDxe: Remove unnecessary parentheses in 'if'Hao Wu2017-12-061-1/+1
* MdeModulePkg/UdfDxe: Avoid possible loss track of allocated bufferHao Wu2017-11-201-5/+7
* MdeModulePkg/PartitionDxe: Merge the discovery of ElTorito into UDFHao Wu2017-11-202-6/+28
* MdeModulePkg/PartitionDxe: Fix UDF fs access on certain CD/DVD mediasPaulo Alcantara2017-11-151-53/+201
* MdeModulePkg/UdfDxe: Resolve potential NULL pointer dereferenceHao Wu2017-09-271-1/+6
* MdeModulePkg/UDF: Fix creation of UDF logical partitionPaulo Alcantara2017-09-255-568/+606
* MdeModulePkg/UdfDxe: Refine enum member naming styleHao Wu2017-09-192-45/+45
* MdeModulePkg/Udf: Avoid declaring and initializing local GUID variableHao Wu2017-09-192-4/+12
* MdeModulePkg/UdfDxe: Avoid short (single character) variable nameHao Wu2017-09-191-7/+7
* MdeModulePkg/Udf: Refine function description commentsHao Wu2017-09-195-92/+345
* MdeModulePkg/UdfDxe: Use compare operator for non-boolean comparisonsHao Wu2017-09-191-2/+2