summaryrefslogtreecommitdiff
path: root/FatPkg/EnhancedFatDxe
AgeCommit message (Expand)AuthorFilesLines
2026-06-23FatPkg: Clean any volume caches during exit boot servicesChris Fernald5-29/+204
2026-02-24FatPkg: Replace include guards with #pragma onceMichael Kubacki2-8/+2
2025-10-14FatPkg/EnhancedFatDxe: Remove Iso639LanguageMichael D Kinney1-3/+1
2025-09-05FatPkg/EnhanceFatDxe:Deprecate EFI_UNICODE_COLLATION_PROTOCOL_GUIDGowtham M2-14/+1
2025-02-14Revert "FatPkg: Validate Reserved FAT Entries on Volume Open"Oliver Smith-Denny4-71/+10
2025-01-21FatPkg: Validate Reserved FAT Entries on Volume OpenOliver Smith-Denny4-10/+71
2024-11-27FatPkg/EnhancedFatDxe: Add comments around StrSize() checksPierre Gondois1-0/+20
2024-10-25FatPkg: Fix potentially uninitialized variableBret Barkelew1-0/+2
2024-09-23FatPkg: Improvements to Fat to Fix File CorruptionMike Turner3-15/+236
2024-09-23FatPkg: Check BlockIo Device Has Supported BlockSizeOliver Smith-Denny1-0/+24
2024-09-03FatPkg/EnhancedFatDxe: Downgrade debug level for no media foundNhi Pham1-1/+1
2021-12-07FatPkg: Apply uncrustify changesMichael Kubacki20-1350/+1477
2021-12-07FatPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney6-13/+12
2020-02-11FatPkg/EnhancedFatDxe: Fix various typosAntoine Coeur7-12/+12
2019-10-23FatPkg: Fix spelling errorsSean Brogan9-25/+25
2019-04-09FatPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney23-161/+23
2018-10-24FatPkg: Correct the line ending to CRLFRuiyu Ni1-5/+5
2018-10-24FatPkg/EnhancedFatDxe Fix Double Cluster AllocationRobinson, Herbie1-7/+21
2018-09-06FatPkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-2/+2
2018-06-28FatPkg: Clean up source filesLiming Gao4-9/+9
2018-04-18FatPkg/EnhancedFatDxe: Ensure traverse of subtasks is delete-safeHao Wu1-3/+12
2017-03-06FatPkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2017-01-12FatPkg: Explicitly declare FAT_CLUSTER_SPECIAL as unsigned typeHao Wu1-2/+2
2016-12-14FatPkg/EnhancedFatDxe: Remove the file which is not usedDandan Bi1-62/+0
2016-12-09FatPkg: Fix format issues in dec/inf/dsc filesDandan Bi1-1/+1
2016-12-09FatPkg/EnhancedFatDxe: Add comments for functionsDandan Bi3-0/+908
2016-12-09FatPkg/EnhancedFatDxe: Make the comments align with EDKIIcoding styleDandan Bi21-2649/+1566
2016-12-09FatPkg/EnhancedFatDxe: Use typedef for complex typeDandan Bi2-19/+27
2016-12-09FatPkg/EnhancedFatDxe: Make the variable name follow ruleDandan Bi8-100/+100
2016-12-09FatPkg/EnhancedFatDxe: Make function prototype align with definitionDandan Bi1-2/+2
2016-12-09FatPkg/EnhancedFatDxe: Use global variable replace static local variableDandan Bi1-2/+2
2016-12-09FatPkg/EnhancedFatDxe: Avoid Non-Boolean type uses as BooleanDandan Bi1-2/+2
2016-10-27FatPkg/EnhancedFatDxe: rebase to ARRAY_SIZE()Laszlo Ersek3-6/+6
2016-04-07FatPkg EnhancedFatDxe: Use safe string functionsHao Wu4-15/+32
2016-04-07EFI_FILE_PROTOCOL spec conformance bug fix.Ruiyu Ni2-23/+20
2016-04-07FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu2-0/+44
2016-04-07FatPkg: INF/DEC file updates to EDK II packagesShumin Qiu1-12/+15
2016-04-07Fix a potential buffer over flow issue.Ruiyu Ni1-2/+3
2016-04-07Refine code to make it more safely.Eric Dong1-1/+3
2016-04-07Fix a bug that prevents Fat driver being unloaded successfully.Ruiyu Ni1-5/+64
2016-04-07Remove the RemoteEntryList() because the Task isn't added to the linked list ...Ruiyu Ni1-1/+0
2016-04-07Fix a bug in the Fat Stop() function which may return EFI_NOT_FOUND when the ...Ruiyu Ni1-17/+23
2016-04-07Add the missing EFIAPI keyword to solve build failure in GCC.Ruiyu Ni2-0/+2
2016-04-07Change Fat driver to support asynchronous File IO introduced in UEFI spec 2.3...Ruiyu Ni15-76/+839
2016-04-07Please find this patch that makes FatGetCurrentFatTime() always return a vali...Olivier Martin1-3/+13
2016-04-07InitializeUnicodeCollationSupportWorker mixed the use of Status variable for ...Star Zeng1-4/+5
2016-04-07Zero out CacheBuffer in FatInitializeDiskCache after allocated.Star Zeng1-2/+2
2016-04-07Fix GCC build failure.Eric Dong1-1/+1
2016-04-07Replace GetEfiGlobalVariable interface with GetEfiGlobalVariable2.Eric Dong1-2/+2
2016-04-07Fix the comments to follow the UEFI Spec regarding how to check an EFI_HANDLE...Ruiyu Ni1-3/+3