- Jun 27, 2015
-
-
Frans Kaashoek authored
- move log into metadata part of disk, so that marking that the log's blocks are in use falls out for free - superblock describes the whole disk (sizes and offets) - sizes and offsets are computed in one place (mkfs) and the rest of the code refers to the superblock for these values, instead of recomputing them.
-
- Apr 10, 2015
-
-
Frans Kaashoek authored
instead of 1. ideintr() should wait for nsector_per_block interrupts before waking up the reader; now it wakes up the reader after 1 interrupt, which apparently means that the first sector is available of the command instead of all. For now keep BSIZE to 512.
-
- Apr 03, 2015
-
-
Frans Kaashoek authored
that they can be different. Clean up mkfs, simplifying specifying fs parameters, remove some redundancy between fs and mkfs, and fix disk layout bugs. Call blocks in the file system blocks instead of sectors. Passes usertests for different block sizes.
-
- Oct 11, 2011
-
-
Robert Morris authored
-
- Sep 02, 2011
-
-
Austin Clements authored
-
- Jul 27, 2011
-
-
Frans Kaashoek authored
Passes usertests and stressfs Seems to recover correctly in a number of simple cases
-
- Feb 19, 2011
-
-
Russ Cox authored
-
- May 30, 2009
- Oct 08, 2008
-
-
rtm authored
-
- Aug 24, 2007
-
-
rtm authored
-
- Aug 20, 2007
-
-
rsc authored
-
- Sep 08, 2006
- Sep 07, 2006
-
-
rsc authored
-
- Aug 24, 2006
-
-
rtm authored
fix race in mknod / creat use last component in dirent in mknod, not path
-
- Aug 23, 2006
-
-
kaashoek authored
nit in sbrk indirect block fix dup to share fd struct
-
- Aug 15, 2006
-
-
kaashoek authored
-
- Aug 09, 2006
- Aug 08, 2006
- Jul 21, 2006