summaryrefslogtreecommitdiff
path: root/Kernel/Storage/Partition/GUIDPartitionTable.cpp
AgeCommit message (Expand)Author
2022-04-28Kernel/Storage: Migrate the partition code to use the ErrorOr containerLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-03Kernel: Stop using the make<T> factory method in the KernelIdan Horowitz
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-10-03Kernel: Remove unused partition name APIBrian Gianforcaro
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Kernel: Convert klog() => AK::Format in StorageAndreas Kling
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-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