summaryrefslogtreecommitdiff
path: root/kernel/buf.h
AgeCommit message (Collapse)Author
2019-09-24no buf->qnextRobert Morris
2019-07-30Track in buf if disk "owns" bufferFrans 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-06-11separate source into kernel/ user/ mkfs/Robert Morris