Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-31 | fix typos in user/usertest.c & kernel/log.c | FIXED-TERM Chen Ian (BT-CO/QMM5) | 1 | -1/+1 | |
2020-11-05 | Be principled: acquire lock first | Frans Kaashoek | 1 | -1/+1 | |
2020-10-05 | don't unpin if recovering -- the resulting negative refcnt suppresses next unpin | Robert Morris | 1 | -4/+5 | |
2019-08-18 | Cosmetic cleanup: fsinit reads sb and calls loginit. initialize icache | Frans Kaashoek | 1 | -5/+3 | |
in main.c and don't make it disk specific; the icache is shared. This doesn't matter since we have only one disk, but conceptually cleaner and maybe helpful to students for mount lab. | |||||
2019-07-30 | Make pin/unpin explicit | Frans Kaashoek | 1 | -2/+2 | |
2019-07-29 | Remove B_DIRTY | Frans Kaashoek | 1 | -3/+5 | |
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-11 | separate source into kernel/ user/ mkfs/ | Robert Morris | 1 | -0/+235 | |