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.h
Age
Commit message (
Expand
)
Author
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Kernel: Remove type from StorageDevice class
Jean-Baptiste Boric
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-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-03-05
Kernel: Add enum values for later implementation of AHCI
Liav A
2021-01-22
Kernel: Implement RamdiskDevice
Jean-Baptiste Boric
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-27
Kernel: Add a method to determine the desired permissions of a Device
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A