]> git.proxmox.com Git - mirror_edk2.git/history - OvmfPkg/VirtioFsDxe
DynamicTablesPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
[mirror_edk2.git] / OvmfPkg / VirtioFsDxe /
2021-05-14 Sergei DmitroukOvmfPkg/VirtioFsDxe: suppress incorrect gcc warnings
2021-01-07 Laszlo ErsekOvmfPkg/VirtioFsDxe: call IsTimeValid() before EfiTimeT...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: handle attribute updates in EFI_FI...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add helper for determining file...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add helper for determining access...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add helper for determining file...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: handle file rename/move in EFI_FIL...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add helper for composing rename...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: handle the volume label in EFI_FIL...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Write()
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Flush()
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Read...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: convert FUSE dirent filename to...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Read...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_READ...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetPos...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.GetInfo()
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add helper for formatting UEFI...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: erase the dir. entry in EFI_FILE_P...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_FILE_PROTOCOL.Open()
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_UNLI...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: split canon. path into last parent...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: convert FUSE inode attributes...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: manage path lifecycle in OpenVolum...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add helper for appending and sanit...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: flush, sync, release and forget...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add a shared wrapper for FUSE_FSYN...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement EFI_SIMPLE_FILE_SYSTEM_P...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add shared wrapper for FUSE_RELEAS...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement the wrapper function...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: submit the FUSE_INIT request to...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: map "errno" values to EFI_STATUS
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: introduce the basic FUSE request...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: add a scatter-gather list data...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: implement virtio device (un)initia...
2020-12-21 Laszlo ErsekOvmfPkg/VirtioFsDxe: DriverBinding: open VirtioDevice...
2020-12-21 Laszlo ErsekOvmfPkg: introduce VirtioFsDxe