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
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-03
Kernel: Stop using the make<T> factory method in the Kernel
Idan Horowitz
2022-02-02
Kernel: Add polling support to NVMe
Pankaj Raghav
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-29
Kernel: Optimize StorageDevice read and write function
Pankaj Raghav
2022-01-29
Kernel: Cache blocks_per_page in StorageDevice class
Pankaj Raghav
2022-01-29
AK+Kernel: Implement UUID mixed endianness support
Liav A
2022-01-28
Kernel: Remove unimplemented AHCIPort::is_hot_pluggable declaration
Idan Horowitz
2022-01-28
Kernel: Make allocate_supervisor_physical_page OOM-fallible
Idan Horowitz
2022-01-26
Kernel/Storage: Dump detected devices and partitions before PANIC()'ing
Linus Groh
2022-01-26
Kernel/Storage: Add device null check in AHCIPort::handle_interrupt()
Linus Groh
2022-01-26
Kernel: Make StorageDevice partial block writes OOM-fallible
Idan Horowitz
2022-01-25
Kernel: Use PARTUUID: instead of PARTUUID= as the partition uuid prefix
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t in the STORAGE_DEVICE_GET_SIZE ioctl
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of u32 and u16 in StorageDevice::{read, write}
Idan Horowitz
2022-01-25
Kernel: Stop using unsigned when adjusting offsets in DiskPartition
Idan Horowitz
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-25
Kernel: Fix index calculation in NVMeQueue submit_sync_sqe function
Pankaj Raghav
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
Kernel/Storage: Remove NVMeQueue DMA buffer create method
Liav A
2022-01-23
Kernel: Use generic string when allocating DMA buffer to NVMeQueue
Liav A
2022-01-23
Kernel/Storage: Use StringView when allocating DMA buffer in NVMeQueue
Liav A
2022-01-23
Kernel/Storage: Don't declare NVMeQueue constructor explicit
Liav A
2022-01-23
Kernel/Storage: Remove duplicate private declaration in NVMeQueue class
Liav A
2022-01-23
Kernel/Storage: Declare NVMeQueue handle_irq virtual as it should be
Liav A
2022-01-23
Kernel/PCI: Add basic support for the VMD PCI bridge device
Liav A
2022-01-18
Kernel: Add individual struct definitions for NVMeSubmission
Pankaj Raghav
2022-01-18
Kernel: Fix m_ready_timeout calculation in NVMe
Pankaj Raghav
2022-01-18
Kernel: Remove delay during NVMe reset and start controller
Pankaj Raghav
2022-01-18
Kernel: Add UNMAP_AFTER_INIT to NVMe member functions
Pankaj Raghav
2022-01-15
Kernel: Wait for NVMe controller to change enabled state
Tom
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2022-01-13
Kernel: Replace {KString => String}::formatted in determine_boot_device
Idan Horowitz
2022-01-12
Kernel: Move NonnullRefPtrVector<NVMeQueue>s instead of copying them
Idan Horowitz
2022-01-12
Kernel: Convert NVMeNameSpace::try_create() to KString
Idan Horowitz
2022-01-12
Kernel: Wait for the ATA busy bit to clear after switching channels
Andreas Kling
2022-01-12
Kernel: Clarify IDEChannel function that switches current channel
Andreas Kling
2022-01-09
Kernel: Make enumerate_disk_partitions function not const
Pankaj Raghav
2022-01-09
Kernel: Add add_partition function
Pankaj Raghav
2022-01-09
Kernel: Use DMA helper everywhere
Pankaj Raghav
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
Brian Gianforcaro
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
[prev]
[next]