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
/
StorageManagement.h
Age
Commit message (
Expand
)
Author
2023-04-04
Kernel: Stop using *LockRefPtr for FileSystem pointers
Andreas Kling
2023-04-02
Kernel: Allow booting from an SD card
Marco Cutecchia
2023-03-25
Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""
Marco Cutecchia
2023-03-25
Kernel: Add an SD card driver for the aarch64 port
Marco Cutecchia
2023-03-15
Kernel/Storage: Use NonnullRefPtr for storage controllers
Pankaj Raghav
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-02-21
Kernel: Fix const-correctness issue in StorageManagement
Andreas Kling
2023-02-08
Revert "Kernel/Storage: Remove the ramdisk implementation"
Timon Kruiper
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
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: Don't hardcode a maximum of 16 partitions per drive
Liav A
2022-07-21
Kernel: Move DiskPartition up into Kernel/Storage
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move PartitionTable into LibPartition
Samuel Bowman
2022-07-15
Kernel/Storage: Add LUN address to each StorageDevice
Liav A
2022-04-28
Kernel/Storage: Migrate the partition code to use the ErrorOr container
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-02-02
Kernel: Add polling support to NVMe
Pankaj Raghav
2022-01-26
Kernel/Storage: Dump detected devices and partitions before PANIC()'ing
Linus Groh
2022-01-09
Kernel: Make enumerate_disk_partitions function not const
Pankaj Raghav
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-10-03
Kernel: Remove AK::String usage from Storage/StorageManagement.cpp
Brian Gianforcaro
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-08
Kernel/Storage: Implement basic AHCI hotplug support
Liav A
2021-07-11
Kernel: Rename FS => FileSystem
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-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-01-01
Kernel: Allow to boot from a partition with partition UUID
Liav A
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-21
Kernel: Introduce the StorageManagement class
Liav A