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-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
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-14
Kernel/Storage: Remove InterfaceType enum
Liav A
2022-08-14
Kernel/Storage: Remove the stale ATAPIDiscDevice class
Liav A
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-24
Kernel/SysFS: Fix parent directory hierarchy with symbolic links
Liav A
2022-07-21
Kernel: Move DiskPartition up into Kernel/Storage
Samuel Bowman
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-21
Kernel+LibPartition: Move DiskPartitionMetadata into LibPartition
Samuel Bowman
2022-07-19
Kernel/Storage: Remove redundant reference to a controller in IDEChannel
Liav A
2022-07-19
Kernel/Storage: Introduce basic abstraction layer for ATA components
Liav A
2022-07-19
Kernel/Storage: Move ATA device signature definitions to a general file
Liav A
2022-07-19
Kernel/Storage: Merge IDE functionality from BusMasterChannel to Channel
Liav A
2022-07-19
Kernel/Storage: Rename ATA.h => Definitions.h
Liav A
2022-07-19
Kernel/Storage: Move AHCI and IDE code into new subdirectories
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
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
[next]