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
Age
Commit message (
Expand
)
Author
2023-03-16
Kernel: Refactor AHCIController to propagate more errors
Julian Offenhäuser
2023-03-16
Kernel: Allow AHCIController::initialize() to fail
Julian Offenhäuser
2023-03-16
Kernel: Propagate errors in StorageController reset() and shutdown()
Julian Offenhäuser
2023-03-15
Kernel/Ramdisk: Propagate error during Ramdisk initialize
Pankaj Raghav
2023-03-15
Kernel/Storage: Use NonnullRefPtr for storage controllers
Pankaj Raghav
2023-03-11
Kernel/Storage+Base: Fix boot_device_addressing document for NVMe
Pankaj Raghav
2023-03-08
Kernel/Storage: Remove indication for possible future support of ATAPI
Liav A
2023-03-08
Kernel: Remove ATAPI eject method from the AHCIPort class
Liav A
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
Kernel: Fix const-correctness issue in StorageManagement
Andreas Kling
2023-02-21
Kernel: Make NVMeQueue const-correct internally
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
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
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-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
2022-10-26
Kernel: Include missing headers for various files
Timon Kruiper
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-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-20
Kernel/Storage: Force PIO mode for ISA IDE controllers
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-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-20
Kernel: Convert NVMe code includes to absolute paths
Liav A
2022-09-18
Kernel: Fix misplaced #include in ATA/Definitions.h
Ben Wiederhake
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
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-26
Kernel: Remove global MM lock in favor of SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
[next]