summaryrefslogtreecommitdiff
path: root/Kernel/Storage/PATADiskDevice.cpp
AgeCommit message (Expand)Author
2021-09-17Kernel: Introduce the DeviceManagement singletonLiav A
2021-09-11Kernel/Devices: Defer creation of SysFS component after the constructorLiav A
2021-09-08Kernel/Devices: Remove required_mode and device_name methodsLiav A
2021-09-07Kernel: Rename FileDescription => OpenFileDescriptionAndreas Kling
2021-07-11Kernel: Remove unused header includes in Storage subtreeBrian Gianforcaro
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
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