summaryrefslogtreecommitdiff
path: root/Kernel/Devices/BlockDevice.cpp
AgeCommit message (Expand)Author
2022-07-19Kernel/Devices: Abstract SysFS Device add/remove methods more properlyLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-17Kernel: Use default constructors/destructorsLenny Maiorani
2022-01-29Kernel: Remove the assumption of 512 block size in read/write_blockPankaj Raghav
2021-09-07Kernel: Make Device request creation return KResultOrAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-17Kernel: Refactor storage stack with u64 as block indexJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-11-12Kernel: Implement an asynchronous device request stackTom
2020-11-04Revert "Kernel: Implement an asynchronous device request stack"Andreas Kling
2020-11-04Kernel: Implement an asynchronous device request stackTom
2020-11-04Kernel: Remove dead code from BlockDeviceTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-08Kernel: Merge unnecessary DiskDevice class into BlockDeviceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-04-03Kernel: Move devices into Kernel/Devices/.Andreas Kling