/
githubmirror
/
efifs
Обзор
Документация
Войти
/
githubmirror
/
efifs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ChangeLog.txt
111 строк
3 KB
Pete Batard
version 1.12
27 мар 2026, 16:20
Не верифицирован
27 мар 2026, 16:20
bfc6ae2
Код
Авторство
О чём код?
For detailed information about the changes below, please see the git log or visit: https://github.com/pbatard/EfiFs v1.12 (2026.03.27) * Add support for XFS v5 features (EXCHANGE, PARENT, METADIR) * Update GRUB to release 2.14 (courtesy of Andrij Abyzov) v1.11 (2024.11.30) * Add LoongArch64 build support (with thanks to Dongyan Qian) * Add zstd compression support to ZFS * Update GRUB and gnu-efi to latest v1.10 (2024.06.05) * Add EROFS support * Add Btrfs zstd compression support (with thanks to Jan Schmitz) * Update GRUB and gnu-efi to latest v1.9 (2022.09.05) * Work around Linux kernel's EFI stub not properly handling EFI_BUFFER_TOO_SMALL on GetInfo * Update solution for VS2022 * Update GRUB and gnu-efi to latest v1.8 (2021.08.20) * Add RISCV64 compilation support * Support SetPosition value 0xFFFFFFFFFFFFFFFF meaning SEEK_END * Update GRUB and gnu-efi to latest v1.7 (2020.11.18) * Fix potential freezout due to freeing of system resources * Fix Device Path not being displayed when logging is enabled * Improve asserts * Update GRUB and gnu-efi to latest v1.6 (2020.05.26) * Improve compatibility by removing reliance on Device Path to Text protocol * Update GRUB and gnu-efi to latest v1.5 (2020.04.14) * Fix a crash with recent QEMU AARCH64 firmwares * Update GRUB to latest v1.4 (2020.03.04) * Add SquashFS driver * Fix unable to switch drive on recent UEFI Shells * Fix DEBUG warnings on FreePool() * Fix grub_errno not being set on error * Fix calling convention for Print() calls * Update GRUB and gnu-efi to latest v1.3 (2018.04.25) * Fix F2FS driver bug (MSVC only) that was introduced in v1.2 * Remove custom EDK2 patches for VS2017 and ARM/ARM64 support (now integrated upstream) * Remove custom GRUB patches for F2FS support (now integrated upstream) * Update GRUB and gnu-efi to latest v1.2 (2017.11.14) * Add EDK2 compilation support * Add Visual Studio 2017 ARM64 compilation support * Update GRUB and gnu-efi to latest v1.1 (2016.12.28) * Add ARM64 platform support * Add F2FS support (EXPERIMENTAL) * Internal improvements * Update GRUB and gnu-efi to latest v1.0 (2016.07.14) * Add Clang/C2 support in Visual Studio * Use assembly aliases for memset/memcpy intrinsics * Update GRUB and gnu-efi to latest v0.9 (2016.04.22) * Add ARM (32-bit) support * Fix architecture specific compilation issues * Update GRUB and gnu-efi to latest v0.8 (2016.02.01) * Add x86_32 (ia32) 32-bit drivers * Switch to Visual Studio 2015 * Update OVMF download * Update GRUB and gnu-efi to latest v0.7 (2014.12.17) * Add Visual Studio 2013 build support * Switch to using Visual Studio 2013 to build binaries - the drivers are now much smaller! * Add FFS/UFS support (MSVC only) * _ALL_ drivers have now been tested. See MSVC debug tests. * Updated GRUB dependency to latest v0.6.1 (2014-07-28): * Add ZFS support * Add ISO9660 and UDF support * Add nilfs and compressed HFS+ support * Add ext2/ext3/ext4 and btrfs support (slow!!) * Fix an issue when listing root multiple times v0.6 (2014-07-10): * Add compressed NTFS support * Add support for AFFS (Amiga Fast FileSystem), BFS (BeOS FS), JFS, HFS, HFS+, SFS (Amiga Smart FileSystem), ReiserFS and UFS (v2) * Many internal improvements v0.5 (2014-07-01): * Add XFS and exFAT * Fix access for card readers v0.4a (2014-06-30): * Fix copying of files v0.4 (2014-06-29): * Initial ALPHA release (NTFS only)