index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Storage
/
StorageDevice.cpp
Age
Commit message (
Expand
)
Author
2021-11-16
Kernel: Use static_ptr_cast to convert between Userspace<T*> types
Andrew Kaster
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-09
Kernel: Add ioctl request for getting a storage device's block size
David Isaksson
2021-10-09
Kernel: Add STORAGE_DEVICE_GET_SIZE ioctl request
David Isaksson
2021-10-09
Kernel/Storage: Unify all ATA devices
Liav A
2021-10-03
Kernel: Remove now unused StorageDevice constructor
Brian Gianforcaro
2021-10-03
Kernel: Remove most String usage from storage_name() API
Brian Gianforcaro
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-07
Kernel: Make Device request creation return KResultOr
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-12
Kernel: Convert klog() => AK::Format in Storage
Andreas Kling
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A