ladybird/Kernel/Storage
Idan Horowitz 9ce537d703 Kernel: Use u64 instead of size_t for File::can_read offset
This ensures offsets will not be truncated on large files on i686.
2022-01-25 22:41:17 +02:00
..
ATA Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
NVMe Kernel: Fix index calculation in NVMeQueue submit_sync_sqe function 2022-01-25 20:06:19 +02:00
Partition Kernel: Use u64 instead of size_t for File::can_read offset 2022-01-25 22:41:17 +02:00
RamdiskController.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
RamdiskController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
RamdiskDevice.cpp Kernel: Remove the KString::try_create(String::formatted(...)) pattern 2021-12-28 01:55:22 -08:00
RamdiskDevice.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
StorageDevice.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
StorageDevice.h Kernel: Use u64 instead of size_t for File::can_read offset 2022-01-25 22:41:17 +02:00
StorageManagement.cpp Kernel/PCI: Add basic support for the VMD PCI bridge device 2022-01-23 01:12:55 +01:00
StorageManagement.h Kernel: Make enumerate_disk_partitions function not const 2022-01-09 20:18:37 -08:00