index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-14
don't let dirty blocks be evicted from cache!
Robert Morris
1
-0
/
+1
2011-10-11
clarify some FS comments
Robert Morris
1
-10
/
+12
2011-09-02
Add blank page to get our super FS spreads back
Austin Clements
1
-0
/
+4
2011-09-02
Remove comment debug prints from log.c; now fits nicely in a spread
Austin Clements
1
-9
/
+0
2011-09-02
Define struct log separately from log to avoid confusing column breaker
Austin Clements
1
-2
/
+3
2011-09-02
Comment balance
Austin Clements
1
-2
/
+2
2011-09-02
Remove unused headers from log.c
Austin Clements
1
-3
/
+0
2011-09-01
Fix layout issues for printed version
Frans Kaashoek
1
-10
/
+9
2011-08-29
Revert "Introduce and use sleeplocks instead of BUSY flags"
Frans Kaashoek
1
-5
/
+9
2011-08-26
Introduce and use sleeplocks instead of BUSY flags
Frans Kaashoek
1
-9
/
+5
2011-08-15
Only commit log to disk if something was written in to it.
Austin Clements
1
-5
/
+7
2011-08-15
avoid deadlock by calling begin_trans() before locking any inodes
Robert Morris
1
-2
/
+2
2011-08-12
log write() data
Robert Morris
1
-32
/
+56
2011-07-27
Dirt simple logging
Frans Kaashoek
1
-0
/
+164