summaryrefslogtreecommitdiff
path: root/Kernel/IDEDiskDevice.cpp
AgeCommit message (Expand)Author
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling
2019-02-12Fix some compilation warnings.Andreas Kling
2019-02-11IDEDiskDevice: Detect disk errors and report failure to clients.Andreas Kling
2019-02-07Kernel: When a lock is busy, donate remaining process ticks to lock holder.Andreas Kling
2019-02-06Clean up some uninteresting log spam.Andreas Kling
2019-01-22Ext2FS: Delete inodes when their link count goes to zero.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-12-03Yet more coding style fixes.Andreas Kling
2018-12-03More coding style changes.Andreas Kling
2018-11-18Finally hook up the mkdir code to a syscall.Andreas Kling
2018-11-15More VFS cleanup.Andreas Kling
2018-11-10Merge Disk namespace into the IDEDiskDevice class.Andreas Kling
2018-10-31Snazz up the kprintf() output a bit by giving it its own color.Andreas Kling
2018-10-16Add a simple IDEDiskDevice class that implements DiskDevice from VFS.Andreas Kling