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.cpp
Age
Commit message (
Expand
)
Author
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2022-01-03
Kernel: Enumerate PCI devices a single time in StorageManagement
Brian Gianforcaro
2022-01-02
Kernel: Allow specifying partition index with NVMe devices
Tom
2022-01-01
Kernel/NVMe: Add initial NVMe driver support
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-13
Kernel/Storage: Move all ATA related code to a new subdirectory
Liav A
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-09
Kernel/Storage: Unify all ATA devices
Liav A
2021-10-03
Kernel: Remove AK::String usage from Storage/StorageManagement.cpp
Brian Gianforcaro
2021-09-29
Kernel/PCI: Remove all macros and replace them with enum classes
Liav A
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
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-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
Kernel: Tidy up Ext2FS construction a bit
Andreas Kling
2021-09-04
Kernel: Add missing error check when opening root file system
Andreas Kling
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-18
Kernel: Const defines for PCI IDs for storage controllers
panky-codes
2021-08-14
Kernel: Make FileSystem::initialize() return KResult
Andreas Kling
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
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-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-03-05
Kernel: Add basic AHCI functionality
Liav A
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-03-03
Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-14
Kernel: Use PANIC() in a bunch of places :^)
Andreas Kling
2021-01-24
Kernel: Allow disabling of IDE controllers with disable_ide
Jean-Baptiste Boric
2021-01-22
Kernel: Find boot device by enumerating devices
Jean-Baptiste Boric
2021-01-22
Kernel: Implement RamdiskDevice
Jean-Baptiste Boric
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
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