summaryrefslogtreecommitdiff
path: root/Kernel/Storage/Partition
AgeCommit message (Expand)Author
2021-04-13Kernel: Remove type from StorageDevice classJean-Baptiste Boric
2021-03-26Kernel: Remove unused MBRPartitionTable::m_partitions_count.Michel Hermier
2021-03-26Kernel: Remove unused EBRPartitionTable::m_partitions_count.Michel Hermier
2021-03-17Kernel: Refactor storage stack with u64 as file operations offsetJean-Baptiste Boric
2021-03-12Kernel: Convert klog() => AK::Format in StorageAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in DiskPartitionAndreas Kling
2021-02-28Kernel: Use default con/de-structorsBen Wiederhake
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-26Meta: Split debug defines into multiple headers.asynts
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Kernel: Make device generate their own namesJean-Baptiste Boric
2021-01-12AK: Simplify constructors and conversions from nullptr_tLenny Maiorani
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-01Kernel: Allow to boot from a partition with partition UUIDLiav A
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-27Kernel: Introduce a new partitioning subsystemLiav A
2020-12-27Kernel: Add DiskPartitionMetadata ClassLiav A
2020-12-27Kernel: Move Partition code files to the Storage folderLiav A