summaryrefslogtreecommitdiff
path: root/Kernel/Devices/DiskDevice.h
AgeCommit message (Expand)Author
2019-08-21Kernel: Move DiskDevice::block_size() up to BlockDeviceAndreas Kling
2019-08-07DiskDevice: Add missing override and remove unnecessary class_name()Andreas Kling
2019-08-02Kernel: mount system call (#396)Jesse
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-21AK: Rename Retainable.h => RefCounted.h.Andreas Kling
2019-06-21AK: Rename Retainable => RefCounted.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-24Kernel: Tidy up IDEDiskDevice a bit.Andreas Kling
2019-05-19IDEDiskDevice: Support reading multiple sectors at a time with DMA.Andreas Kling
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling