summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-15Only commit log to disk if something was written in to it.Austin Clements1-5/+7
Without this, every write to the console results in log writes.
2011-08-15avoid deadlock by calling begin_trans() before locking any inodesRobert Morris1-2/+2
2011-08-12log write() dataRobert Morris1-32/+56
usertest for big write()s push begin_trans/commit_trans down into syscalls
2011-07-27Dirt simple loggingFrans Kaashoek1-0/+164
Passes usertests and stressfs Seems to recover correctly in a number of simple cases