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-07-15
Kernel/SysFS: Add /sys/devices/storage directory
Liav A
2022-07-15
Kernel/Storage: Add LUN address to each StorageDevice
Liav A
2022-07-15
Kernel/Storage: Declare NVMeNameSpace constructor as private
Liav A
2022-07-15
Kernel: Export both interface type and command set of a StorageDevice
Liav A
2022-07-15
Kernel/Storage: Check IDE error condition under the correct lock
Liav A
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
Kernel/Storage: Do proper locking & reset in the AHCIController code
Liav A
2022-07-08
Kernel/Storage: Move Identify page allocation to the AHCIPort class
Liav A
2022-07-08
Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler
Liav A
2022-07-08
Kernel/Storage: Simplify AHCIPortHandler class
Liav A
2022-07-08
Kernel/Storage: Remove 3 stale methods in AHCIPortHandler class
Liav A
2022-07-08
Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header files
Liav A
2022-07-08
Kernel: Clean up the AHCI code a bit
Liav A
2022-05-03
Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.h
Timon Kruiper
2022-04-28
Kernel/Storage: Migrate the partition code to use the ErrorOr container
Liav A
2022-04-22
Kernel: Fix typo in Ramdisk
b14ckcat
2022-04-20
Kernel: Allow WorkQueue items allocation failures propagation
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
Kernel: Fix storage device read/write for request length < block size
Pankaj Raghav
2022-03-27
Kernel: Remove hardcoded values for block size in IDEChannel
Pankaj Raghav
2022-03-27
Kernel: Remove hardcoded values for block size in Ramdisk
Pankaj Raghav
2022-03-27
Kernel: Use buffer_size from AsyncBlockDevice struct
Pankaj Raghav
2022-03-19
Kernel/Storage: Move Ramdisk code into a separate subdirectory
Liav A
2022-03-18
Kernel: Rename locker variables in BMIDEChannel so they aren't shadowed
Brian Gianforcaro
2022-03-18
Kernel: Zero initialize all members in NVMeController
Brian Gianforcaro
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
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
[next]