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