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
/
log.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
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-06-27
Pick up where i left off in april:
Frans Kaashoek
2015-04-03
Disentangle block size from the disk's sector size. Set block size to 1024 t...
Frans Kaashoek
2015-02-19
fix buf where concurrent fs syscalls race on log entries
Cody Cutler
2014-08-29
Nice layout for a printout of the code
Frans Kaashoek
2014-08-28
write log blocks from cache only at end of transaction
Robert Morris
2014-08-28
nits
Robert Morris
2014-08-28
i think this is a working concurrent logging scheme
Robert Morris
2014-08-27
a start at concurrent FS system calls
Robert Morris
2014-08-04
every iput() and namei() must be inside a transaction
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-09-02
Add blank page to get our super FS spreads back
Austin Clements
2011-09-02
Remove comment debug prints from log.c; now fits nicely in a spread
Austin Clements
2011-09-02
Define struct log separately from log to avoid confusing column breaker
Austin Clements
2011-09-02
Comment balance
Austin Clements
2011-09-02
Remove unused headers from log.c
Austin Clements
2011-09-01
Fix layout issues for printed version
Frans Kaashoek
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
2011-08-15
Only commit log to disk if something was written in to it.
Austin Clements
2011-08-15
avoid deadlock by calling begin_trans() before locking any inodes
Robert Morris
2011-08-12
log write() data
Robert Morris
2011-07-27
Dirt simple logging
Frans Kaashoek