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
/
PATADiskDevice.cpp
Age
Commit message (
Expand
)
Author
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-27
Kernel/Storage: Move IDE bus master handling code into a separate class
Liav A
2021-03-27
Kernel: Make IDEChannel Ref-counted
Liav A
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-01-29
Kernel/Storage: Rewrite IDE disk detection and disk access
Luke
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
Kernel: Fix PATADiskDevice device names
Andreas Kling
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A