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
Age
Commit message (
Expand
)
Author
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
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
2020-12-27
Kernel: Add DiskPartitionMetadata Class
Liav A
2020-12-27
Kernel: Move Partition code files to the Storage folder
Liav A
2020-12-27
Kernel: Add a method to determine the desired permissions of a Device
Liav A
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-21
Kernel: Introduce the StorageManagement class
Liav A
2020-12-21
Kernel: Change the indexing of storage devices in IDEController class
Liav A
2020-12-21
Kernel: Add a method to gather the devices count of a Storage controller
Liav A
2020-12-21
Kernel: Add a method to check the type of a StorageController
Liav A
2020-12-21
Kernel: Allow to initialize an IDE device on the secondary channel
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A