index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bio.c
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-05-31
-initrd fs.img, ramdisk.c, file system
Robert Morris
2017-08-09
nothing much
Robert Morris
2017-08-09
comment fixes
Robert Morris
2016-09-15
Remove left-over print statements
Frans Kaashoek
2016-09-11
Move retry loop/sleep/wakeup in bio.c into sleeping locks
Frans Kaashoek
2016-09-11
Straight replacement of B_BUSY with a sleeping lock.
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2015-04-03
Disentangle block size from the disk's sector size. Set block size to 1024 t...
Frans Kaashoek
2014-08-29
Nice layout for a printout of the code
Frans Kaashoek
2014-08-28
Merge branch 'master' of git+ssh://amsterdam.csail.mit.edu/home/am0/6.828/xv6
Robert Morris
2014-08-28
i think this is a working concurrent logging scheme
Robert Morris
2014-08-27
comments
Robert Morris
2011-10-14
don't let dirty blocks be evicted from cache!
Robert Morris
2011-10-11
clarify some FS comments
Robert Morris
2011-08-29
Revert "Introduce and use sleeplocks instead of BUSY flags"
Frans Kaashoek
2011-08-26
Introduce and use sleeplocks instead of BUSY flags
Frans Kaashoek
2010-07-23
a few nits
Frans Kaashoek
2009-12-01
8ae0 instead of 8e00, thanks yandong
Frans Kaashoek
2009-05-31
group locks into structs they protect.
rsc
2009-05-31
bio.c: use struct like icache does
rsc
2009-05-31
slight rearrangement; sleep on b not buf.
rsc
2009-03-08
be consistent: no underscores in function names
rsc
2007-08-28
formatting
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-27
Another attempt at the bio.c comment.
rsc
2007-08-24
nits
rsc
2007-08-24
nits
rsc
2007-08-24
simplify ide queuing
rtm
2007-08-22
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
rsc
2007-08-14
cleanup loop
rsc
2007-08-08
refactor bget to be more like iget - make it clear that sleep loops
rsc
2006-09-07
debugging help
rsc
2006-09-07
fix ide, pit interfaces
rsc
2006-09-07
fix build bug
rsc
2006-09-07
comments
rsc
2006-09-06
wrap long lines
rsc
2006-09-06
for vs while
rsc
2006-09-06
standardize various * conventions
rsc
2006-08-30
complain if no disk 1
rtm
2006-08-12
zero out all of dirent.name when creating
rtm
2006-08-12
LRU disk cache replacement
rtm
2006-08-12
buffer cache, fifo replacement
rtm
2006-08-12
fix getblk to actually lock the block
rtm
2006-08-10
interrupts could be recursive since lapic_eoi() called before rti
rtm
2006-08-07
bwrite
kaashoek
2006-08-06
generalize async read to support write too
kaashoek
2006-08-04
better interrupt plan---this one appears to work
kaashoek
2006-07-29
open()
rtm
2006-07-21
bread
rtm