summaryrefslogtreecommitdiff
path: root/bio.c
AgeCommit message (Expand)Author
2009-05-31group locks into structs they protect.rsc
2009-05-31bio.c: use struct like icache doesrsc
2009-05-31slight rearrangement; sleep on b not buf.rsc
2009-03-08be consistent: no underscores in function namesrsc
2007-08-28formattingrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27Another attempt at the bio.c comment.rsc
2007-08-24nitsrsc
2007-08-24nitsrsc
2007-08-24simplify ide queuingrtm
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
2007-08-14cleanup looprsc
2007-08-08refactor bget to be more like iget - make it clear that sleep loopsrsc
2006-09-07debugging helprsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07fix build bugrsc
2006-09-07commentsrsc
2006-09-06wrap long linesrsc
2006-09-06for vs whilersc
2006-09-06standardize various * conventionsrsc
2006-08-30complain if no disk 1rtm
2006-08-12zero out all of dirent.name when creatingrtm
2006-08-12LRU disk cache replacementrtm
2006-08-12buffer cache, fifo replacementrtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
2006-08-07bwritekaashoek
2006-08-06generalize async read to support write tookaashoek
2006-08-04better interrupt plan---this one appears to workkaashoek
2006-07-29open()rtm
2006-07-21breadrtm