summaryrefslogtreecommitdiff
path: root/buf.h
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2016-09-11Move retry loop/sleep/wakeup in bio.c into sleeping locksFrans Kaashoek
2016-09-11Straight replacement of B_BUSY with a sleeping lock.Frans Kaashoek
2015-04-03Disentangle block size from the disk's sector size. Set block size to 1024 t...Frans Kaashoek
2011-08-29Revert "Introduce and use sleeplocks instead of BUSY flags"Frans Kaashoek
2011-08-26Introduce and use sleeplocks instead of BUSY flagsFrans Kaashoek
2007-08-27Another attempt at the bio.c comment.rsc
2007-08-24simplify ide queuingrtm
2006-09-08some comment changeskaashoek
2006-08-12LRU disk cache replacementrtm
2006-08-12buffer cache, fifo replacementrtm
2006-08-12fix getblk to actually lock the blockrtm
2006-07-21breadrtm