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-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
Liav A
2021-02-03
Kernel: Restore IDE PIO functionality
Liav A
2021-01-29
Kernel/Storage: Rewrite IDE disk detection and disk access
Luke
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-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
Kernel: Allow disabling of IDE controllers with disable_ide
Jean-Baptiste Boric
2021-01-22
Kernel: Fix PATADiskDevice device names
Andreas Kling
2021-01-22
Kernel: Find boot device by enumerating devices
Jean-Baptiste Boric
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-22
Kernel: Implement RamdiskDevice
Jean-Baptiste Boric
2021-01-22
Kernel: Untangle StorageController from PCI::DeviceController
Jean-Baptiste Boric
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
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
[prev]