| Author | Version |
|---|---|
|
Qu Fuping ( qufuping-at-ercist.iscas.ac.cn ) Zhang Nan ( madsys-at-ercist.iscas.ac.cn ) | 1.1.1 |
file system.
File system may not handle hardware failure properly.
When hardware failure occurs, file system may not return the correct result ( e.g. EIO ) at the right time ( e.g. at the next disk I/O related syscalls which are called later).
We need a USB storage device to make the test.
Make file system in the USB disk, do I/O related opeartions in this file system. With each opeartion, pause for a specified inteval, default is 3 seconds. During the inteval, unplug the USB wire to see the reaction of file system. The right result should be EIO at the next disk I/O syscall. Run the test code with EXT2, EXT3, JFS, XFS, ReiserFS; for EXT3, try possible data/journal combinations.
Measurement result are now here .
| version | date | author |
|---|---|---|
| log | ||
| 1.1.1 | 2005/06/29 | Qu Fuping |
|
||
| 1.1.0 | 2005/05/31 | Qu Fuping |
|
||
| 1.0.2 | 2005/05/21 | Qu Fuping |
| Add automake support | ||
| 1.0.1 | 2005/05/17 | Qu Fuping |
fs_cons_coh-1.0.1.tar.gz fixes some bugs, including:
|
||
| 1.0.0 | 2005/04/18 | Qu Fuping |
| First version. | ||