1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Kernel/Storage/Partition
2021-03-26 16:54:05 +01:00
..
DiskPartition.cpp Kernel: Refactor storage stack with u64 as file operations offset 2021-03-17 23:22:42 +01:00
DiskPartition.h Kernel: Refactor storage stack with u64 as file operations offset 2021-03-17 23:22:42 +01:00
DiskPartitionMetadata.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DiskPartitionMetadata.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
EBRPartitionTable.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
EBRPartitionTable.h Kernel: Remove unused EBRPartitionTable::m_partitions_count. 2021-03-26 16:54:05 +01:00
GUIDPartitionTable.cpp Kernel: Convert klog() => AK::Format in Storage 2021-03-12 15:22:35 +01:00
GUIDPartitionTable.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
MBRPartitionTable.cpp Kernel: Convert klog() => AK::Format in Storage 2021-03-12 15:22:35 +01:00
MBRPartitionTable.h Kernel: Remove unused MBRPartitionTable::m_partitions_count. 2021-03-26 16:54:05 +01:00
PartitionTable.cpp Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
PartitionTable.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00