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
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-08-30
Kernel/Storage: Introduce new boot device addressing modes
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-14
Kernel/Storage: Remove InterfaceType enum
Liav A
2022-07-21
Kernel: Move DiskPartition up into Kernel/Storage
Samuel Bowman
2022-07-15
Kernel/SysFS: Add /sys/devices/storage directory
Liav A
2022-07-15
Kernel/Storage: Add LUN address to each StorageDevice
Liav A
2022-07-15
Kernel: Export both interface type and command set of a StorageDevice
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-29
Kernel: Cache blocks_per_page in StorageDevice class
Pankaj Raghav
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2022-01-09
Kernel: Add add_partition function
Pankaj Raghav
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-11-28
Kernel/Storage: Restore booting from MBR partitions functionality
Liav A
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
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-09-08
Kernel/Storage: Implement basic AHCI hotplug support
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
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