rust-fatfs/tests
Rafał Harabień e4b72836f0 Fix file-system corruption when creating directory entries
Corruption happens if:
* files are created in non-root directory
* directory size becomes greater or equal to cluster size
Creating last directory entry in the directory cluster corrupts the
cluster directly preceding the directory cluster.
For 512 bytes long cluster creating 8th directory entry (counted from 1)
will cause first corruption.
Directory entry that causes the corruption will not be updated correctly.

Fixes #42
2021-01-22 00:22:54 +01:00
..
format.rs Change rustfmt options and reformat code 2018-12-29 20:21:24 +01:00
read.rs Support reading volume label from root directory 2018-08-05 00:14:49 +02:00
write.rs Fix file-system corruption when creating directory entries 2021-01-22 00:22:54 +01:00