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
2021-09-04
Kernel: Add missing error check when opening root file system
Andreas Kling
2021-09-01
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
Brian Gianforcaro
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
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-08-08
Kernel: Remove unused mutex PATADiskDevice::m_lock
Andreas Kling
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-07
Kernel: Fix bad search-and-replace renames
Andreas Kling
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-07-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-28
Kernel: Specify I/O size for BMIDEChannel
Gunnar Beutner
2021-06-25
Kernel/AHCI: Dont assume ports start at 0
Alexander
2021-06-25
Kernel/AHCI: Fix shift of 1
Alexander
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-15
Kernel/AHCI: Don't set the C command header attribute
Luke
2021-05-31
Documentation: Add explanation about AHCI locking
Liav A
2021-05-29
Kernel/Storage: Enable interrupts for AHCI ports if PHY is not enabled
Liav A
2021-05-29
Kernel/Storage: Remove the None option from AHCI reset policy
Liav A
2021-05-29
Kernel/Storage: Rename the method hba_region => default_hba_region
Liav A
2021-05-16
Kernel: Don't ref-count UsedMemoryRange during iteration
Liav A
2021-05-16
Kernel: Fix incorrect argument when constructing DiskPartitionMetadata
Gunnar Beutner
2021-05-15
Kernel/AHCI: Fix "received" => "recovered" typo in communication error
Luke
2021-05-15
Kernel/AHCI: Get BOH and NVMP from extended capabilities
Luke
2021-05-15
AHCIController: Fix off-by-one mistake (#7144)
Alexander Richards
2021-05-15
Kernel/AHCI: Don't check for PCC during initialization
Luke
2021-05-15
Kernel/AHCI: Don't enable interrupts in the AHCIPort constructor
Luke
2021-05-15
Kernel: Make AnonymousVMObject physical page APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Fix lock state corruption in AHCIPORT::start_request
Brian Gianforcaro
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
IDEChannel: Fix wait_until_not_busy() (#7084)
Alexander Richards
[next]