Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-15 | Only commit log to disk if something was written in to it. | Austin Clements | 1 | -5/+7 | |
Without this, every write to the console results in log writes. | |||||
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 | |
usertest for big write()s push begin_trans/commit_trans down into syscalls | |||||
2011-07-27 | Dirt simple logging | Frans Kaashoek | 1 | -0/+164 | |
Passes usertests and stressfs Seems to recover correctly in a number of simple cases |