summaryrefslogtreecommitdiff
path: root/Kernel/Storage/PATADiskDevice.h
AgeCommit message (Expand)Author
2021-08-08Kernel: Remove unused mutex PATADiskDevice::m_lockAndreas Kling
2021-08-07Kernel: Move Mutex into Locking/Jean-Baptiste Boric
2021-07-17Kernel: Rename Lock to MutexAndreas Kling
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Kernel: Remove type from StorageDevice classJean-Baptiste Boric
2021-03-27Kernel: Make IDEChannel Ref-countedLiav A
2021-03-27Kernel: Remove support for CHS addressingLiav 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-03-05Kernel: Add Declaration of IDEChannel class in PATADiskDevice.hLiav A
2021-01-29Kernel/Storage: Rewrite IDE disk detection and disk accessLuke
2021-01-22Kernel: Make device generate their own namesJean-Baptiste Boric
2020-12-21Kernel: Introduce the new Storage subsystemLiav A