Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-09-11 | Move retry loop/sleep/wakeup in bio.c into sleeping locks | Frans Kaashoek | 1 | -0/+1 |
2016-09-11 | Straight replacement of B_BUSY with a sleeping lock. | Frans Kaashoek | 1 | -1/+1 |
2015-04-03 | Disentangle block size from the disk's sector size. Set block size to 1024 t... | Frans Kaashoek | 1 | -2/+2 |
2011-08-29 | Revert "Introduce and use sleeplocks instead of BUSY flags" | Frans Kaashoek | 1 | -4/+3 |
2011-08-26 | Introduce and use sleeplocks instead of BUSY flags | Frans Kaashoek | 1 | -3/+4 |
2007-08-27 | Another attempt at the bio.c comment. | rsc | 1 | -4/+4 |
2007-08-24 | simplify ide queuing | rtm | 1 | -1/+4 |
2006-09-08 | some comment changes | kaashoek | 1 | -2/+2 |
2006-08-12 | LRU disk cache replacement | rtm | 1 | -0/+2 |
2006-08-12 | buffer cache, fifo replacement | rtm | 1 | -0/+1 |
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -0/+2 |
2006-07-21 | bread | rtm | 1 | -0/+5 |