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
2023-06-02
Kernel: Move the Storage directory to be a new directory under Devices
Liav A
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-04-02
Kernel: Add support for SD host controllers on the PCI bus
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-16
Kernel: Allow AHCIController::initialize() to fail
Julian Offenhäuser
2023-03-15
Kernel/Ramdisk: Propagate error during Ramdisk initialize
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-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-02
Kernel: Remove unused includes
Ben Wiederhake
2023-01-02
Kernel: Propagate properly errors from PCI IDE Controller initialization
Liav A
2022-12-29
Kernel/aarch64: Move ifdef in StorageManagement.cpp
Timon Kruiper
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-16
Kernel: Propagate properly errors from ISAIDEController initialization
Liav A
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-10-26
Kernel: Stub more functions to progress aarch64 build
Timon Kruiper
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-22
Kernel/FileSystem: Add a few missing includes
Liav A
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
2022-09-20
Kernel: Move PCI IDE driver code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Don't compile ISA IDE controller code in non-x86 builds
Liav A
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
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-08-14
Kernel/Storage: Safely increment the Controller atomic ID counter
Liav A
2022-08-14
Kernel/Storage: Safely increment the Device atomic minor number
Liav A
2022-07-21
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move EBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move PartitionTable into LibPartition
Samuel Bowman
2022-07-19
Kernel/Storage: Move AHCI and IDE code into new subdirectories
Liav A
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-19
Kernel/Storage: Move Ramdisk code into a separate subdirectory
Liav A
2022-03-14
Kernel/PCI: Break early of controller iteration over devices in OOM case
Liav A
2022-03-14
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
Liav A
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-02-16
Kernel: Remove useless partition UUID length check
Idan Horowitz
2022-02-09
Kernel: Change static constexpr variables to constexpr where possible
Lenny Maiorani
2022-02-02
Kernel: Add polling support to NVMe
Pankaj Raghav
2022-01-29
AK+Kernel: Implement UUID mixed endianness support
Liav A
2022-01-26
Kernel/Storage: Dump detected devices and partitions before PANIC()'ing
Linus Groh
2022-01-25
Kernel: Use PARTUUID: instead of PARTUUID= as the partition uuid prefix
Idan Horowitz
2022-01-23
Kernel/PCI: Add basic support for the VMD PCI bridge device
Liav A
[next]