Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
My changes have a race with re-used bufs and the code doesn't seem to get shorter
Keep the changes that fixed ip->off race
This reverts commit 3a5fa7ed9020eaf8ab843a16d26db7393b2ec072.
Conflicts:
defs.h
file.c
file.h
|
|
Remove I_BUSY, B_BUSY, and intrans defs and usages
One spinlock per buf to avoid ugly loop in bget
fix race in filewrite (don't update f->off after releasing lock)
|
|
Without this, every write to the console results in log writes.
|
|
|
|
usertest for big write()s
push begin_trans/commit_trans down into syscalls
|
|
Passes usertests and stressfs
Seems to recover correctly in a number of simple cases
|