summaryrefslogtreecommitdiff
path: root/Kernel/Storage/StorageDevice.h
AgeCommit message (Expand)Author
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-17Kernel: Refactor storage stack with u64 as file operations offsetJean-Baptiste Boric
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 enum values for later implementation of AHCILiav A
2021-01-22Kernel: Implement RamdiskDeviceJean-Baptiste Boric
2020-12-27Kernel: Introduce a new partitioning subsystemLiav A
2020-12-27Kernel: Add a method to determine the desired permissions of a DeviceLiav A
2020-12-21Kernel: Introduce the new Storage subsystemLiav A