summaryrefslogtreecommitdiff
path: root/Kernel/Devices/FileBackedDiskDevice.h
AgeCommit message (Expand)Author
2019-10-14Kernel: Remove unused FileBackedDiskDevice classAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-21Kernel: Move DiskDevice::block_size() up to BlockDeviceAndreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-21AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling