summaryrefslogtreecommitdiff
path: root/kernel/bio.c
AgeCommit message (Collapse)Author
2019-10-29mention LRU list a bit more in comments.Robert Morris
2019-07-30Make pin/unpin explicitFrans Kaashoek
2019-07-29Remove B_DIRTYFrans Kaashoek
Use refcnt to pin blocks into the cache Replace flags/B_VALID with a boolean field valid Use info[id].status to signal completion of disk interrupt Pass a read/write flag to virtio_disk_rw
2019-07-24no more PAGEBREAKRobert Morris
2019-06-13eliminate ramdiskRobert Morris
2019-06-13virtio disk driverRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris