summaryrefslogtreecommitdiff
path: root/Kernel/Storage/PATADiskDevice.cpp
AgeCommit message (Expand)Author
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27Kernel/Storage: Move IDE bus master handling code into a separate classLiav A
2021-03-27Kernel: Make IDEChannel Ref-countedLiav A
2021-03-17Kernel: Refactor storage stack with u64 as number of blocksJean-Baptiste Boric
2021-03-05Kernel: Use global mechanism to determine minor number of Storage DeviceLiav A
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
2021-01-29Kernel/Storage: Rewrite IDE disk detection and disk accessLuke
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Kernel: Fix PATADiskDevice device namesAndreas Kling
2021-01-22Kernel: Make device generate their own namesJean-Baptiste Boric
2020-12-21Kernel: Introduce the new Storage subsystemLiav A