summaryrefslogtreecommitdiff
path: root/kernel/buf.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-24no buf->qnextRobert Morris1-1/+0
2019-07-30Track in buf if disk "owns" bufferFrans Kaashoek1-0/+1
2019-07-29Remove B_DIRTYFrans Kaashoek1-3/+1
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 Morris1-0/+14