index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Storage
/
Partition
/
GUIDPartitionTable.cpp
Age
Commit message (
Expand
)
Author
2022-04-28
Kernel/Storage: Migrate the partition code to use the ErrorOr container
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-03
Kernel: Stop using the make<T> factory method in the Kernel
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-10-03
Kernel: Remove unused partition name API
Brian Gianforcaro
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Kernel: Convert klog() => AK::Format in Storage
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-01
Kernel: Allow to boot from a partition with partition UUID
Liav A
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A